2024-09-16T08:45:41.608 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-16T08:45:41.630 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T08:45:41.721 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906994 branch: wip-guits-main-2024-09-13-1248 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: '7906994' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-13-1248 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: 8293d73f8690540e843a81caec373f9cc29cf705 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8293d73f8690540e843a81caec373f9cc29cf705 workunit: branch: wip-guits-main-2024-09-13-1248 sha1: 8293d73f8690540e843a81caec373f9cc29cf705 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: 6714 sha1: 8293d73f8690540e843a81caec373f9cc29cf705 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-13-1248 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 8293d73f8690540e843a81caec373f9cc29cf705 targets: smithi003.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN2sejrV1Ji6pn94mVmlB5bYi4cyBcbF8ElSvEw1IPL9tbvgTivLYyaTsV1hqNDTMSEY7pcqihBe7clHBjHT+tM= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP//XIKKaM/edB62OMo5vOB/kuyFL1/su9VUc995fIGsa5o/HHC9dfZaAtxHpalIPFtzNVTdPZ2fQTYqLtshcHU= 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-16_07:44:22 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-16T08:45:41.721 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa; will attempt to use it 2024-09-16T08:45:41.722 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks 2024-09-16T08:45:41.722 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-16T08:45:41.724 INFO:teuthology.task.internal:Checking packages... 2024-09-16T08:45:41.745 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '8293d73f8690540e843a81caec373f9cc29cf705' 2024-09-16T08:45:41.746 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T08:45:41.746 INFO:teuthology.packaging:ref: None 2024-09-16T08:45:41.746 INFO:teuthology.packaging:tag: None 2024-09-16T08:45:41.746 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-13-1248 2024-09-16T08:45:41.746 INFO:teuthology.packaging:sha1: 8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:45:41.746 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-13-1248 2024-09-16T08:45:41.890 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4917.g8293d73f 2024-09-16T08:45:41.892 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-16T08:45:41.897 INFO:teuthology.task.internal:no buildpackages task found 2024-09-16T08:45:41.897 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-16T08:45:41.905 INFO:teuthology.task.internal:Saving configuration 2024-09-16T08:45:41.925 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-16T08:45:41.934 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-16T08:45:41.958 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906994', '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-16 08:40:48.695423', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN2sejrV1Ji6pn94mVmlB5bYi4cyBcbF8ElSvEw1IPL9tbvgTivLYyaTsV1hqNDTMSEY7pcqihBe7clHBjHT+tM='} 2024-09-16T08:45:41.980 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906994', '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-16 08:40:48.697248', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP//XIKKaM/edB62OMo5vOB/kuyFL1/su9VUc995fIGsa5o/HHC9dfZaAtxHpalIPFtzNVTdPZ2fQTYqLtshcHU='} 2024-09-16T08:45:41.980 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-16T08:45:41.991 INFO:teuthology.task.internal:roles: ubuntu@smithi003.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-16T08:45:41.992 INFO:teuthology.task.internal:roles: ubuntu@smithi177.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-16T08:45:41.992 INFO:teuthology.run_tasks:Running task console_log... 2024-09-16T08:45:42.053 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdd391cfbe0>, signals=[15]) 2024-09-16T08:45:42.053 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-16T08:45:42.066 INFO:teuthology.task.internal:Opening connections... 2024-09-16T08:45:42.066 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi003.front.sepia.ceph.com 2024-09-16T08:45:42.068 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:45:42.143 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-09-16T08:45:42.144 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:45:42.222 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-16T08:45:42.234 DEBUG:teuthology.orchestra.run.smithi003:> uname -m 2024-09-16T08:45:42.253 INFO:teuthology.orchestra.run.smithi003.stdout:x86_64 2024-09-16T08:45:42.253 DEBUG:teuthology.orchestra.run.smithi003:> cat /etc/os-release 2024-09-16T08:45:42.310 INFO:teuthology.orchestra.run.smithi003.stdout:NAME="CentOS Stream" 2024-09-16T08:45:42.310 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION="9" 2024-09-16T08:45:42.310 INFO:teuthology.orchestra.run.smithi003.stdout:ID="centos" 2024-09-16T08:45:42.310 INFO:teuthology.orchestra.run.smithi003.stdout:ID_LIKE="rhel fedora" 2024-09-16T08:45:42.310 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_ID="9" 2024-09-16T08:45:42.310 INFO:teuthology.orchestra.run.smithi003.stdout:PLATFORM_ID="platform:el9" 2024-09-16T08:45:42.311 INFO:teuthology.orchestra.run.smithi003.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T08:45:42.311 INFO:teuthology.orchestra.run.smithi003.stdout:ANSI_COLOR="0;31" 2024-09-16T08:45:42.311 INFO:teuthology.orchestra.run.smithi003.stdout:LOGO="fedora-logo-icon" 2024-09-16T08:45:42.311 INFO:teuthology.orchestra.run.smithi003.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T08:45:42.311 INFO:teuthology.orchestra.run.smithi003.stdout:HOME_URL="https://centos.org/" 2024-09-16T08:45:42.311 INFO:teuthology.orchestra.run.smithi003.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T08:45:42.311 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T08:45:42.311 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T08:45:42.312 INFO:teuthology.lock.ops:Updating smithi003.front.sepia.ceph.com on lock server 2024-09-16T08:45:42.334 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-09-16T08:45:42.352 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-09-16T08:45:42.353 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="CentOS Stream" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="9" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:ID="centos" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="rhel fedora" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="9" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el9" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:LOGO="fedora-logo-icon" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://centos.org/" 2024-09-16T08:45:42.410 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T08:45:42.411 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T08:45:42.411 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T08:45:42.411 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-09-16T08:45:42.434 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-16T08:45:42.443 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-16T08:45:42.457 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-16T08:45:42.457 DEBUG:teuthology.orchestra.run.smithi003:> test '!' -e /home/ubuntu/cephtest 2024-09-16T08:45:42.460 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-09-16T08:45:42.476 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-16T08:45:42.488 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-16T08:45:42.488 DEBUG:teuthology.orchestra.run.smithi003:> test -z $(ls -A /var/lib/ceph) 2024-09-16T08:45:42.517 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-09-16T08:45:42.639 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-16T08:45:42.691 INFO:teuthology.run_tasks:Running task kernel... 2024-09-16T08:45:42.710 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-16T08:45:42.710 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-16T08:45:42.710 DEBUG:teuthology.orchestra.run.smithi003:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T08:45:42.711 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T08:45:42.728 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:45:42.728 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2024-09-16T08:45:42.729 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:45:42.729 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-09-16T08:45:42.786 INFO:teuthology.orchestra.run.smithi003.stdout:5.14.0-503.el9.x86_64 2024-09-16T08:45:42.786 INFO:teuthology.task.kernel:Running kernel on smithi003: 5.14.0-503.el9.x86_64 2024-09-16T08:45:42.786 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum install -y kernel 2024-09-16T08:45:42.787 INFO:teuthology.orchestra.run.smithi177.stdout:5.14.0-503.el9.x86_64 2024-09-16T08:45:42.787 INFO:teuthology.task.kernel:Running kernel on smithi177: 5.14.0-503.el9.x86_64 2024-09-16T08:45:42.787 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2024-09-16T08:45:44.995 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.2 MB 00:00 2024-09-16T08:45:47.461 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - BaseOS 2.8 MB/s | 8.2 MB 00:02 2024-09-16T08:45:49.354 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - AppStream 6.4 MB/s | 20 MB 00:03 2024-09-16T08:45:51.703 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - AppStream 6.6 MB/s | 20 MB 00:03 2024-09-16T08:45:54.663 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - CRB 4.8 MB/s | 6.5 MB 00:01 2024-09-16T08:45:56.164 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 9 - Extras packages 75 kB/s | 19 kB 00:00 2024-09-16T08:45:57.101 INFO:teuthology.orchestra.run.smithi003.stdout:Extra Packages for Enterprise Linux 28 MB/s | 23 MB 00:00 2024-09-16T08:45:57.470 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 6.5 MB 00:01 2024-09-16T08:45:58.937 INFO:teuthology.orchestra.run.smithi177.stdout:CentOS Stream 9 - Extras packages 78 kB/s | 19 kB 00:00 2024-09-16T08:45:59.825 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-16T08:46:02.823 INFO:teuthology.orchestra.run.smithi003.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-09-16T08:46:04.963 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T08:46:04.963 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T08:46:05.051 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2024-09-16T08:46:05.057 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-09-16T08:46:05.057 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2024-09-16T08:46:05.057 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout:Install 4 Packages 2024-09-16T08:46:05.058 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:46:05.059 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 79 M 2024-09-16T08:46:05.059 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 126 M 2024-09-16T08:46:05.059 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2024-09-16T08:46:05.339 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-09-16T08:46:05.625 INFO:teuthology.orchestra.run.smithi003.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 79 kB/s | 23 kB 00:00 2024-09-16T08:46:07.354 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T08:46:07.354 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T08:46:07.433 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-09-16T08:46:07.442 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-16T08:46:07.442 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout:Install 4 Packages 2024-09-16T08:46:07.443 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:46:07.444 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 79 M 2024-09-16T08:46:07.444 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 126 M 2024-09-16T08:46:07.444 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-09-16T08:46:07.807 INFO:teuthology.orchestra.run.smithi177.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 260 kB/s | 23 kB 00:00 2024-09-16T08:46:09.574 INFO:teuthology.orchestra.run.smithi177.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 8.4 MB/s | 16 MB 00:01 2024-09-16T08:46:11.832 INFO:teuthology.orchestra.run.smithi177.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 7.1 MB/s | 29 MB 00:04 2024-09-16T08:46:12.382 INFO:teuthology.orchestra.run.smithi177.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 7.4 MB/s | 35 MB 00:04 2024-09-16T08:46:12.382 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-09-16T08:46:12.382 INFO:teuthology.orchestra.run.smithi177.stdout:Total 16 MB/s | 79 MB 00:04 2024-09-16T08:46:13.068 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-09-16T08:46:13.434 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-09-16T08:46:13.435 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-09-16T08:46:14.396 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-09-16T08:46:14.396 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-09-16T08:46:16.834 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-09-16T08:46:17.199 INFO:teuthology.orchestra.run.smithi003.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 1.3 MB/s | 16 MB 00:11 2024-09-16T08:46:17.565 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-16T08:46:17.649 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:46:20.423 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:46:20.552 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:46:25.381 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:46:25.486 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:46:30.339 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:46:39.946 INFO:teuthology.orchestra.run.smithi003.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 852 kB/s | 29 MB 00:34 2024-09-16T08:46:48.787 INFO:teuthology.orchestra.run.smithi003.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 814 kB/s | 35 MB 00:43 2024-09-16T08:46:48.788 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-09-16T08:46:48.788 INFO:teuthology.orchestra.run.smithi003.stdout:Total 1.8 MB/s | 79 MB 00:43 2024-09-16T08:46:49.499 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2024-09-16T08:46:49.870 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2024-09-16T08:46:49.870 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2024-09-16T08:46:50.846 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2024-09-16T08:46:50.846 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2024-09-16T08:46:53.429 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2024-09-16T08:46:54.123 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-16T08:46:54.206 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:46:56.987 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:46:57.133 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:47:02.252 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:47:02.291 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:47:07.427 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:47:08.739 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:47:08.779 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:47:09.128 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:47:09.128 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-16T08:47:09.128 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:47:09.128 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:47:09.962 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:47:09.962 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:47:09.962 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-09-16T08:47:09.962 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-16T08:47:09.962 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-16T08:47:09.962 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-16T08:47:09.962 INFO:teuthology.orchestra.run.smithi177.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-16T08:47:09.963 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:47:09.963 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-09-16T08:47:10.289 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T08:47:10.412 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T08:47:10.412 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T08:47:10.412 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-16T08:47:10.412 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T08:47:10.412 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T08:47:10.413 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-16T08:47:10.413 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi177.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T08:47:10.413 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T08:47:10.472 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T08:47:10.472 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T08:47:10.473 DEBUG:teuthology.orchestra.run.smithi177:> sudo rpm -qi grub2-tools 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Name : grub2-tools 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Epoch : 1 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Version : 2.06 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Release : 82.el9 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: x86_64 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Group : Unspecified 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Size : 8274670 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:License : GPLv3+ 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T08:47:10.505 INFO:teuthology.orchestra.run.smithi177.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:Packager : builder@centos.org 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:Vendor : CentOS 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:Summary : Support tools for GRUB. 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:Description : 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:hardware devices. 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:47:10.506 INFO:teuthology.orchestra.run.smithi177.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T08:47:10.507 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T08:47:10.507 INFO:teuthology.task.kernel:Updating grub on smithi177 to boot 5.14.0-505.el9.x86_64 2024-09-16T08:47:10.507 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T08:47:11.144 INFO:teuthology.orchestra.run.smithi177.stderr:Generating grub configuration file ... 2024-09-16T08:47:12.496 INFO:teuthology.orchestra.run.smithi177.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T08:47:12.527 INFO:teuthology.orchestra.run.smithi177.stderr:done 2024-09-16T08:47:12.529 DEBUG:teuthology.orchestra.run.smithi177:> mktemp 2024-09-16T08:47:12.546 INFO:teuthology.orchestra.run.smithi177.stdout:/tmp/tmp.oKhA92sEBt 2024-09-16T08:47:12.546 DEBUG:teuthology.orchestra.run.smithi177:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.oKhA92sEBt 2024-09-16T08:47:12.612 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0666 /tmp/tmp.oKhA92sEBt 2024-09-16T08:47:12.754 DEBUG:teuthology.orchestra.remote:smithi177:/tmp/tmp.oKhA92sEBt is 6KB 2024-09-16T08:47:12.803 DEBUG:teuthology.orchestra.run.smithi177:> rm -fr /tmp/tmp.oKhA92sEBt 2024-09-16T08:47:12.818 DEBUG:teuthology.orchestra.run.smithi177:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T08:47:12.881 INFO:teuthology.orchestra.run.smithi177.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T08:47:12.881 INFO:teuthology.orchestra.run.smithi177.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T08:47:12.881 INFO:teuthology.orchestra.run.smithi177.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T08:47:12.881 INFO:teuthology.orchestra.run.smithi177.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-16T08:47:12.882 DEBUG:teuthology.orchestra.run.smithi177:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-16T08:47:13.028 DEBUG:teuthology.orchestra.run.smithi177:> sudo shutdown -r now 2024-09-16T08:47:43.031 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-16T08:47:43.031 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:47:43.032 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:47:46.454 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:47:46.495 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:47:46.810 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:47:46.810 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-16T08:47:46.810 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:47:46.810 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:47:47.667 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:47:47.667 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:47:47.667 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2024-09-16T08:47:47.667 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-16T08:47:47.667 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-16T08:47:47.667 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-16T08:47:47.667 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-16T08:47:47.667 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:47:47.668 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2024-09-16T08:47:48.042 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T08:47:48.133 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T08:47:48.133 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T08:47:48.133 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-16T08:47:48.133 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T08:47:48.134 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T08:47:48.134 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-16T08:47:48.134 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi003.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T08:47:48.134 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T08:47:48.193 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T08:47:48.193 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T08:47:48.193 DEBUG:teuthology.orchestra.run.smithi003:> sudo rpm -qi grub2-tools 2024-09-16T08:47:48.225 INFO:teuthology.orchestra.run.smithi003.stdout:Name : grub2-tools 2024-09-16T08:47:48.226 INFO:teuthology.orchestra.run.smithi003.stdout:Epoch : 1 2024-09-16T08:47:48.226 INFO:teuthology.orchestra.run.smithi003.stdout:Version : 2.06 2024-09-16T08:47:48.226 INFO:teuthology.orchestra.run.smithi003.stdout:Release : 82.el9 2024-09-16T08:47:48.226 INFO:teuthology.orchestra.run.smithi003.stdout:Architecture: x86_64 2024-09-16T08:47:48.226 INFO:teuthology.orchestra.run.smithi003.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T08:47:48.226 INFO:teuthology.orchestra.run.smithi003.stdout:Group : Unspecified 2024-09-16T08:47:48.226 INFO:teuthology.orchestra.run.smithi003.stdout:Size : 8274670 2024-09-16T08:47:48.226 INFO:teuthology.orchestra.run.smithi003.stdout:License : GPLv3+ 2024-09-16T08:47:48.226 INFO:teuthology.orchestra.run.smithi003.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:Packager : builder@centos.org 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:Vendor : CentOS 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:Summary : Support tools for GRUB. 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:Description : 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout:hardware devices. 2024-09-16T08:47:48.227 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:47:48.228 INFO:teuthology.orchestra.run.smithi003.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T08:47:48.229 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T08:47:48.229 INFO:teuthology.task.kernel:Updating grub on smithi003 to boot 5.14.0-505.el9.x86_64 2024-09-16T08:47:48.229 DEBUG:teuthology.orchestra.run.smithi003:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T08:47:48.932 INFO:teuthology.orchestra.run.smithi003.stderr:Generating grub configuration file ... 2024-09-16T08:47:50.279 INFO:teuthology.orchestra.run.smithi003.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T08:47:50.309 INFO:teuthology.orchestra.run.smithi003.stderr:done 2024-09-16T08:47:50.320 DEBUG:teuthology.orchestra.run.smithi003:> mktemp 2024-09-16T08:47:50.335 INFO:teuthology.orchestra.run.smithi003.stdout:/tmp/tmp.gT6hmklGgS 2024-09-16T08:47:50.335 DEBUG:teuthology.orchestra.run.smithi003:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.gT6hmklGgS 2024-09-16T08:47:50.406 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0666 /tmp/tmp.gT6hmklGgS 2024-09-16T08:47:50.562 DEBUG:teuthology.orchestra.remote:smithi003:/tmp/tmp.gT6hmklGgS is 6KB 2024-09-16T08:47:50.625 DEBUG:teuthology.orchestra.run.smithi003:> rm -fr /tmp/tmp.gT6hmklGgS 2024-09-16T08:47:50.641 DEBUG:teuthology.orchestra.run.smithi003:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T08:47:50.704 INFO:teuthology.orchestra.run.smithi003.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T08:47:50.705 INFO:teuthology.orchestra.run.smithi003.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T08:47:50.705 INFO:teuthology.orchestra.run.smithi003.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T08:47:50.705 INFO:teuthology.orchestra.run.smithi003.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-16T08:47:50.706 DEBUG:teuthology.orchestra.run.smithi003:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-16T08:47:50.858 DEBUG:teuthology.orchestra.run.smithi003:> sudo shutdown -r now 2024-09-16T08:48:20.889 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-16T08:48:20.890 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:48:20.891 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:48:43.057 DEBUG:teuthology.orchestra.remote:timed out 2024-09-16T08:48:52.063 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:48:52.065 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:48:52.329 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-09-16T08:48:52.741 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:48:52.741 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-505.el9.x86_64"... 2024-09-16T08:48:52.741 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-09-16T08:48:52.758 INFO:teuthology.orchestra.run.smithi177.stdout:5.14.0-505.el9.x86_64 2024-09-16T08:48:52.759 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-16T08:48:52.759 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T08:48:52.759 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T08:48:53.760 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-16T08:48:53.760 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T08:48:53.859 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-09-16T08:48:53.879 DEBUG:teuthology.parallel:result is None 2024-09-16T08:49:20.902 DEBUG:teuthology.orchestra.remote:timed out 2024-09-16T08:49:29.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:49:29.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:49:30.249 DEBUG:teuthology.orchestra.run.smithi003:> true 2024-09-16T08:49:30.643 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:49:30.643 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-505.el9.x86_64"... 2024-09-16T08:49:30.643 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2024-09-16T08:49:30.658 INFO:teuthology.orchestra.run.smithi003.stdout:5.14.0-505.el9.x86_64 2024-09-16T08:49:30.658 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-16T08:49:30.659 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T08:49:30.659 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T08:49:31.659 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-16T08:49:31.660 DEBUG:teuthology.orchestra.run.smithi003:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T08:49:31.793 INFO:teuthology.orchestra.run.smithi003.stdout:ttyS1 2024-09-16T08:49:31.813 DEBUG:teuthology.parallel:result is None 2024-09-16T08:49:31.813 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-16T08:49:31.825 INFO:teuthology.task.internal:Creating test directory... 2024-09-16T08:49:31.825 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T08:49:31.828 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T08:49:31.849 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-16T08:49:31.856 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-16T08:49:31.866 INFO:teuthology.task.internal:Creating archive directory... 2024-09-16T08:49:31.866 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T08:49:31.887 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T08:49:31.916 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-16T08:49:31.922 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-16T08:49:31.923 DEBUG:teuthology.orchestra.run.smithi003:> 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-16T08:49:31.948 DEBUG:teuthology.orchestra.run.smithi177:> 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-16T08:49:31.971 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:49:31.982 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:49:32.037 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:49:32.049 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:49:32.050 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-16T08:49:32.057 INFO:teuthology.task.internal:Configuring sudo... 2024-09-16T08:49:32.057 DEBUG:teuthology.orchestra.run.smithi003:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T08:49:32.060 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T08:49:32.088 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-16T08:49:32.098 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-16T08:49:32.098 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T08:49:32.130 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T08:49:32.147 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:49:32.229 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:49:32.288 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:49:32.374 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:49:32.436 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:49:32.436 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T08:49:32.505 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:49:32.551 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:49:32.602 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:49:32.686 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:49:32.730 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:49:32.731 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T08:49:32.797 DEBUG:teuthology.orchestra.run.smithi003:> sudo service rsyslog restart 2024-09-16T08:49:32.799 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-09-16T08:49:32.850 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T08:49:32.898 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T08:49:33.253 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-16T08:49:33.260 INFO:teuthology.task.internal:Starting timer... 2024-09-16T08:49:33.261 INFO:teuthology.run_tasks:Running task pcp... 2024-09-16T08:49:33.271 INFO:teuthology.run_tasks:Running task selinux... 2024-09-16T08:49:33.279 DEBUG:teuthology.orchestra.run.smithi003:> sudo service auditd rotate 2024-09-16T08:49:33.406 INFO:teuthology.orchestra.run.smithi003.stdout:Rotating logs: 2024-09-16T08:49:33.408 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2024-09-16T08:49:33.462 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2024-09-16T08:49:33.464 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-16T08:49:33.464 DEBUG:teuthology.orchestra.run.smithi003:> /usr/sbin/getenforce 2024-09-16T08:49:33.495 INFO:teuthology.orchestra.run.smithi003.stdout:Permissive 2024-09-16T08:49:33.495 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2024-09-16T08:49:33.522 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2024-09-16T08:49:33.522 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi003.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2024-09-16T08:49:33.522 DEBUG:teuthology.orchestra.run.smithi003:> 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-16T08:49:33.565 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:49:33.565 DEBUG:teuthology.orchestra.run.smithi177:> 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-16T08:49:33.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:49:33.591 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-16T08:49:33.592 DEBUG:teuthology.orchestra.run.smithi003:> sudo /usr/sbin/setenforce permissive 2024-09-16T08:49:33.798 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2024-09-16T08:49:33.829 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-16T08:49:33.840 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-16T08:49:33.844 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-16T08:49:33.969 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-16T08:49:33.980 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-16T08:49:33.981 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi003.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-16T08:53:20.523 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi003.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2024-09-16T08:53:20.524 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:53:20.525 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:53:20.602 DEBUG:teuthology.orchestra.run.smithi003:> true 2024-09-16T08:53:20.685 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2024-09-16T08:53:20.686 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:53:20.686 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:53:20.764 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-09-16T08:53:20.841 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-09-16T08:53:20.841 INFO:teuthology.run_tasks:Running task clock... 2024-09-16T08:53:20.854 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-16T08:53:20.854 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T08:53:20.855 DEBUG:teuthology.orchestra.run.smithi003:> 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-16T08:53:20.857 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T08:53:20.857 DEBUG:teuthology.orchestra.run.smithi177:> 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-16T08:53:20.886 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T08:53:20.901 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T08:53:20.912 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T08:53:20.926 INFO:teuthology.orchestra.run.smithi003.stderr:sudo: ntpd: command not found 2024-09-16T08:53:20.927 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T08:53:20.937 INFO:teuthology.orchestra.run.smithi003.stdout:506 Cannot talk to daemon 2024-09-16T08:53:20.952 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T08:53:20.952 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2024-09-16T08:53:20.963 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2024-09-16T08:53:20.966 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T08:53:20.977 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T08:53:20.991 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T08:53:21.025 INFO:teuthology.orchestra.run.smithi003.stderr:bash: line 1: ntpq: command not found 2024-09-16T08:53:21.029 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T08:53:21.029 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2024-09-16T08:53:21.029 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:53:21.029 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:53:21.030 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:53:21.030 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:53:21.055 INFO:teuthology.orchestra.run.smithi177.stderr:bash: line 1: ntpq: command not found 2024-09-16T08:53:21.058 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T08:53:21.058 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-09-16T08:53:21.058 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:53:21.058 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:53:21.058 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:53:21.059 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:53:21.059 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-16T08:53:21.154 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': '8293d73f8690540e843a81caec373f9cc29cf705'} 2024-09-16T08:53:21.154 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:squid 2024-09-16T08:53:21.155 INFO:tasks.cephadm:Cluster fsid is 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:53:21.155 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-16T08:53:21.155 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.3', 'mon.c': '[v2:172.21.15.3:3301,v1:172.21.15.3:6790]', 'mon.b': '172.21.15.177'} 2024-09-16T08:53:21.155 INFO:tasks.cephadm:First mon is mon.a on smithi003 2024-09-16T08:53:21.155 INFO:tasks.cephadm:First mgr is y 2024-09-16T08:53:21.155 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-16T08:53:21.156 DEBUG:teuthology.orchestra.run.smithi003:> sudo hostname $(hostname -s) 2024-09-16T08:53:21.181 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2024-09-16T08:53:21.208 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra for squid 2024-09-16T08:53:21.208 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:53:21.349 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705', '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/83046/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4917-g8293d73f', 'node_name': '172.21.5.39+adami09', '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-4917.g8293d73f'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-13 15:55:14.480698', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-13-1248', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-16T08:53:21.568 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref squid, sha1 ad35db06e8924912f01e32b35576297c0f1352b4 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&ref=squid 2024-09-16T08:53:21.569 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/squid/ad35db06e8924912f01e32b35576297c0f1352b4/centos/9/x86_64/flavors/default/cephadm 2024-09-16T08:53:21.570 INFO:tasks.cephadm:Downloading cephadm from url: https://4.chacra.ceph.com/binaries/ceph/squid/ad35db06e8924912f01e32b35576297c0f1352b4/centos/9/x86_64/flavors/default/cephadm 2024-09-16T08:53:21.570 DEBUG:teuthology.orchestra.run.smithi003:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/ad35db06e8924912f01e32b35576297c0f1352b4/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T08:53:21.945 INFO:teuthology.orchestra.run.smithi003.stdout:-rw-r--r--. 1 ubuntu ubuntu 784503 Sep 16 08:53 /home/ubuntu/cephtest/cephadm 2024-09-16T08:53:21.946 DEBUG:teuthology.orchestra.run.smithi177:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/ad35db06e8924912f01e32b35576297c0f1352b4/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T08:53:22.288 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-r--r--. 1 ubuntu ubuntu 784503 Sep 16 08:53 /home/ubuntu/cephtest/cephadm 2024-09-16T08:53:22.288 DEBUG:teuthology.orchestra.run.smithi003:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T08:53:22.308 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T08:53:22.339 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:squid on all hosts... 2024-09-16T08:53:22.339 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid pull 2024-09-16T08:53:22.351 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid pull 2024-09-16T08:53:23.949 INFO:teuthology.orchestra.run.smithi003.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:squid... 2024-09-16T08:53:23.963 INFO:teuthology.orchestra.run.smithi177.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:squid... 2024-09-16T08:53:54.226 INFO:teuthology.orchestra.run.smithi177.stdout:{ 2024-09-16T08:53:54.226 INFO:teuthology.orchestra.run.smithi177.stdout: "ceph_version": "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)", 2024-09-16T08:53:54.226 INFO:teuthology.orchestra.run.smithi177.stdout: "image_id": "b5388489f99eed1a2d8ee67f2b17c954a02a6e69a5719b62acb92235fc14bbfe", 2024-09-16T08:53:54.226 INFO:teuthology.orchestra.run.smithi177.stdout: "repo_digests": [ 2024-09-16T08:53:54.226 INFO:teuthology.orchestra.run.smithi177.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60" 2024-09-16T08:53:54.227 INFO:teuthology.orchestra.run.smithi177.stdout: ] 2024-09-16T08:53:54.227 INFO:teuthology.orchestra.run.smithi177.stdout:} 2024-09-16T08:53:55.423 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T08:53:55.423 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph_version": "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)", 2024-09-16T08:53:55.423 INFO:teuthology.orchestra.run.smithi003.stdout: "image_id": "b5388489f99eed1a2d8ee67f2b17c954a02a6e69a5719b62acb92235fc14bbfe", 2024-09-16T08:53:55.424 INFO:teuthology.orchestra.run.smithi003.stdout: "repo_digests": [ 2024-09-16T08:53:55.424 INFO:teuthology.orchestra.run.smithi003.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60" 2024-09-16T08:53:55.424 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2024-09-16T08:53:55.424 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T08:53:55.451 DEBUG:teuthology.orchestra.run.smithi003:> sudo mkdir -p /etc/ceph 2024-09-16T08:53:55.482 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /etc/ceph 2024-09-16T08:53:55.516 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 777 /etc/ceph 2024-09-16T08:53:55.549 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 777 /etc/ceph 2024-09-16T08:53:55.585 INFO:tasks.cephadm:Writing seed config... 2024-09-16T08:53:55.587 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-16T08:53:55.587 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-16T08:53:55.587 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-16T08:53:55.587 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-16T08:53:55.587 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-16T08:53:55.587 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-16T08:53:55.587 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-16T08:53:55.587 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-16T08:53:55.587 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-16T08:53:55.588 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:53:55.588 DEBUG:teuthology.orchestra.run.smithi003:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-16T08:53:55.605 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 = 1ff68320-7409-11ef-bceb-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-16T08:53:55.606 DEBUG:teuthology.orchestra.run.smithi003:mon.a> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.a.service 2024-09-16T08:53:55.648 DEBUG:teuthology.orchestra.run.smithi003:mgr.y> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.y.service 2024-09-16T08:53:55.691 INFO:tasks.cephadm:Bootstrapping... 2024-09-16T08:53:55.692 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid -v bootstrap --fsid 1ff68320-7409-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id y --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.3 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:53:55.900 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2024-09-16T08:53:55.900 INFO:teuthology.orchestra.run.smithi003.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:squid', '-v', 'bootstrap', '--fsid', '1ff68320-7409-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'y', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.3', '--skip-admin-label'] 2024-09-16T08:53:55.900 INFO:teuthology.orchestra.run.smithi003.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-16T08:53:55.900 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying podman|docker is present... 2024-09-16T08:53:55.924 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout 5.2.2 2024-09-16T08:53:55.925 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying lvm2 is present... 2024-09-16T08:53:55.925 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying time synchronization is in place... 2024-09-16T08:53:55.932 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T08:53:55.932 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T08:53:55.938 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T08:53:55.938 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:53:55.946 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout enabled 2024-09-16T08:53:55.952 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout active 2024-09-16T08:53:55.952 INFO:teuthology.orchestra.run.smithi003.stdout:Unit chronyd.service is enabled and running 2024-09-16T08:53:55.952 INFO:teuthology.orchestra.run.smithi003.stdout:Repeating the final host check... 2024-09-16T08:53:55.975 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout 5.2.2 2024-09-16T08:53:55.975 INFO:teuthology.orchestra.run.smithi003.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-16T08:53:55.975 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl is present 2024-09-16T08:53:55.975 INFO:teuthology.orchestra.run.smithi003.stdout:lvcreate is present 2024-09-16T08:53:55.982 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T08:53:55.982 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T08:53:55.988 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T08:53:55.988 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:53:55.995 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout enabled 2024-09-16T08:53:56.002 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout active 2024-09-16T08:53:56.002 INFO:teuthology.orchestra.run.smithi003.stdout:Unit chronyd.service is enabled and running 2024-09-16T08:53:56.002 INFO:teuthology.orchestra.run.smithi003.stdout:Host looks OK 2024-09-16T08:53:56.002 INFO:teuthology.orchestra.run.smithi003.stdout:Cluster fsid: 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:53:56.002 INFO:teuthology.orchestra.run.smithi003.stdout:Acquiring lock 140470337945024 on /run/cephadm/1ff68320-7409-11ef-bceb-c7b262605968.lock 2024-09-16T08:53:56.002 INFO:teuthology.orchestra.run.smithi003.stdout:Lock 140470337945024 acquired on /run/cephadm/1ff68320-7409-11ef-bceb-c7b262605968.lock 2024-09-16T08:53:56.002 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying IP 172.21.15.3 port 3300 ... 2024-09-16T08:53:56.003 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying IP 172.21.15.3 port 6789 ... 2024-09-16T08:53:56.003 INFO:teuthology.orchestra.run.smithi003.stdout:Base mon IP(s) is [172.21.15.3:3300, 172.21.15.3:6789], mon addrv is [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2024-09-16T08:53:56.006 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.3 metric 100 2024-09-16T08:53:56.006 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.3 metric 100 2024-09-16T08:53:56.009 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-16T08:53:56.009 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-16T08:53:56.009 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1793sec hoplimit 64 pref medium 2024-09-16T08:53:56.011 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-16T08:53:56.011 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-16T08:53:56.011 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T08:53:56.011 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout 2: ens1f0: mtu 1500 state UP qlen 1000 2024-09-16T08:53:56.011 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15dc/64 scope link 2024-09-16T08:53:56.012 INFO:teuthology.orchestra.run.smithi003.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T08:53:56.012 INFO:teuthology.orchestra.run.smithi003.stdout:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2024-09-16T08:53:56.012 INFO:teuthology.orchestra.run.smithi003.stdout:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2024-09-16T08:53:56.012 INFO:teuthology.orchestra.run.smithi003.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-16T08:53:56.013 INFO:teuthology.orchestra.run.smithi003.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-16T08:53:56.013 INFO:teuthology.orchestra.run.smithi003.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:squid... 2024-09-16T08:53:56.468 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stdout b5388489f99eed1a2d8ee67f2b17c954a02a6e69a5719b62acb92235fc14bbfe 2024-09-16T08:53:56.468 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:squid... 2024-09-16T08:53:56.468 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Getting image source signatures 2024-09-16T08:53:56.468 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Copying blob sha256:c36cbe791b3d764506503890ade2f6681b288212a4797b71c720377aeba8f6a3 2024-09-16T08:53:56.468 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-16T08:53:56.468 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Copying config sha256:b5388489f99eed1a2d8ee67f2b17c954a02a6e69a5719b62acb92235fc14bbfe 2024-09-16T08:53:56.468 INFO:teuthology.orchestra.run.smithi003.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-16T08:53:57.338 INFO:teuthology.orchestra.run.smithi003.stdout:ceph: stdout ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable) 2024-09-16T08:53:57.338 INFO:teuthology.orchestra.run.smithi003.stdout:Ceph version: ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable) 2024-09-16T08:53:57.338 INFO:teuthology.orchestra.run.smithi003.stdout:Extracting ceph user uid/gid from container image... 2024-09-16T08:53:58.327 INFO:teuthology.orchestra.run.smithi003.stdout:stat: stdout 167 167 2024-09-16T08:53:58.327 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial keys... 2024-09-16T08:53:59.173 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQAm8udmpDtmJhAAYauDs6C3YwmwWT0j8U3QDg== 2024-09-16T08:54:00.012 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQAn8udm9C+3GxAAAH+BCf54xb5f7q4I8IlG5Q== 2024-09-16T08:54:00.884 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph-authtool: stdout AQAo8udmAmyZExAAUIxYbiYnR0uDTbocjlIU0g== 2024-09-16T08:54:00.885 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial monmap... 2024-09-16T08:54:01.857 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T08:54:01.857 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-16T08:54:01.857 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:01.857 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T08:54:01.857 INFO:teuthology.orchestra.run.smithi003.stdout:monmaptool for a [v2:172.21.15.3:3300,v1:172.21.15.3:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T08:54:01.857 INFO:teuthology.orchestra.run.smithi003.stdout:setting min_mon_release = quincy 2024-09-16T08:54:01.857 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: set fsid to 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:01.857 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T08:54:01.857 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:54:01.857 INFO:teuthology.orchestra.run.smithi003.stdout:Creating mon... 2024-09-16T08:54:02.845 INFO:teuthology.orchestra.run.smithi003.stdout:create mon.a on 2024-09-16T08:54:03.227 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-16T08:54:03.427 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1ff68320-7409-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-1ff68320-7409-11ef-bceb-c7b262605968.target. 2024-09-16T08:54:03.427 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1ff68320-7409-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-1ff68320-7409-11ef-bceb-c7b262605968.target. 2024-09-16T08:54:03.682 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.a 2024-09-16T08:54:03.682 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-16T08:54:03.844 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1ff68320-7409-11ef-bceb-c7b262605968.target.wants/ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-1ff68320-7409-11ef-bceb-c7b262605968@.service. 2024-09-16T08:54:04.571 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T08:54:04.571 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2024-09-16T08:54:04.578 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T08:54:04.578 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:54:04.578 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2024-09-16T08:54:04.578 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T08:54:04.578 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mon to start... 2024-09-16T08:54:04.579 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mon... 2024-09-16T08:54:04.703 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:04 smithi003 systemd[1]: Started Ceph mon.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T08:54:05.612 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: monmap epoch 1 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: last_changed 2024-09-16T08:54:01.232037+0000 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: min_mon_release 19 (squid) 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: election_strategy: 1 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: fsmap 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: osdmap e1: 0 total, 0 up, 0 in 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: mgrmap e1: no daemons active 2024-09-16T08:54:05.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:05 smithi003 ceph-mon[23326]: from='client.? 172.21.15.3:0/3522985625' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T08:54:05.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout cluster: 2024-09-16T08:54:05.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout id: 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:05.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-16T08:54:05.616 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout services: 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.569752s) 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout data: 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout pgs: 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:mon is available 2024-09-16T08:54:05.617 INFO:teuthology.orchestra.run.smithi003.stdout:Assimilating anything we can from ceph.conf... 2024-09-16T08:54:06.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:06 smithi003 ceph-mon[23326]: from='client.? 172.21.15.3:0/914905019' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-16T08:54:06.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:06 smithi003 ceph-mon[23326]: from='client.? 172.21.15.3:0/914905019' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout fsid = 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-16T08:54:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T08:54:06.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:06.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T08:54:06.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T08:54:06.699 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T08:54:06.699 INFO:teuthology.orchestra.run.smithi003.stdout:Generating new minimal ceph.conf... 2024-09-16T08:54:07.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:07 smithi003 ceph-mon[23326]: from='client.? 172.21.15.3:0/3302437700' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:54:07.713 INFO:teuthology.orchestra.run.smithi003.stdout:Restarting the monitor... 2024-09-16T08:54:07.994 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:07 smithi003 systemd[1]: Stopping Ceph mon.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T08:54:08.361 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:07 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a[23321]: 2024-09-16T08:54:07.993+0000 7ff5d01d5640 -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-16T08:54:08.361 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:07 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a[23321]: 2024-09-16T08:54:07.993+0000 7ff5d01d5640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-16T08:54:08.361 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:08 smithi003 podman[23570]: 2024-09-16 08:54:08.127077113 +0000 UTC m=+0.237611488 container died 8cde2758d1cf6a9d05fc55a890c0600e5fa9e4b775d249faa3dbd52bc6682a48 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-ad35db0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS) 2024-09-16T08:54:08.611 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:08 smithi003 podman[23570]: 2024-09-16 08:54:08.451347833 +0000 UTC m=+0.561882238 container cleanup 8cde2758d1cf6a9d05fc55a890c0600e5fa9e4b775d249faa3dbd52bc6682a48 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=squid-ad35db0, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T08:54:08.611 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:08 smithi003 bash[23570]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a 2024-09-16T08:54:08.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:08 smithi003 podman[23583]: 2024-09-16 08:54:08.610452994 +0000 UTC m=+0.478698225 container remove 8cde2758d1cf6a9d05fc55a890c0600e5fa9e4b775d249faa3dbd52bc6682a48 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-ad35db0) 2024-09-16T08:54:08.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:08 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-16T08:54:08.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:08 smithi003 systemd[1]: Stopped Ceph mon.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T08:54:08.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:08 smithi003 systemd[1]: Starting Ceph mon.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T08:54:09.313 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 podman[23678]: 2024-09-16 08:54:08.946842559 +0000 UTC m=+0.016013067 image pull b5388489f99eed1a2d8ee67f2b17c954a02a6e69a5719b62acb92235fc14bbfe quay.ceph.io/ceph-ci/ceph:squid 2024-09-16T08:54:09.314 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 podman[23678]: 2024-09-16 08:54:09.044422307 +0000 UTC m=+0.113592812 container create 6230a65fc65952cedc94d36d7be5d181f27117132ce3a26897532e6eed024be0 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=squid-ad35db0) 2024-09-16T08:54:09.314 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 podman[23678]: 2024-09-16 08:54:09.238319468 +0000 UTC m=+0.307489976 container init 6230a65fc65952cedc94d36d7be5d181f27117132ce3a26897532e6eed024be0 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, CEPH_POINT_RELEASE=, RELEASE=squid-ad35db0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T08:54:09.314 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 podman[23678]: 2024-09-16 08:54:09.241632986 +0000 UTC m=+0.310803492 container start 6230a65fc65952cedc94d36d7be5d181f27117132ce3a26897532e6eed024be0 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=squid-ad35db0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-16T08:54:09.314 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T08:54:09.314 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable), process ceph-mon, pid 2 2024-09-16T08:54:09.314 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: pidfile_write: ignore empty --pid-file 2024-09-16T08:54:09.314 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: load: jerasure load: lrc 2024-09-16T08:54:09.314 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: RocksDB version: 7.9.2 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Git sha 0 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Compile date 2024-09-15 21:07:06 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: DB SUMMARY 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: DB Session ID: 6MI3XQNUF6ZH56DR4Z6R 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: CURRENT file: CURRENT 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88153 ; 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.error_if_exists: 0 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.create_if_missing: 0 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.paranoid_checks: 1 2024-09-16T08:54:09.315 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T08:54:09.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T08:54:09.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T08:54:09.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.env: 0x558a6ef35940 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.info_log: 0x558a706db6e0 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.statistics: (nil) 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.use_fsync: 0 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_log_file_size: 0 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.allow_fallocate: 1 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T08:54:09.317 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.use_direct_reads: 0 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.db_log_dir: 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.wal_dir: 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.write_buffer_manager: 0x558a706eadc0 2024-09-16T08:54:09.318 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.unordered_write: 0 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.row_cache: None 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.wal_filter: None 2024-09-16T08:54:09.319 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.two_write_queues: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.wal_compression: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.atomic_flush: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.log_readahead_size: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T08:54:09.320 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_background_jobs: 2 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_background_compactions: -1 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_subcompactions: 1 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T08:54:09.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_open_files: -1 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_background_flushes: -1 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Compression algorithms supported: 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: kZSTD supported: 0 2024-09-16T08:54:09.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: kXpressCompression supported: 0 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: kBZip2Compression supported: 0 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: kLZ4Compression supported: 1 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: kZlibCompression supported: 1 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: kSnappyCompression supported: 1 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.merge_operator: 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_filter: None 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T08:54:09.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558a706db320) 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: cache_index_and_filter_blocks: 1 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: pin_top_level_index_and_filter: 1 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: index_type: 0 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: data_block_index_type: 0 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: index_shortening: 1 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: checksum: 4 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: no_block_cache: 0 2024-09-16T08:54:09.324 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache: 0x558a706cf1f0 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache_name: BinnedLRUCache 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache_options: 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: capacity : 536870912 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: num_shard_bits : 4 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: strict_capacity_limit : 0 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: high_pri_pool_ratio: 0.000 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache_compressed: (nil) 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: persistent_cache: (nil) 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_size: 4096 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_size_deviation: 10 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_restart_interval: 16 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: index_block_restart_interval: 1 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: metadata_block_size: 4096 2024-09-16T08:54:09.325 INFO:journalctl@ceph.mon.a.smithi003.stdout: partition_filters: 0 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: use_delta_encoding: 1 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: filter_policy: bloomfilter 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: whole_key_filtering: 1 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: verify_compression: 0 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: read_amp_bytes_per_bit: 0 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: format_version: 5 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: enable_index_compression: 1 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_align: 0 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: max_auto_readahead_size: 262144 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: prepopulate_block_cache: 0 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: initial_auto_readahead_size: 8192 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T08:54:09.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compression: NoCompression 2024-09-16T08:54:09.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T08:54:09.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T08:54:09.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T08:54:09.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.num_levels: 7 2024-09-16T08:54:09.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T08:54:09.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T08:54:09.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T08:54:09.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T08:54:09.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T08:54:09.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T08:54:09.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T08:54:09.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:54:09.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T08:54:09.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T08:54:09.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T08:54:09.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T08:54:09.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T08:54:09.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T08:54:09.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T08:54:09.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T08:54:09.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T08:54:09.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T08:54:09.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T08:54:09.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T08:54:09.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T08:54:09.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T08:54:09.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T08:54:09.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T08:54:09.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T08:54:09.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T08:54:09.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T08:54:09.333 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T08:54:09.333 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T08:54:09.333 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T08:54:09.333 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T08:54:09.333 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T08:54:09.333 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T08:54:09.333 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T08:54:09.333 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T08:54:09.333 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T08:54:09.333 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.inplace_update_support: 0 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.bloom_locality: 0 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.max_successive_merges: 0 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T08:54:09.334 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.ttl: 2592000 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.enable_blob_files: false 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.min_blob_size: 0 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T08:54:09.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T08:54:09.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T08:54:09.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: 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-16T08:54:09.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-16T08:54:09.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fb884bd9-11d8-4957-9842-e129211222fb 2024-09-16T08:54:09.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726476849268739, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-16T08:54:09.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-16T08:54:09.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726476849269632, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84768, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 82915, "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": 77124, "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": 1726476849, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fb884bd9-11d8-4957-9842-e129211222fb", "db_session_id": "6MI3XQNUF6ZH56DR4Z6R", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-16T08:54:09.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726476849269749, "job": 1, "event": "recovery_finished"} 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: 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-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558a706fce00 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: DB pointer 0x558a707f8000 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** DB Stats ** 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.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-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.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-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:54:09.337 INFO:journalctl@ceph.mon.a.smithi003.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:54:09.338 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T08:54:09.338 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** Compaction Stats [default] ** 2024-09-16T08:54:09.338 INFO:journalctl@ceph.mon.a.smithi003.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-16T08:54:09.338 INFO:journalctl@ceph.mon.a.smithi003.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T08:54:09.338 INFO:journalctl@ceph.mon.a.smithi003.stdout: L0 2/0 84.64 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:54:09.338 INFO:journalctl@ceph.mon.a.smithi003.stdout: Sum 2/0 84.64 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 147.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:54:09.339 INFO:journalctl@ceph.mon.a.smithi003.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 147.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:54:09.339 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T08:54:09.339 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** Compaction Stats [default] ** 2024-09-16T08:54:09.339 INFO:journalctl@ceph.mon.a.smithi003.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-16T08:54:09.339 INFO:journalctl@ceph.mon.a.smithi003.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T08:54:09.339 INFO:journalctl@ceph.mon.a.smithi003.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 147.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:54:09.339 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T08:54:09.340 INFO:journalctl@ceph.mon.a.smithi003.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T08:54:09.340 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T08:54:09.340 INFO:journalctl@ceph.mon.a.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:54:09.340 INFO:journalctl@ceph.mon.a.smithi003.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T08:54:09.340 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T08:54:09.340 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T08:54:09.340 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T08:54:09.341 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T08:54:09.341 INFO:journalctl@ceph.mon.a.smithi003.stdout: Cumulative compaction: 0.00 GB write, 25.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:54:09.341 INFO:journalctl@ceph.mon.a.smithi003.stdout: Interval compaction: 0.00 GB write, 25.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:54:09.341 INFO:journalctl@ceph.mon.a.smithi003.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-16T08:54:09.341 INFO:journalctl@ceph.mon.a.smithi003.stdout: Block cache BinnedLRUCache@0x558a706cf1f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-16T08:54:09.341 INFO:journalctl@ceph.mon.a.smithi003.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-16T08:54:09.342 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T08:54:09.342 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T08:54:09.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: starting mon.a rank 0 at public addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] at bind addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:09.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: mon.a@-1(???) e1 preinit fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: mon.a@-1(???).mds e1 new map 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: mon.a@-1(???).mds e1 print_map 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: e1 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: btime 2024-09-16T08:54:04:514922+0000 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.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-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: legacy client fscid: -1 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: No filesystems configured 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:54:09.343 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:54:09.344 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:54:09.344 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-16T08:54:09.344 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 bash[23678]: 6230a65fc65952cedc94d36d7be5d181f27117132ce3a26897532e6eed024be0 2024-09-16T08:54:09.344 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 systemd[1]: Started Ceph mon.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T08:54:09.345 INFO:teuthology.orchestra.run.smithi003.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-16T08:54:09.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T08:54:09.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: monmap epoch 1 2024-09-16T08:54:09.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:09.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: last_changed 2024-09-16T08:54:01.232037+0000 2024-09-16T08:54:09.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T08:54:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: min_mon_release 19 (squid) 2024-09-16T08:54:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: election_strategy: 1 2024-09-16T08:54:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:54:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: fsmap 2024-09-16T08:54:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: osdmap e1: 0 total, 0 up, 0 in 2024-09-16T08:54:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:09 smithi003 ceph-mon[23697]: mgrmap e1: no daemons active 2024-09-16T08:54:12.123 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:11 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2697860567' entity='client.admin' 2024-09-16T08:54:17.197 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-16T08:54:17.393 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:54:17.393 INFO:teuthology.orchestra.run.smithi003.stdout:Creating mgr... 2024-09-16T08:54:17.394 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-16T08:54:17.394 INFO:teuthology.orchestra.run.smithi003.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-16T08:54:18.301 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.y 2024-09-16T08:54:18.301 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.y.service: Unit ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.y.service not loaded. 2024-09-16T08:54:18.587 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1ff68320-7409-11ef-bceb-c7b262605968.target.wants/ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.y.service → /etc/systemd/system/ceph-1ff68320-7409-11ef-bceb-c7b262605968@.service. 2024-09-16T08:54:18.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:18 smithi003 podman[23909]: 2024-09-16 08:54:18.725042879 +0000 UTC m=+0.016444652 image pull b5388489f99eed1a2d8ee67f2b17c954a02a6e69a5719b62acb92235fc14bbfe quay.ceph.io/ceph-ci/ceph:squid 2024-09-16T08:54:19.256 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:18 smithi003 podman[23909]: 2024-09-16 08:54:18.961670176 +0000 UTC m=+0.253071938 container create 347e1ce319c2cfed70eeae9dd85c36cf0af477774b41f9df2b38d84a32b58864 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=squid-ad35db0, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-16T08:54:19.256 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:19 smithi003 podman[23909]: 2024-09-16 08:54:19.172324589 +0000 UTC m=+0.463726363 container init 347e1ce319c2cfed70eeae9dd85c36cf0af477774b41f9df2b38d84a32b58864 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=squid-ad35db0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T08:54:19.256 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:19 smithi003 podman[23909]: 2024-09-16 08:54:19.175201285 +0000 UTC m=+0.466603047 container start 347e1ce319c2cfed70eeae9dd85c36cf0af477774b41f9df2b38d84a32b58864 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, 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, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=squid-ad35db0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-16T08:54:19.270 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T08:54:19.270 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2024-09-16T08:54:19.279 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T08:54:19.279 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:54:19.279 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2024-09-16T08:54:19.279 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T08:54:19.290 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T08:54:19.290 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2024-09-16T08:54:19.299 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T08:54:19.299 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:54:19.300 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2024-09-16T08:54:19.300 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-16T08:54:19.300 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr to start... 2024-09-16T08:54:19.300 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr... 2024-09-16T08:54:19.528 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:19 smithi003 bash[23909]: 347e1ce319c2cfed70eeae9dd85c36cf0af477774b41f9df2b38d84a32b58864 2024-09-16T08:54:19.528 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:19 smithi003 systemd[1]: Started Ceph mgr.y for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T08:54:19.528 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:19 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:19.307+0000 7f4f5ee45040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T08:54:19.528 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:19 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:19.370+0000 7f4f5ee45040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T08:54:19.801 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:19 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:19.531+0000 7f4f5ee45040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T08:54:19.801 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:19 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:19.603+0000 7f4f5ee45040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T08:54:19.801 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:19 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:19.763+0000 7f4f5ee45040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:54:20.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:19 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/24547276' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-16T08:54:20.130 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:19 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:19.918+0000 7f4f5ee45040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T08:54:20.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:20 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:20.261+0000 7f4f5ee45040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T08:54:20.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:20 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:20.325+0000 7f4f5ee45040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T08:54:20.464 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:20.464 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:54:20.465 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "1ff68320-7409-11ef-bceb-c7b262605968", 2024-09-16T08:54:20.465 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T08:54:20.465 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T08:54:20.465 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T08:54:20.465 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T08:54:20.465 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:20.465 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T08:54:20.465 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T08:54:20.465 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-09-16T08:54:20.466 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:54:20.466 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T08:54:20.466 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T08:54:20.466 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:54:20.466 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-16T08:54:20.466 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T08:54:20.466 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:20.466 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T08:54:20.466 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T08:54:20.466 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T08:54:20.467 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T08:54:20.468 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T08:54:20.468 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T08:54:20.468 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T08:54:20.468 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T08:54:20.468 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T08:54:20.468 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T08:54:20.468 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T08:54:20.468 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T08:54:04:514922+0000", 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:54:20.469 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:54:20.470 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:20.470 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T08:54:20.470 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:20.470 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T08:54:04.515612+0000", 2024-09-16T08:54:20.470 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:54:20.470 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:20.470 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T08:54:20.470 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:54:20.470 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (1/15)... 2024-09-16T08:54:20.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:20 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:20.524+0000 7f4f5ee45040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T08:54:21.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:21 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:21.461+0000 7f4f5ee45040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T08:54:21.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:21 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:21.532+0000 7f4f5ee45040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T08:54:22.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:22 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:22.317+0000 7f4f5ee45040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T08:54:22.707 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:22 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:22.440+0000 7f4f5ee45040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T08:54:22.707 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:22 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:22.601+0000 7f4f5ee45040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:54:22.707 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:22 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:22.666+0000 7f4f5ee45040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T08:54:22.962 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:22 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:22.829+0000 7f4f5ee45040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T08:54:22.962 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:22 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:22.904+0000 7f4f5ee45040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T08:54:23.216 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:23 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/352651607' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-16T08:54:23.216 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:22 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:22.971+0000 7f4f5ee45040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T08:54:23.216 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:23 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:23.142+0000 7f4f5ee45040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T08:54:23.216 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:23 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:23.215+0000 7f4f5ee45040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T08:54:23.503 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:23 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:23.286+0000 7f4f5ee45040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T08:54:23.503 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:23 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:23.374+0000 7f4f5ee45040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T08:54:23.503 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:23 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:23.438+0000 7f4f5ee45040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T08:54:23.503 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:23 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:23.502+0000 7f4f5ee45040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T08:54:23.534 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:23.534 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:54:23.534 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "1ff68320-7409-11ef-bceb-c7b262605968", 2024-09-16T08:54:23.534 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T08:54:23.534 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T08:54:23.534 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T08:54:23.535 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T08:54:23.536 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T08:54:04:514922+0000", 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T08:54:23.537 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T08:54:04.515612+0000", 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:54:23.538 INFO:teuthology.orchestra.run.smithi003.stdout:mgr not available, waiting (2/15)... 2024-09-16T08:54:24.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:24.352+0000 7f4f5ee45040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T08:54:24.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: Activating manager daemon y 2024-09-16T08:54:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: mgrmap e2: y(active, starting, since 0.00325817s) 2024-09-16T08:54:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: from='mgr.14100 172.21.15.3:0/3618641659' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T08:54:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: from='mgr.14100 172.21.15.3:0/3618641659' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T08:54:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: from='mgr.14100 172.21.15.3:0/3618641659' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T08:54:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: from='mgr.14100 172.21.15.3:0/3618641659' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:54:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: from='mgr.14100 172.21.15.3:0/3618641659' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T08:54:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: Manager daemon y is now available 2024-09-16T08:54:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: from='mgr.14100 172.21.15.3:0/3618641659' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T08:54:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: from='mgr.14100 172.21.15.3:0/3618641659' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T08:54:24.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: from='mgr.14100 172.21.15.3:0/3618641659' entity='mgr.y' 2024-09-16T08:54:24.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: from='mgr.14100 172.21.15.3:0/3618641659' entity='mgr.y' 2024-09-16T08:54:24.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:24 smithi003 ceph-mon[23697]: from='mgr.14100 172.21.15.3:0/3618641659' entity='mgr.y' 2024-09-16T08:54:26.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:26 smithi003 ceph-mon[23697]: mgrmap e3: y(active, since 1.00744s) 2024-09-16T08:54:26.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:26 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3617545276' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsid": "1ff68320-7409-11ef-bceb-c7b262605968", 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 0 2024-09-16T08:54:26.875 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "quorum_age": 17, 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T08:54:26.876 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T08:54:26.877 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T08:54:26.877 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T08:54:26.880 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T08:54:04:514922+0000", 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:54:26.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:54:26.882 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:26.882 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T08:54:26.882 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:54:26.882 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T08:54:04.515612+0000", 2024-09-16T08:54:26.882 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:54:26.882 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:54:26.882 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T08:54:26.882 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:54:26.882 INFO:teuthology.orchestra.run.smithi003.stdout:mgr is available 2024-09-16T08:54:27.452 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:27 smithi003 ceph-mon[23697]: mgrmap e4: y(active, since 2s) 2024-09-16T08:54:28.012 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:28.012 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T08:54:28.012 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout fsid = 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:28.012 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T08:54:28.013 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling cephadm module... 2024-09-16T08:54:28.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:28 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3517692169' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-16T08:54:28.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:28 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3517692169' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T08:54:29.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:29 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2572391880' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-16T08:54:29.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ignoring --setuser ceph since I am not root 2024-09-16T08:54:29.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ignoring --setgroup ceph since I am not root 2024-09-16T08:54:29.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:29.517+0000 7f90a4527040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T08:54:29.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:29.577+0000 7f90a4527040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T08:54:29.956 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:29.734+0000 7f90a4527040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T08:54:29.956 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:29.804+0000 7f90a4527040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T08:54:30.241 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:29.959+0000 7f90a4527040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:54:30.241 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:30 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:30.114+0000 7f90a4527040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T08:54:30.515 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:30 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2572391880' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-16T08:54:30.516 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:30 smithi003 ceph-mon[23697]: mgrmap e5: y(active, since 5s) 2024-09-16T08:54:30.516 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:30 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:30.449+0000 7f90a4527040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T08:54:30.516 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:30 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:30.514+0000 7f90a4527040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T08:54:30.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:30 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:30.712+0000 7f90a4527040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T08:54:31.266 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:54:31.266 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-16T08:54:31.266 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T08:54:31.266 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "active_name": "y", 2024-09-16T08:54:31.266 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T08:54:31.266 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:54:31.266 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for the mgr to restart... 2024-09-16T08:54:31.266 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr epoch 5... 2024-09-16T08:54:31.573 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:31 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2772322689' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-16T08:54:31.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:31.659+0000 7f90a4527040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T08:54:31.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:31.730+0000 7f90a4527040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T08:54:32.749 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:32.478+0000 7f90a4527040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T08:54:32.749 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:32.599+0000 7f90a4527040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T08:54:33.040 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:32.748+0000 7f90a4527040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:54:33.041 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:32.812+0000 7f90a4527040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T08:54:33.041 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:32.969+0000 7f90a4527040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T08:54:33.041 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:33 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:33.040+0000 7f90a4527040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T08:54:33.337 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:33 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:33.103+0000 7f90a4527040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T08:54:33.337 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:33 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:33.268+0000 7f90a4527040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T08:54:33.337 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:33 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:33.336+0000 7f90a4527040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T08:54:33.617 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:33 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:33.405+0000 7f90a4527040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T08:54:33.617 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:33 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:33.492+0000 7f90a4527040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T08:54:33.617 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:33 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:33.554+0000 7f90a4527040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T08:54:33.617 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:33 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:33.616+0000 7f90a4527040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T08:54:34.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:34.445+0000 7f90a4527040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T08:54:34.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: Active manager daemon y restarted 2024-09-16T08:54:34.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: Activating manager daemon y 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: osdmap e2: 0 total, 0 up, 0 in 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: mgrmap e6: y(active, starting, since 0.00386711s) 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: Manager daemon y is now available 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T08:54:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:34 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T08:54:35.979 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:54:35.979 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-16T08:54:35.979 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T08:54:35.979 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:54:35.979 INFO:teuthology.orchestra.run.smithi003.stdout:mgr epoch 5 is available 2024-09-16T08:54:35.979 INFO:teuthology.orchestra.run.smithi003.stdout:Setting orchestrator backend to cephadm... 2024-09-16T08:54:36.270 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-mon[23697]: Found migration_current of "None". Setting to last migration. 2024-09-16T08:54:36.270 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:36.270 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:36.270 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-mon[23697]: mgrmap e7: y(active, since 1.00542s) 2024-09-16T08:54:37.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:37 smithi003 ceph-mon[23697]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-16T08:54:37.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:37 smithi003 ceph-mon[23697]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-16T08:54:37.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:37 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:37 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:37 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:36.931+0000 7f900b841640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:08:54:36] ENGINE Error in HTTPServer.serve 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: Traceback (most recent call last): 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self._connections.run(self.expiration_interval) 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self._run(expiration_interval) 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:54:37.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: s = self.context.wrap_socket( 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: return self.sslsocket_class._create( 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self.do_handshake() 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self._sslobj.do_handshake() 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:54:37.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:38 smithi003 ceph-mon[23697]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:38 smithi003 ceph-mon[23697]: [16/Sep/2024:08:54:36] ENGINE Bus STARTING 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:38 smithi003 ceph-mon[23697]: [16/Sep/2024:08:54:36] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:38 smithi003 ceph-mon[23697]: [16/Sep/2024:08:54:36] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:38 smithi003 ceph-mon[23697]: [16/Sep/2024:08:54:36] ENGINE Bus STARTED 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:38 smithi003 ceph-mon[23697]: [16/Sep/2024:08:54:36] ENGINE Error in HTTPServer.serve 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout: Traceback (most recent call last): 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._run(expiration_interval) 2024-09-16T08:54:38.330 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: self.do_handshake() 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:54:38.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:38 smithi003 ceph-mon[23697]: mgrmap e8: y(active, since 2s) 2024-09-16T08:54:38.332 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-16T08:54:38.332 INFO:teuthology.orchestra.run.smithi003.stdout:Generating ssh key... 2024-09-16T08:54:39.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-mon[23697]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:54:39.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: Generating public/private rsa key pair. 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: Your identification has been saved in /tmp/tmpm3ue4f_s/key 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: Your public key has been saved in /tmp/tmpm3ue4f_s/key.pub 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: The key fingerprint is: 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: SHA256:zhL/AuUDtMBLM0LZjmKyEABtnsh9KDLzcUiLepBL6yM ceph-1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: The key's randomart image is: 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: +---[RSA 3072]----+ 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: |=o.+ | 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: |. * B . | 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: |.O.O.* . | 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: |%=Bo+.o . | 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: |BOoo. .+S | 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: |+.o .=o | 2024-09-16T08:54:39.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: |.. ..+. | 2024-09-16T08:54:39.427 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: |Eo ... | 2024-09-16T08:54:39.427 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: |. . .. | 2024-09-16T08:54:39.427 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: +----[SHA256]-----+ 2024-09-16T08:54:40.514 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:40 smithi003 ceph-mon[23697]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:54:40.515 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:40 smithi003 ceph-mon[23697]: Generating ssh key... 2024-09-16T08:54:40.515 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:40 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:40.515 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:40 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:41.077 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCSvZeZmGp90HieTaluoljN6bPSss4udH7DYSrpnTSKIQ8j5+X42185hrYMhkdTsgKY34SKSIabRx78h+gnIWUPFHPeoRUx9bW9JVcwYan7DNMydlXPv7O997qlbGRPh9BZP4WZo5SAuekFXJ74hwhJ3DYUrUfBRf2C5tVhQXTX8HKjdNlUyf5Nt3XvgHvrjr+fd8LeHeEKemAjT/oBj6uaJW2t7KpnOS4HR3z2fIqP2Lv9wzI8HCdS0aGgXhxsoX9pvaHCqLfoU3cUv50BfH6HFLKs8MP9rmWRmekDE9/GnT2JkseKVE/XvJtWiSo7/eliI2WF9wpjhJPphBE0/DQx5nLSfIXVtwfTwrKnywCeNuE5gD2v86YMY8HNzXAwZ3P8R86O9VcaO3Ezb0UYHDwuSY7jRdNQRzokejQKL4vG8qLcTg+nMTp6K/v7dhgjwN2REgJx4y9IjMynmxCe/nxGv5NwqDOMsvhnHs1/3e/HPYfjtOg2cyJQXrASnAQVNgE= ceph-1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:54:41.078 INFO:teuthology.orchestra.run.smithi003.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-16T08:54:41.078 INFO:teuthology.orchestra.run.smithi003.stdout:Adding key to root@localhost authorized_keys... 2024-09-16T08:54:41.088 INFO:teuthology.orchestra.run.smithi003.stdout:Adding host smithi003... 2024-09-16T08:54:41.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:41 smithi003 ceph-mon[23697]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:54:42.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:42 smithi003 ceph-mon[23697]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi003", "addr": "172.21.15.3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:54:43.644 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:43 smithi003 ceph-mon[23697]: Deploying cephadm binary to smithi003 2024-09-16T08:54:46.209 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Added host 'smithi003' with addr '172.21.15.3' 2024-09-16T08:54:46.209 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying unmanaged mon service... 2024-09-16T08:54:46.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:46 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:46.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:46 smithi003 ceph-mon[23697]: Added host smithi003 2024-09-16T08:54:46.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:46 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:54:47.709 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-16T08:54:47.709 INFO:teuthology.orchestra.run.smithi003.stdout:Deploying unmanaged mgr service... 2024-09-16T08:54:48.009 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:47 smithi003 ceph-mon[23697]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:54:48.009 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:47 smithi003 ceph-mon[23697]: Saving service mon spec with placement count:5 2024-09-16T08:54:48.009 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:47 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:49.592 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:49 smithi003 ceph-mon[23697]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:54:49.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:49 smithi003 ceph-mon[23697]: Saving service mgr spec with placement count:2 2024-09-16T08:54:49.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:49 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:49.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:49 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:49.595 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-16T08:54:51.391 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:51 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:51.391 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:51 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3816558457' entity='client.admin' 2024-09-16T08:54:52.102 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling the dashboard module... 2024-09-16T08:54:52.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:52 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/813567977' entity='client.admin' 2024-09-16T08:54:54.125 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:53 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:54.125 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:53 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2766291485' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-16T08:54:54.125 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:53 smithi003 ceph-mon[23697]: from='mgr.14118 172.21.15.3:0/1092647701' entity='mgr.y' 2024-09-16T08:54:54.125 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:53 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ignoring --setuser ceph since I am not root 2024-09-16T08:54:54.125 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:53 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ignoring --setgroup ceph since I am not root 2024-09-16T08:54:54.126 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:53 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:53.937+0000 7f2d4b289040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T08:54:54.126 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:54 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:53.998+0000 7f2d4b289040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T08:54:54.382 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:54 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:54.156+0000 7f2d4b289040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T08:54:54.382 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:54 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:54.225+0000 7f2d4b289040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T08:54:54.382 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:54 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:54.380+0000 7f2d4b289040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:54:54.670 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:54 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:54.526+0000 7f2d4b289040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T08:54:54.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:54 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:54.863+0000 7f2d4b289040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T08:54:54.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:54 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2766291485' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-16T08:54:54.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:54 smithi003 ceph-mon[23697]: mgrmap e9: y(active, since 19s) 2024-09-16T08:54:55.224 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:54 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:54.928+0000 7f2d4b289040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T08:54:55.224 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:55.126+0000 7f2d4b289040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T08:54:56.062 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:55 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2693172823' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-16T08:54:56.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:54:56.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-16T08:54:56.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T08:54:56.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "active_name": "y", 2024-09-16T08:54:56.300 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T08:54:56.301 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:54:56.301 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for the mgr to restart... 2024-09-16T08:54:56.301 INFO:teuthology.orchestra.run.smithi003.stdout:Waiting for mgr epoch 9... 2024-09-16T08:54:56.396 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:56.064+0000 7f2d4b289040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T08:54:56.396 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:56.134+0000 7f2d4b289040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T08:54:57.160 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:56.888+0000 7f2d4b289040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T08:54:57.161 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.009+0000 7f2d4b289040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T08:54:57.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.158+0000 7f2d4b289040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:54:57.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.222+0000 7f2d4b289040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T08:54:57.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.378+0000 7f2d4b289040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T08:54:57.747 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.449+0000 7f2d4b289040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T08:54:57.748 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.512+0000 7f2d4b289040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T08:54:57.748 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.678+0000 7f2d4b289040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T08:54:57.748 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.745+0000 7f2d4b289040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T08:54:58.026 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.815+0000 7f2d4b289040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T08:54:58.026 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.901+0000 7f2d4b289040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T08:54:58.027 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:57.963+0000 7f2d4b289040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T08:54:58.027 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:58.024+0000 7f2d4b289040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T08:54:59.103 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:54:58.849+0000 7f2d4b289040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T08:54:59.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: Active manager daemon y restarted 2024-09-16T08:54:59.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: Activating manager daemon y 2024-09-16T08:54:59.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: osdmap e3: 0 total, 0 up, 0 in 2024-09-16T08:54:59.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: mgrmap e10: y(active, starting, since 0.00365079s) 2024-09-16T08:54:59.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:54:59.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T08:54:59.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T08:54:59.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T08:54:59.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T08:54:59.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: Manager daemon y is now available 2024-09-16T08:54:59.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:54:59.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T08:54:59.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:54:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T08:55:00.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:55:00.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-16T08:55:00.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T08:55:00.617 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:55:00.617 INFO:teuthology.orchestra.run.smithi003.stdout:mgr epoch 9 is available 2024-09-16T08:55:00.617 INFO:teuthology.orchestra.run.smithi003.stdout:Generating a dashboard self-signed certificate... 2024-09-16T08:55:01.075 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-mon[23697]: mgrmap e11: y(active, since 1.00689s) 2024-09-16T08:55:01.075 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:01.076 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-mon[23697]: [16/Sep/2024:08:55:00] ENGINE Bus STARTING 2024-09-16T08:55:01.076 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-mon[23697]: [16/Sep/2024:08:55:00] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T08:55:01.076 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-mon[23697]: [16/Sep/2024:08:55:00] ENGINE Error in HTTPServer.serve 2024-09-16T08:55:01.076 INFO:journalctl@ceph.mon.a.smithi003.stdout: Traceback (most recent call last): 2024-09-16T08:55:01.076 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:55:01.076 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T08:55:01.077 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:55:01.077 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._run(expiration_interval) 2024-09-16T08:55:01.077 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:55:01.077 INFO:journalctl@ceph.mon.a.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:55:01.077 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:55:01.077 INFO:journalctl@ceph.mon.a.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:55:01.078 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:55:01.078 INFO:journalctl@ceph.mon.a.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T08:55:01.078 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:55:01.078 INFO:journalctl@ceph.mon.a.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T08:55:01.078 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:55:01.078 INFO:journalctl@ceph.mon.a.smithi003.stdout: self.do_handshake() 2024-09-16T08:55:01.078 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:55:01.078 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T08:55:01.078 INFO:journalctl@ceph.mon.a.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:55:01.079 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:55:00.782+0000 7f2cb659d640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:08:55:00] ENGINE Error in HTTPServer.serve 2024-09-16T08:55:01.079 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: Traceback (most recent call last): 2024-09-16T08:55:01.079 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:55:01.079 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self._connections.run(self.expiration_interval) 2024-09-16T08:55:01.079 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:55:01.079 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self._run(expiration_interval) 2024-09-16T08:55:01.079 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:55:01.079 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:55:01.079 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: s = self.context.wrap_socket( 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: return self.sslsocket_class._create( 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self.do_handshake() 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self._sslobj.do_handshake() 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:55:01.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:55:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:55:01.881 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-16T08:55:01.881 INFO:teuthology.orchestra.run.smithi003.stdout:Creating initial admin user... 2024-09-16T08:55:02.306 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:02 smithi003 ceph-mon[23697]: [16/Sep/2024:08:55:00] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:55:02.306 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:02 smithi003 ceph-mon[23697]: [16/Sep/2024:08:55:00] ENGINE Bus STARTED 2024-09-16T08:55:02.306 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:02 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:02.307 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:02 smithi003 ceph-mon[23697]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:02.307 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:02 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:02.307 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:02 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:02.307 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:02 smithi003 ceph-mon[23697]: mgrmap e12: y(active, since 2s) 2024-09-16T08:55:03.794 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$Y7MU1AEEXG6edBKAV92fPuMIr6R76FQAkhnfAXsQD0tGq8lWNRGfi", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726476902, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-16T08:55:03.794 INFO:teuthology.orchestra.run.smithi003.stdout:Fetching dashboard port number... 2024-09-16T08:55:04.043 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:03 smithi003 ceph-mon[23697]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:04.043 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:03 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:04.965 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stdout 8443 2024-09-16T08:55:04.976 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T08:55:04.976 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout disabled 2024-09-16T08:55:04.983 INFO:teuthology.orchestra.run.smithi003.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T08:55:04.983 INFO:teuthology.orchestra.run.smithi003.stdout:systemctl: stdout inactive 2024-09-16T08:55:04.983 INFO:teuthology.orchestra.run.smithi003.stdout:firewalld.service is not enabled 2024-09-16T08:55:04.983 INFO:teuthology.orchestra.run.smithi003.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-16T08:55:04.985 INFO:teuthology.orchestra.run.smithi003.stdout:Ceph Dashboard is now available at: 2024-09-16T08:55:04.985 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:04.985 INFO:teuthology.orchestra.run.smithi003.stdout: URL: https://smithi003.front.sepia.ceph.com:8443/ 2024-09-16T08:55:04.985 INFO:teuthology.orchestra.run.smithi003.stdout: User: admin 2024-09-16T08:55:04.985 INFO:teuthology.orchestra.run.smithi003.stdout: Password: uhy41g3wyf 2024-09-16T08:55:04.985 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:04.985 INFO:teuthology.orchestra.run.smithi003.stdout:Saving cluster configuration to /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config directory 2024-09-16T08:55:05.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:04 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1665431607' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-16T08:55:06.272 INFO:teuthology.orchestra.run.smithi003.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-16T08:55:06.272 INFO:teuthology.orchestra.run.smithi003.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-16T08:55:06.272 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:06.272 INFO:teuthology.orchestra.run.smithi003.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:55:06.272 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:06.272 INFO:teuthology.orchestra.run.smithi003.stdout:Or, if you are only running a single cluster on this host: 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout: ceph telemetry on 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout:For more information see: 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:06.273 INFO:teuthology.orchestra.run.smithi003.stdout:Bootstrap complete. 2024-09-16T08:55:06.315 INFO:tasks.cephadm:Fetching config... 2024-09-16T08:55:06.315 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:55:06.315 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-16T08:55:06.332 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-16T08:55:06.332 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:55:06.332 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-16T08:55:06.387 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-16T08:55:06.388 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:55:06.388 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-16T08:55:06.454 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-16T08:55:06.454 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:55:06.454 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-16T08:55:06.510 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-16T08:55:06.510 DEBUG:teuthology.orchestra.run.smithi003:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCSvZeZmGp90HieTaluoljN6bPSss4udH7DYSrpnTSKIQ8j5+X42185hrYMhkdTsgKY34SKSIabRx78h+gnIWUPFHPeoRUx9bW9JVcwYan7DNMydlXPv7O997qlbGRPh9BZP4WZo5SAuekFXJ74hwhJ3DYUrUfBRf2C5tVhQXTX8HKjdNlUyf5Nt3XvgHvrjr+fd8LeHeEKemAjT/oBj6uaJW2t7KpnOS4HR3z2fIqP2Lv9wzI8HCdS0aGgXhxsoX9pvaHCqLfoU3cUv50BfH6HFLKs8MP9rmWRmekDE9/GnT2JkseKVE/XvJtWiSo7/eliI2WF9wpjhJPphBE0/DQx5nLSfIXVtwfTwrKnywCeNuE5gD2v86YMY8HNzXAwZ3P8R86O9VcaO3Ezb0UYHDwuSY7jRdNQRzokejQKL4vG8qLcTg+nMTp6K/v7dhgjwN2REgJx4y9IjMynmxCe/nxGv5NwqDOMsvhnHs1/3e/HPYfjtOg2cyJQXrASnAQVNgE= ceph-1ff68320-7409-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T08:55:06.587 INFO:teuthology.orchestra.run.smithi003.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCSvZeZmGp90HieTaluoljN6bPSss4udH7DYSrpnTSKIQ8j5+X42185hrYMhkdTsgKY34SKSIabRx78h+gnIWUPFHPeoRUx9bW9JVcwYan7DNMydlXPv7O997qlbGRPh9BZP4WZo5SAuekFXJ74hwhJ3DYUrUfBRf2C5tVhQXTX8HKjdNlUyf5Nt3XvgHvrjr+fd8LeHeEKemAjT/oBj6uaJW2t7KpnOS4HR3z2fIqP2Lv9wzI8HCdS0aGgXhxsoX9pvaHCqLfoU3cUv50BfH6HFLKs8MP9rmWRmekDE9/GnT2JkseKVE/XvJtWiSo7/eliI2WF9wpjhJPphBE0/DQx5nLSfIXVtwfTwrKnywCeNuE5gD2v86YMY8HNzXAwZ3P8R86O9VcaO3Ezb0UYHDwuSY7jRdNQRzokejQKL4vG8qLcTg+nMTp6K/v7dhgjwN2REgJx4y9IjMynmxCe/nxGv5NwqDOMsvhnHs1/3e/HPYfjtOg2cyJQXrASnAQVNgE= ceph-1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:06.599 DEBUG:teuthology.orchestra.run.smithi177:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCSvZeZmGp90HieTaluoljN6bPSss4udH7DYSrpnTSKIQ8j5+X42185hrYMhkdTsgKY34SKSIabRx78h+gnIWUPFHPeoRUx9bW9JVcwYan7DNMydlXPv7O997qlbGRPh9BZP4WZo5SAuekFXJ74hwhJ3DYUrUfBRf2C5tVhQXTX8HKjdNlUyf5Nt3XvgHvrjr+fd8LeHeEKemAjT/oBj6uaJW2t7KpnOS4HR3z2fIqP2Lv9wzI8HCdS0aGgXhxsoX9pvaHCqLfoU3cUv50BfH6HFLKs8MP9rmWRmekDE9/GnT2JkseKVE/XvJtWiSo7/eliI2WF9wpjhJPphBE0/DQx5nLSfIXVtwfTwrKnywCeNuE5gD2v86YMY8HNzXAwZ3P8R86O9VcaO3Ezb0UYHDwuSY7jRdNQRzokejQKL4vG8qLcTg+nMTp6K/v7dhgjwN2REgJx4y9IjMynmxCe/nxGv5NwqDOMsvhnHs1/3e/HPYfjtOg2cyJQXrASnAQVNgE= ceph-1ff68320-7409-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T08:55:06.734 INFO:teuthology.orchestra.run.smithi177.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCSvZeZmGp90HieTaluoljN6bPSss4udH7DYSrpnTSKIQ8j5+X42185hrYMhkdTsgKY34SKSIabRx78h+gnIWUPFHPeoRUx9bW9JVcwYan7DNMydlXPv7O997qlbGRPh9BZP4WZo5SAuekFXJ74hwhJ3DYUrUfBRf2C5tVhQXTX8HKjdNlUyf5Nt3XvgHvrjr+fd8LeHeEKemAjT/oBj6uaJW2t7KpnOS4HR3z2fIqP2Lv9wzI8HCdS0aGgXhxsoX9pvaHCqLfoU3cUv50BfH6HFLKs8MP9rmWRmekDE9/GnT2JkseKVE/XvJtWiSo7/eliI2WF9wpjhJPphBE0/DQx5nLSfIXVtwfTwrKnywCeNuE5gD2v86YMY8HNzXAwZ3P8R86O9VcaO3Ezb0UYHDwuSY7jRdNQRzokejQKL4vG8qLcTg+nMTp6K/v7dhgjwN2REgJx4y9IjMynmxCe/nxGv5NwqDOMsvhnHs1/3e/HPYfjtOg2cyJQXrASnAQVNgE= ceph-1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:06.748 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-16T08:55:06.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:06 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2728654774' entity='client.admin' 2024-09-16T08:55:06.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:06 smithi003 ceph-mon[23697]: mgrmap e13: y(active, since 6s) 2024-09-16T08:55:06.999 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:55:08.209 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-16T08:55:08.210 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-16T08:55:08.702 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:55:08.831 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:08 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3374266470' entity='client.admin' 2024-09-16T08:55:08.831 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:08 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:08.831 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:08 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:08.831 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:08 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:55:09.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:09.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:09.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:09.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:10.362 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi177 2024-09-16T08:55:10.362 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:55:10.362 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.conf 2024-09-16T08:55:10.382 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:55:10.382 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:55:10.439 INFO:tasks.cephadm:Adding host smithi177 to orchestrator... 2024-09-16T08:55:10.439 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch host add smithi177 2024-09-16T08:55:10.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:10 smithi003 ceph-mon[23697]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:10.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:10 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:55:10.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:10 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:55:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:10 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:10 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:10 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:11.022 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:55:11.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:11 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:55:11.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:11 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:55:12.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:12 smithi003 ceph-mon[23697]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:13.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:13 smithi003 ceph-mon[23697]: Deploying cephadm binary to smithi177 2024-09-16T08:55:15.465 INFO:teuthology.orchestra.run.smithi003.stdout:Added host 'smithi177' with addr '172.21.15.177' 2024-09-16T08:55:16.079 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-16T08:55:16.329 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:55:16.751 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:16 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:16.751 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:16 smithi003 ceph-mon[23697]: Added host smithi177 2024-09-16T08:55:16.751 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:16 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:16.752 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:16 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:16.752 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:16 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:16.947 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:16.948 INFO:teuthology.orchestra.run.smithi003.stdout:[{"addr": "172.21.15.3", "hostname": "smithi003", "labels": [], "status": ""}, {"addr": "172.21.15.177", "hostname": "smithi177", "labels": [], "status": ""}] 2024-09-16T08:55:17.559 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-16T08:55:17.560 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-16T08:55:17.808 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:55:18.066 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:17 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:18.809 INFO:teuthology.orchestra.run.smithi003.stderr:adjusted tunables profile to default 2024-09-16T08:55:19.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:18 smithi003 ceph-mon[23697]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:55:19.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:18 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2888461371' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-16T08:55:19.413 INFO:tasks.cephadm:Adding mon.a on smithi003 2024-09-16T08:55:19.413 INFO:tasks.cephadm:Adding mon.c on smithi003 2024-09-16T08:55:19.413 INFO:tasks.cephadm:Adding mon.b on smithi177 2024-09-16T08:55:19.413 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi003:172.21.15.3=a;smithi003:[v2:172.21.15.3:3301,v1:172.21.15.3:6790]=c;smithi177:172.21.15.177=b' 2024-09-16T08:55:19.655 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:55:19.701 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:55:20.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:19 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2888461371' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T08:55:20.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:19 smithi003 ceph-mon[23697]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:55:20.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:19 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:20.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:19 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:20.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:19 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:20.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:19 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:20.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:19 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:55:20.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:19 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:20.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:19 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:20.354 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mon update... 2024-09-16T08:55:20.916 DEBUG:teuthology.orchestra.run.smithi003:mon.c> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.c.service 2024-09-16T08:55:20.919 DEBUG:teuthology.orchestra.run.smithi177:mon.b> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.b.service 2024-09-16T08:55:20.921 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T08:55:20.921 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:55:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:20 smithi003 ceph-mon[23697]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:20 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:55:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:20 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:55:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:20 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:20 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:20 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:20 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:20 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:20 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:21.683 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:55:22.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:21 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:55:22.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:21 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:55:22.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:21 smithi003 ceph-mon[23697]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi003:172.21.15.3=a;smithi003:[v2:172.21.15.3:3301,v1:172.21.15.3:6790]=c;smithi177:172.21.15.177=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:22.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:21 smithi003 ceph-mon[23697]: Saving service mon spec with placement smithi003:172.21.15.3=a;smithi003:[v2:172.21.15.3:3301,v1:172.21.15.3:6790]=c;smithi177:172.21.15.177=b;count:3 2024-09-16T08:55:22.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:21 smithi003 ceph-mon[23697]: Deploying daemon mon.b on smithi177 2024-09-16T08:55:22.309 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:55:22.309 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"1ff68320-7409-11ef-bceb-c7b262605968","modified":"2024-09-16T08:54:01.232037Z","created":"2024-09-16T08:54:01.232037Z","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.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:55:22.310 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-09-16T08:55:23.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:22 smithi003 ceph-mon[23697]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:23.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:22 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/1915780200' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:25.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:24 smithi003 ceph-mon[23697]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(???) e0 preinit fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).mds e1 new map 2024-09-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: e1 2024-09-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: btime 2024-09-16T08:54:04:514922+0000 2024-09-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.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-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: legacy client fscid: -1 2024-09-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-09-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: No filesystems configured 2024-09-16T08:55:25.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-16T08:55:25.357 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T08:55:25.357 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:55:25.618 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:55:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: 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-16T08:55:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-16T08:55:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-16T08:55:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-16T08:55:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-16T08:55:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T08:55:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:55:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:55:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:55:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/1915780200' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 ceph-mon[27209]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-16T08:55:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 bash[27189]: e0392bd9aaf2e30e5bc4e3648299c78b20dce8094ffd31c615595e55302a60be 2024-09-16T08:55:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:25 smithi177 systemd[1]: Started Ceph mon.b for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T08:55:30.675 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:55:30.675 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":2,"fsid":"1ff68320-7409-11ef-bceb-c7b262605968","modified":"2024-09-16T08:55:25.217468Z","created":"2024-09-16T08:54:01.232037Z","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.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-16T08:55:30.676 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 2 2024-09-16T08:55:30.676 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:30.676 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:55:30.676 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.676 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: mon.a calling monitor election 2024-09-16T08:55:30.676 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.676 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:30.676 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: mon.b calling monitor election 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: monmap epoch 2 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: last_changed 2024-09-16T08:55:25.217468+0000 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: min_mon_release 19 (squid) 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: election_strategy: 1 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:55:30.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T08:55:30.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: fsmap 2024-09-16T08:55:30.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:55:30.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: mgrmap e13: y(active, since 31s) 2024-09-16T08:55:30.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: overall HEALTH_OK 2024-09-16T08:55:30.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:30.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:30.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:30.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:30.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:30 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:30.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: mon.a calling monitor election 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: mon.b calling monitor election 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: monmap epoch 2 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:30.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: last_changed 2024-09-16T08:55:25.217468+0000 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: min_mon_release 19 (squid) 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: election_strategy: 1 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: fsmap 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: mgrmap e13: y(active, since 31s) 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: overall HEALTH_OK 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:30.680 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:30 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:31.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:31 smithi003 ceph-mon[23697]: Deploying daemon mon.c on smithi003 2024-09-16T08:55:31.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:31 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/666800549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:31.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:31 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:31 smithi177 ceph-mon[27209]: Deploying daemon mon.c on smithi003 2024-09-16T08:55:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:31 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/666800549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:31 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:32.206 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T08:55:32.206 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:55:32.464 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:32 smithi003 ceph-mon[23697]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:32.475 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:55:32.594 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:32 smithi177 ceph-mon[27209]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:33.140 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:55:33.140 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":2,"fsid":"1ff68320-7409-11ef-bceb-c7b262605968","modified":"2024-09-16T08:55:25.217468Z","created":"2024-09-16T08:54:01.232037Z","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.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-16T08:55:33.141 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 2 2024-09-16T08:55:33.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 podman[34210]: 2024-09-16 08:55:32.990552008 +0000 UTC m=+0.016492573 image pull b5388489f99eed1a2d8ee67f2b17c954a02a6e69a5719b62acb92235fc14bbfe quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60 2024-09-16T08:55:33.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:33 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/735223958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:33.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/735223958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:33.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 podman[34210]: 2024-09-16 08:55:33.309849166 +0000 UTC m=+0.335789728 container init b018568b3df7321f2f6b97ffe692d45b4aab3bc73fe908bba2ff734610b74c4d (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=squid-ad35db0, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 podman[34210]: 2024-09-16 08:55:33.313240658 +0000 UTC m=+0.339181221 container start b018568b3df7321f2f6b97ffe692d45b4aab3bc73fe908bba2ff734610b74c4d (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, io.buildah.version=1.37.2, RELEASE=squid-ad35db0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable), process ceph-mon, pid 2 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: pidfile_write: ignore empty --pid-file 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: load: jerasure load: lrc 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: RocksDB version: 7.9.2 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Git sha 0 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Compile date 2024-09-15 21:07:06 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: DB SUMMARY 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: DB Session ID: RD9B4EG23Q83HI6Q9YEF 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: CURRENT file: CURRENT 2024-09-16T08:55:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 636 ; 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.error_if_exists: 0 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.create_if_missing: 0 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.paranoid_checks: 1 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.env: 0x55eb99dce940 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.info_log: 0x55eb9ae8f6e0 2024-09-16T08:55:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.statistics: (nil) 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.use_fsync: 0 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_log_file_size: 0 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.allow_fallocate: 1 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.use_direct_reads: 0 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T08:55:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.db_log_dir: 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.wal_dir: 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.write_buffer_manager: 0x55eb9ae9edc0 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T08:55:33.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T08:55:33.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T08:55:33.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T08:55:33.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.unordered_write: 0 2024-09-16T08:55:33.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T08:55:33.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T08:55:33.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T08:55:33.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T08:55:33.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.row_cache: None 2024-09-16T08:55:33.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.wal_filter: None 2024-09-16T08:55:33.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T08:55:33.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.two_write_queues: 0 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.wal_compression: 0 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.atomic_flush: 0 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.log_readahead_size: 0 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T08:55:33.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_background_jobs: 2 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_background_compactions: -1 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_subcompactions: 1 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T08:55:33.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_open_files: -1 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_background_flushes: -1 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Compression algorithms supported: 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: kZSTD supported: 0 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: kXpressCompression supported: 0 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: kBZip2Compression supported: 0 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: kLZ4Compression supported: 1 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: kZlibCompression supported: 1 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T08:55:33.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: kSnappyCompression supported: 1 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.merge_operator: 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_filter: None 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eb9ae8f320) 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout: cache_index_and_filter_blocks: 1 2024-09-16T08:55:33.685 INFO:journalctl@ceph.mon.c.smithi003.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: pin_top_level_index_and_filter: 1 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: index_type: 0 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: data_block_index_type: 0 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: index_shortening: 1 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: checksum: 4 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: no_block_cache: 0 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_cache: 0x55eb9ae831f0 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_cache_name: BinnedLRUCache 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_cache_options: 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: capacity : 536870912 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: num_shard_bits : 4 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: strict_capacity_limit : 0 2024-09-16T08:55:33.686 INFO:journalctl@ceph.mon.c.smithi003.stdout: high_pri_pool_ratio: 0.000 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_cache_compressed: (nil) 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: persistent_cache: (nil) 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_size: 4096 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_size_deviation: 10 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_restart_interval: 16 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: index_block_restart_interval: 1 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: metadata_block_size: 4096 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: partition_filters: 0 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: use_delta_encoding: 1 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: filter_policy: bloomfilter 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: whole_key_filtering: 1 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: verify_compression: 0 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: read_amp_bytes_per_bit: 0 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: format_version: 5 2024-09-16T08:55:33.687 INFO:journalctl@ceph.mon.c.smithi003.stdout: enable_index_compression: 1 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_align: 0 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout: max_auto_readahead_size: 262144 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout: prepopulate_block_cache: 0 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout: initial_auto_readahead_size: 8192 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compression: NoCompression 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.num_levels: 7 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T08:55:33.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T08:55:33.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T08:55:33.690 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T08:55:33.691 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.inplace_update_support: 0 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.bloom_locality: 0 2024-09-16T08:55:33.692 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.max_successive_merges: 0 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.ttl: 2592000 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.enable_blob_files: false 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.min_blob_size: 0 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T08:55:33.693 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1b4746ca-e09f-4bfe-ae23-863c80246ef8 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726476933340484, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726476933340886, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 526, "raw_average_value_size": 105, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726476933, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1b4746ca-e09f-4bfe-ae23-863c80246ef8", "db_session_id": "RD9B4EG23Q83HI6Q9YEF", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726476933340982, "job": 1, "event": "recovery_finished"} 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-16T08:55:33.694 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55eb9aeb0e00 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: DB pointer 0x55eb9afac000 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout: ** DB Stats ** 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.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-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.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-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.stdout: ** Compaction Stats [default] ** 2024-09-16T08:55:33.695 INFO:journalctl@ceph.mon.c.smithi003.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-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: ** Compaction Stats [default] ** 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.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-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:55:33.696 INFO:journalctl@ceph.mon.c.smithi003.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout: Cumulative compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout: Interval compaction: 0.00 GB write, 0.64 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.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-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout: Block cache BinnedLRUCache@0x55eb9ae831f0#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.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-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: using public_addrv [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] 2024-09-16T08:55:33.697 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: starting mon.c rank -1 at public addrs [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] at bind addrs [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(???) e0 preinit fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).mds e1 new map 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout: e1 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout: btime 2024-09-16T08:54:04:514922+0000 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.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-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout: legacy client fscid: -1 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout: No filesystems configured 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-16T08:55:33.698 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/1915780200' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.a calling monitor election 2024-09-16T08:55:33.699 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.b calling monitor election 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.a is new leader, mons a,b in quorum (ranks 0,1) 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: monmap epoch 2 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: last_changed 2024-09-16T08:55:25.217468+0000 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: min_mon_release 19 (squid) 2024-09-16T08:55:33.700 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: election_strategy: 1 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: fsmap 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mgrmap e13: y(active, since 31s) 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: overall HEALTH_OK 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: Deploying daemon mon.c on smithi003 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/666800549' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:33.701 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:33.702 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/735223958' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:33.702 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 ceph-mon[34229]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-16T08:55:33.702 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 bash[34210]: b018568b3df7321f2f6b97ffe692d45b4aab3bc73fe908bba2ff734610b74c4d 2024-09-16T08:55:33.702 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:33 smithi003 systemd[1]: Started Ceph mon.c for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T08:55:34.718 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T08:55:34.719 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:55:34.961 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:55:38.664 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:55:38.665 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":3,"fsid":"1ff68320-7409-11ef-bceb-c7b262605968","modified":"2024-09-16T08:55:33.371029Z","created":"2024-09-16T08:54:01.232037Z","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.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3301","nonce":0},{"type":"v1","addr":"172.21.15.3:6790","nonce":0}]},"addr":"172.21.15.3:6790/0","public_addr":"172.21.15.3:6790/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-16T08:55:38.665 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 3 2024-09-16T08:55:38.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: mon.a calling monitor election 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: mon.b calling monitor election 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: mon.c calling monitor election 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: monmap epoch 3 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: min_mon_release 19 (squid) 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: election_strategy: 1 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: fsmap 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:55:38.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: mgrmap e13: y(active, since 39s) 2024-09-16T08:55:38.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: overall HEALTH_OK 2024-09-16T08:55:38.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:55:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: mon.a calling monitor election 2024-09-16T08:55:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: mon.b calling monitor election 2024-09-16T08:55:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: mon.c calling monitor election 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: monmap epoch 3 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: min_mon_release 19 (squid) 2024-09-16T08:55:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: election_strategy: 1 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: fsmap 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: mgrmap e13: y(active, since 39s) 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: overall HEALTH_OK 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: mon.a calling monitor election 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: mon.b calling monitor election 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: mon.c calling monitor election 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:38.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: monmap epoch 3 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: min_mon_release 19 (squid) 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: election_strategy: 1 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: fsmap 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:55:38.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: mgrmap e13: y(active, since 39s) 2024-09-16T08:55:38.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: overall HEALTH_OK 2024-09-16T08:55:38.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:38.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:39.225 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-16T08:55:39.225 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-16T08:55:39.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:39 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:39.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:39 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/457158062' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:39.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:39 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:39.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:39 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:39.583 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:55:39.707 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:39 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:39.707 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:39 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/457158062' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:39.707 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:39 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:39.707 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:39 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:39.708 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:39 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:39.708 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:39 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/457158062' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-16T08:55:39.708 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:39 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:39.708 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:39 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:55:40.256 INFO:teuthology.orchestra.run.smithi003.stdout:# minimal ceph.conf for 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:40.256 INFO:teuthology.orchestra.run.smithi003.stdout:[global] 2024-09-16T08:55:40.257 INFO:teuthology.orchestra.run.smithi003.stdout: fsid = 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T08:55:40.257 INFO:teuthology.orchestra.run.smithi003.stdout: mon_host = [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] 2024-09-16T08:55:40.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2044530366' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:40.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2044530366' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T08:55:40.930 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:40.961 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-16T08:55:40.962 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:55:40.962 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T08:55:40.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:40.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2044530366' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:40.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:40.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T08:55:40.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:40.997 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:55:40.997 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:55:41.063 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:55:41.063 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T08:55:41.090 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:55:41.090 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:55:41.154 INFO:tasks.cephadm:Adding mgr.y on smithi003 2024-09-16T08:55:41.154 INFO:tasks.cephadm:Adding mgr.x on smithi177 2024-09-16T08:55:41.154 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi003=y;smithi177=x' 2024-09-16T08:55:41.431 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:55:41.879 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:41 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:55:41.879 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:41 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:55:41.879 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:41 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:55:41.879 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:41 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:55:41.879 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:41 smithi177 ceph-mon[27209]: Reconfiguring mon.a (unknown last config time)... 2024-09-16T08:55:41.879 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:41 smithi177 ceph-mon[27209]: Reconfiguring daemon mon.a on smithi003 2024-09-16T08:55:41.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:55:41.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:55:41.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:55:41.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:55:41.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[34229]: Reconfiguring mon.a (unknown last config time)... 2024-09-16T08:55:41.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[34229]: Reconfiguring daemon mon.a on smithi003 2024-09-16T08:55:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:55:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:55:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:55:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:55:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[23697]: Reconfiguring mon.a (unknown last config time)... 2024-09-16T08:55:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:41 smithi003 ceph-mon[23697]: Reconfiguring daemon mon.a on smithi003 2024-09-16T08:55:42.065 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mgr update... 2024-09-16T08:55:42.533 DEBUG:teuthology.orchestra.run.smithi177:mgr.x> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.x.service 2024-09-16T08:55:42.536 DEBUG:tasks.cephadm:set 0 configs 2024-09-16T08:55:42.536 INFO:tasks.cephadm:Deploying OSDs... 2024-09-16T08:55:42.536 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:55:42.536 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:55:42.553 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-16T08:55:42.553 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_1 2024-09-16T08:55:42.609 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T08:55:42.609 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:55:42.609 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-09-16T08:55:42.609 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:55:42.609 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:55:42.609 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-09-16 08:55:32.813452639 +0000 2024-09-16T08:55:42.609 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-09-16 08:53:00.944330355 +0000 2024-09-16T08:55:42.609 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-09-16 08:53:00.944330355 +0000 2024-09-16T08:55:42.609 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: 2024-09-16 08:53:00.944330355 +0000 2024-09-16T08:55:42.610 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T08:55:42.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[23697]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:42.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:42.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:42.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:42.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T08:55:42.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:42.672 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:42.672 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[34229]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:42.673 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:42.673 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:42.673 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:42.673 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T08:55:42.673 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:42.673 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:42 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:42.675 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-09-16T08:55:42.675 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-09-16T08:55:42.675 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000207023 s, 2.5 MB/s 2024-09-16T08:55:42.676 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T08:55:42.733 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_2 2024-09-16T08:55:42.791 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T08:55:42.791 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:55:42.791 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-09-16T08:55:42.791 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:55:42.791 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:55:42.791 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-09-16 08:55:32.813452639 +0000 2024-09-16T08:55:42.791 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-09-16 08:53:01.281325952 +0000 2024-09-16T08:55:42.791 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-09-16 08:53:01.281325952 +0000 2024-09-16T08:55:42.791 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: 2024-09-16 08:53:01.281325952 +0000 2024-09-16T08:55:42.791 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T08:55:42.855 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-09-16T08:55:42.855 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-09-16T08:55:42.855 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000215879 s, 2.4 MB/s 2024-09-16T08:55:42.856 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T08:55:42.913 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_3 2024-09-16T08:55:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:42 smithi177 ceph-mon[27209]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:42 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:42 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:42 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:42 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T08:55:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:42 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:42 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:42.969 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T08:55:42.969 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:55:42.970 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-09-16T08:55:42.970 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:55:42.970 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:55:42.970 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-09-16 08:55:32.813452639 +0000 2024-09-16T08:55:42.970 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-09-16 08:53:01.609321667 +0000 2024-09-16T08:55:42.970 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-09-16 08:53:01.609321667 +0000 2024-09-16T08:55:42.970 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: 2024-09-16 08:53:01.609321667 +0000 2024-09-16T08:55:42.970 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T08:55:43.034 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-09-16T08:55:43.034 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-09-16T08:55:43.034 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000213868 s, 2.4 MB/s 2024-09-16T08:55:43.035 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T08:55:43.092 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_4 2024-09-16T08:55:43.148 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T08:55:43.148 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:55:43.148 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-16T08:55:43.148 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:55:43.149 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:55:43.149 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2024-09-16 08:55:32.814452626 +0000 2024-09-16T08:55:43.149 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2024-09-16 08:53:01.943317303 +0000 2024-09-16T08:55:43.149 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2024-09-16 08:53:01.943317303 +0000 2024-09-16T08:55:43.149 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: 2024-09-16 08:53:01.943317303 +0000 2024-09-16T08:55:43.149 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T08:55:43.213 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2024-09-16T08:55:43.213 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2024-09-16T08:55:43.213 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000175031 s, 2.9 MB/s 2024-09-16T08:55:43.214 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T08:55:43.271 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:55:43.271 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:55:43.289 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-16T08:55:43.289 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2024-09-16T08:55:43.345 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T08:55:43.345 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:55:43.345 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-09-16T08:55:43.345 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:55:43.345 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:55:43.345 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-16 08:55:24.690761640 +0000 2024-09-16T08:55:43.345 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-16 08:52:59.109757717 +0000 2024-09-16T08:55:43.345 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-16 08:52:59.109757717 +0000 2024-09-16T08:55:43.345 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-09-16 08:52:59.109757717 +0000 2024-09-16T08:55:43.346 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T08:55:43.410 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-16T08:55:43.410 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-16T08:55:43.410 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000244606 s, 2.1 MB/s 2024-09-16T08:55:43.412 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T08:55:43.468 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2024-09-16T08:55:43.525 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T08:55:43.525 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:55:43.525 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-09-16T08:55:43.525 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:55:43.525 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:55:43.525 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-16 08:55:24.691761613 +0000 2024-09-16T08:55:43.525 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-16 08:52:59.444748355 +0000 2024-09-16T08:55:43.525 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-16 08:52:59.444748355 +0000 2024-09-16T08:55:43.525 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-09-16 08:52:59.444748355 +0000 2024-09-16T08:55:43.526 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T08:55:43.588 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-16T08:55:43.588 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-16T08:55:43.588 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000224347 s, 2.3 MB/s 2024-09-16T08:55:43.589 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T08:55:43.647 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2024-09-16T08:55:43.702 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T08:55:43.703 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:55:43.703 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-09-16T08:55:43.703 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:55:43.703 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:55:43.703 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-16 08:55:24.691761613 +0000 2024-09-16T08:55:43.703 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-16 08:52:59.759739553 +0000 2024-09-16T08:55:43.703 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-16 08:52:59.759739553 +0000 2024-09-16T08:55:43.703 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-09-16 08:52:59.759739553 +0000 2024-09-16T08:55:43.703 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T08:55:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:43 smithi177 ceph-mon[27209]: Reconfiguring mon.c (monmap changed)... 2024-09-16T08:55:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:43 smithi177 ceph-mon[27209]: Reconfiguring daemon mon.c on smithi003 2024-09-16T08:55:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:43 smithi177 ceph-mon[27209]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=y;smithi177=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:43 smithi177 ceph-mon[27209]: Saving service mgr spec with placement smithi003=y;smithi177=x;count:2 2024-09-16T08:55:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T08:55:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:43.737 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-16T08:55:43.738 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-16T08:55:43.738 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000207519 s, 2.5 MB/s 2024-09-16T08:55:43.739 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T08:55:43.796 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2024-09-16T08:55:43.851 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T08:55:43.851 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:55:43.852 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-09-16T08:55:43.852 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:55:43.852 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:55:43.852 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-09-16 08:55:24.691761613 +0000 2024-09-16T08:55:43.852 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-09-16 08:53:00.092730248 +0000 2024-09-16T08:55:43.852 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-09-16 08:53:00.092730248 +0000 2024-09-16T08:55:43.852 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: 2024-09-16 08:53:00.092730248 +0000 2024-09-16T08:55:43.852 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T08:55:43.915 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-09-16T08:55:43.915 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-09-16T08:55:43.915 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000187884 s, 2.7 MB/s 2024-09-16T08:55:43.917 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T08:55:43.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[23697]: Reconfiguring mon.c (monmap changed)... 2024-09-16T08:55:43.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[23697]: Reconfiguring daemon mon.c on smithi003 2024-09-16T08:55:43.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[23697]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=y;smithi177=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:43.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[23697]: Saving service mgr spec with placement smithi003=y;smithi177=x;count:2 2024-09-16T08:55:43.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[34229]: Reconfiguring mon.c (monmap changed)... 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[34229]: Reconfiguring daemon mon.c on smithi003 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[34229]: from='client.24100 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi003=y;smithi177=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[34229]: Saving service mgr spec with placement smithi003=y;smithi177=x;count:2 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T08:55:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:43.974 INFO:tasks.cephadm:Deploying osd.0 on smithi003 with /dev/vg_nvme/lv_4... 2024-09-16T08:55:43.974 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T08:55:44.225 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:55:44.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:44 smithi003 ceph-mon[34229]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:44.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:44 smithi003 ceph-mon[34229]: Reconfiguring mon.b (monmap changed)... 2024-09-16T08:55:44.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:44 smithi003 ceph-mon[34229]: Reconfiguring daemon mon.b on smithi177 2024-09-16T08:55:44.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:44 smithi003 ceph-mon[23697]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:44.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:44 smithi003 ceph-mon[23697]: Reconfiguring mon.b (monmap changed)... 2024-09-16T08:55:44.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:44 smithi003 ceph-mon[23697]: Reconfiguring daemon mon.b on smithi177 2024-09-16T08:55:44.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:44 smithi177 ceph-mon[27209]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:44.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:44 smithi177 ceph-mon[27209]: Reconfiguring mon.b (monmap changed)... 2024-09-16T08:55:44.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:44 smithi177 ceph-mon[27209]: Reconfiguring daemon mon.b on smithi177 2024-09-16T08:55:46.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[23697]: Deploying daemon mgr.x on smithi177 2024-09-16T08:55:46.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T08:55:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:55:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T08:55:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:45 smithi003 ceph-mon[34229]: Deploying daemon mgr.x on smithi177 2024-09-16T08:55:46.189 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:46.189 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:46.189 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:46.189 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:46.189 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:46.189 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:46.189 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T08:55:46.189 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:55:46.189 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T08:55:46.190 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:46.190 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:45 smithi177 ceph-mon[27209]: Deploying daemon mgr.x on smithi177 2024-09-16T08:55:46.462 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:46 smithi177 systemd[1]: Starting Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T08:55:46.503 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:55:46.530 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi003:vg_nvme/lv_4 2024-09-16T08:55:46.784 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:55:46.831 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:46 smithi177 ceph-mon[27209]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:46.832 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:46 smithi177 podman[29016]: 2024-09-16 08:55:46.470717982 +0000 UTC m=+0.015853144 image pull b5388489f99eed1a2d8ee67f2b17c954a02a6e69a5719b62acb92235fc14bbfe quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60 2024-09-16T08:55:46.832 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:46 smithi177 podman[29016]: 2024-09-16 08:55:46.599510074 +0000 UTC m=+0.144645230 container create 60196dcdaebe7ecb4c25801c5ab55aa81992ffe1f18faae3f7f92679238661f6 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-ad35db0, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731) 2024-09-16T08:55:46.832 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:46 smithi177 podman[29016]: 2024-09-16 08:55:46.831787643 +0000 UTC m=+0.376922810 container init 60196dcdaebe7ecb4c25801c5ab55aa81992ffe1f18faae3f7f92679238661f6 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, RELEASE=squid-ad35db0, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T08:55:47.072 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:46 smithi003 ceph-mon[23697]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:47.072 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:46 smithi003 ceph-mon[34229]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:47.172 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:46 smithi177 podman[29016]: 2024-09-16 08:55:46.834549643 +0000 UTC m=+0.379684811 container start 60196dcdaebe7ecb4c25801c5ab55aa81992ffe1f18faae3f7f92679238661f6 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-ad35db0, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T08:55:47.172 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:46 smithi177 ceph-mgr[29035]: -- 172.21.15.177:0/258652966 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c73454b0e0 con 0x55c734529000 2024-09-16T08:55:47.172 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:46 smithi177 bash[29016]: 60196dcdaebe7ecb4c25801c5ab55aa81992ffe1f18faae3f7f92679238661f6 2024-09-16T08:55:47.172 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:46 smithi177 systemd[1]: Started Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T08:55:47.172 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:46 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:46.952+0000 7f46ab83a040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T08:55:47.172 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:47.014+0000 7f46ab83a040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T08:55:47.172 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:47.170+0000 7f46ab83a040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T08:55:47.462 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:47.240+0000 7f46ab83a040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T08:55:47.462 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:47.399+0000 7f46ab83a040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:55:47.874 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:47.549+0000 7f46ab83a040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T08:55:47.874 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:47.873+0000 7f46ab83a040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T08:55:48.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[23697]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[23697]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:55:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:55:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[34229]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[34229]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:55:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:55:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:48.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-mon[27209]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:48.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:48.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:48.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-mon[27209]: from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:55:48.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:55:48.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:55:48.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:48.213 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:47.934+0000 7f46ab83a040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T08:55:48.213 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:48.119+0000 7f46ab83a040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T08:55:49.307 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:49.021+0000 7f46ab83a040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T08:55:49.307 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:49.088+0000 7f46ab83a040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T08:55:49.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: Reconfiguring mgr.y (unknown last config time)... 2024-09-16T08:55:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T08:55:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T08:55:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: Reconfiguring daemon mgr.y on smithi003 2024-09-16T08:55:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: Reconfiguring mgr.y (unknown last config time)... 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: Reconfiguring daemon mgr.y on smithi003 2024-09-16T08:55:49.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: Reconfiguring mgr.y (unknown last config time)... 2024-09-16T08:55:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T08:55:49.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T08:55:49.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:49.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: Reconfiguring daemon mgr.y on smithi003 2024-09-16T08:55:49.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:50.060 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:49.802+0000 7f46ab83a040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T08:55:50.060 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:49.918+0000 7f46ab83a040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T08:55:50.060 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.059+0000 7f46ab83a040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:55:50.319 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.119+0000 7f46ab83a040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T08:55:50.319 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.267+0000 7f46ab83a040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T08:55:50.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-mon[27209]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:50.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2603571949' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a589a985-c6a9-4783-bd82-324b011b3c8b"}]: dispatch 2024-09-16T08:55:50.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a589a985-c6a9-4783-bd82-324b011b3c8b"}]: dispatch 2024-09-16T08:55:50.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a589a985-c6a9-4783-bd82-324b011b3c8b"}]': finished 2024-09-16T08:55:50.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-mon[27209]: osdmap e5: 1 total, 0 up, 1 in 2024-09-16T08:55:50.619 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:55:50.620 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.336+0000 7f46ab83a040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T08:55:50.620 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.396+0000 7f46ab83a040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T08:55:50.620 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.553+0000 7f46ab83a040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T08:55:50.620 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.618+0000 7f46ab83a040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T08:55:50.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[23697]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:50.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2603571949' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a589a985-c6a9-4783-bd82-324b011b3c8b"}]: dispatch 2024-09-16T08:55:50.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a589a985-c6a9-4783-bd82-324b011b3c8b"}]: dispatch 2024-09-16T08:55:50.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a589a985-c6a9-4783-bd82-324b011b3c8b"}]': finished 2024-09-16T08:55:50.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[23697]: osdmap e5: 1 total, 0 up, 1 in 2024-09-16T08:55:50.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:55:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[34229]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2603571949' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a589a985-c6a9-4783-bd82-324b011b3c8b"}]: dispatch 2024-09-16T08:55:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a589a985-c6a9-4783-bd82-324b011b3c8b"}]: dispatch 2024-09-16T08:55:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a589a985-c6a9-4783-bd82-324b011b3c8b"}]': finished 2024-09-16T08:55:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[34229]: osdmap e5: 1 total, 0 up, 1 in 2024-09-16T08:55:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:50 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:55:50.888 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.684+0000 7f46ab83a040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T08:55:50.889 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.769+0000 7f46ab83a040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T08:55:50.889 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.828+0000 7f46ab83a040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T08:55:50.889 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:50.887+0000 7f46ab83a040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T08:55:51.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:51 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4080131627' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:55:51.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:51 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4080131627' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:55:51.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:51 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4080131627' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:55:51.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:55:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:55:51.676+0000 7f46ab83a040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T08:55:52.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[23697]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:52.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[23697]: Standby manager daemon x started 2024-09-16T08:55:52.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T08:55:52.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T08:55:52.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T08:55:52.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T08:55:52.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[34229]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:52.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[34229]: Standby manager daemon x started 2024-09-16T08:55:52.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T08:55:52.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T08:55:52.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T08:55:52.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:52 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T08:55:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:52 smithi177 ceph-mon[27209]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:52 smithi177 ceph-mon[27209]: Standby manager daemon x started 2024-09-16T08:55:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:52 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T08:55:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:52 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T08:55:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:52 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T08:55:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:52 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/381176298' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T08:55:53.651 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:53 smithi003 ceph-mon[23697]: mgrmap e14: y(active, since 53s), standbys: x 2024-09-16T08:55:53.652 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:53 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T08:55:53.652 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:53 smithi003 ceph-mon[34229]: mgrmap e14: y(active, since 53s), standbys: x 2024-09-16T08:55:53.652 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:53 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T08:55:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:53 smithi177 ceph-mon[27209]: mgrmap e14: y(active, since 53s), standbys: x 2024-09-16T08:55:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:53 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T08:55:54.577 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:54 smithi003 ceph-mon[23697]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:54.577 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:54 smithi003 ceph-mon[34229]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:54.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:54 smithi177 ceph-mon[27209]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:56.419 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[23697]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:56.419 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:56.419 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[34229]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:56.420 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:56 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:56 smithi177 ceph-mon[27209]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:56 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:56 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:56 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:55:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:56 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:56 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:55:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:56 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:55:58.549 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:58 smithi003 ceph-mon[23697]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:58.550 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-16T08:55:58.550 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:58.550 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:55:58 smithi003 ceph-mon[23697]: Deploying daemon osd.0 on smithi003 2024-09-16T08:55:58.550 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:58 smithi003 ceph-mon[34229]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:58.550 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:58 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-16T08:55:58.550 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:58 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:58.550 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:55:58 smithi003 ceph-mon[34229]: Deploying daemon osd.0 on smithi003 2024-09-16T08:55:58.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:58 smithi177 ceph-mon[27209]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:55:58.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:58 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-16T08:55:58.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:58 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:55:58.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:55:58 smithi177 ceph-mon[27209]: Deploying daemon osd.0 on smithi003 2024-09-16T08:56:00.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:00 smithi003 ceph-mon[23697]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:00.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:00 smithi003 ceph-mon[34229]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:00.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:00 smithi177 ceph-mon[27209]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:02.514 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:02 smithi003 ceph-mon[23697]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:02.515 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:02 smithi003 ceph-mon[34229]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:02.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:02 smithi177 ceph-mon[27209]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:04.487 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:04 smithi003 ceph-mon[23697]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:04.487 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:04.488 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:04.488 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:04.488 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:04 smithi003 ceph-mon[34229]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:04.488 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:04.488 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:04.488 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:04 smithi177 ceph-mon[27209]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:06.653 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:06 smithi003 ceph-mon[23697]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:06.653 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:06 smithi003 ceph-mon[34229]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:06 smithi177 ceph-mon[27209]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:07.279 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 0 on host 'smithi003' 2024-09-16T08:56:07.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:07.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:07.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:07.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:07.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:07 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:07 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:07 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:07 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:07 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:07 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:07 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:07 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:07 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:07.848 DEBUG:teuthology.orchestra.run.smithi003:osd.0> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.0.service 2024-09-16T08:56:07.850 INFO:tasks.cephadm:Deploying osd.1 on smithi003 with /dev/vg_nvme/lv_3... 2024-09-16T08:56:07.851 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-16T08:56:08.523 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:56:08.730 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:56:08 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[38027]: 2024-09-16T08:56:08.477+0000 7f7455815640 -1 osd.0 0 log_to_monitors true 2024-09-16T08:56:09.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:08 smithi003 ceph-mon[34229]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:09.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:08 smithi003 ceph-mon[34229]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-16T08:56:09.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:08 smithi003 ceph-mon[23697]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:09.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:08 smithi003 ceph-mon[23697]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-16T08:56:09.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:08 smithi177 ceph-mon[27209]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:09.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:08 smithi177 ceph-mon[27209]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-16T08:56:09.808 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[38027]: 2024-09-16T08:56:09.743+0000 7f7451798640 -1 osd.0 0 waiting for initial osdmap 2024-09-16T08:56:09.808 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[38027]: 2024-09-16T08:56:09.746+0000 7f744d5c0640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T08:56:09.808 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[23697]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:56:09.809 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[23697]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:56:09.809 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[23697]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:56:09.809 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:09.809 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[23697]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:56:09.809 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[23697]: osdmap e7: 1 total, 0 up, 1 in 2024-09-16T08:56:09.809 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:09.809 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[34229]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:56:09.809 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[34229]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:56:09.809 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[34229]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:56:09.809 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:09.810 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[34229]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:56:09.810 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[34229]: osdmap e7: 1 total, 0 up, 1 in 2024-09-16T08:56:09.810 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:09 smithi177 ceph-mon[27209]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:56:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:09 smithi177 ceph-mon[27209]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:56:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:09 smithi177 ceph-mon[27209]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:56:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:09 smithi177 ceph-mon[27209]: from='osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:56:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:09 smithi177 ceph-mon[27209]: osdmap e7: 1 total, 0 up, 1 in 2024-09-16T08:56:09.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:11.008 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:10 smithi003 ceph-mon[23697]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:11.008 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:10 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:11.008 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:10 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:11.008 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:10 smithi003 ceph-mon[34229]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:11.008 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:10 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:11.009 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:10 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:10 smithi177 ceph-mon[27209]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:10 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:10 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: purged_snaps scrub starts 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: purged_snaps scrub ok 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097] boot 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: osdmap e8: 1 total, 1 up, 1 in 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: purged_snaps scrub starts 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: purged_snaps scrub ok 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097] boot 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: osdmap e8: 1 total, 1 up, 1 in 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:12.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: purged_snaps scrub starts 2024-09-16T08:56:12.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: purged_snaps scrub ok 2024-09-16T08:56:12.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: osd.0 [v2:172.21.15.3:6802/1708891097,v1:172.21.15.3:6803/1708891097] boot 2024-09-16T08:56:12.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: osdmap e8: 1 total, 1 up, 1 in 2024-09-16T08:56:12.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:56:12.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:12.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:12.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:56:12.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:12.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:12.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:12.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:12.782 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:12 smithi003 ceph-mon[23697]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:12.782 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:12 smithi003 ceph-mon[23697]: Detected new or changed devices on smithi003 2024-09-16T08:56:12.782 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:12 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi003 to 16068M 2024-09-16T08:56:12.782 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:12 smithi003 ceph-mon[23697]: osdmap e9: 1 total, 1 up, 1 in 2024-09-16T08:56:12.782 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:12 smithi003 ceph-mon[34229]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:12.782 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:12 smithi003 ceph-mon[34229]: Detected new or changed devices on smithi003 2024-09-16T08:56:12.782 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:12 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi003 to 16068M 2024-09-16T08:56:12.782 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:12 smithi003 ceph-mon[34229]: osdmap e9: 1 total, 1 up, 1 in 2024-09-16T08:56:12.785 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:56:12.813 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi003:vg_nvme/lv_3 2024-09-16T08:56:13.067 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:56:13.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:12 smithi177 ceph-mon[27209]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:56:13.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:12 smithi177 ceph-mon[27209]: Detected new or changed devices on smithi003 2024-09-16T08:56:13.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:12 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi003 to 16068M 2024-09-16T08:56:13.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:12 smithi177 ceph-mon[27209]: osdmap e9: 1 total, 1 up, 1 in 2024-09-16T08:56:13.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:13 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:56:13.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:13 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:56:13.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:13 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:13.768 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:13 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:56:13.768 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:13 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:56:13.768 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:13 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:14.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:13 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:56:14.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:13 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:56:14.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:13 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:15.066 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:14 smithi003 ceph-mon[34229]: pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:15.066 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:14 smithi003 ceph-mon[34229]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:56:15.066 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:14 smithi003 ceph-mon[23697]: pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:15.067 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:14 smithi003 ceph-mon[23697]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:56:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:14 smithi177 ceph-mon[27209]: pgmap v36: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:14 smithi177 ceph-mon[27209]: from='client.14244 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:56:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[23697]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3680334748' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92b2c567-0894-4c62-aac9-38b22a081d48"}]: dispatch 2024-09-16T08:56:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3680334748' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92b2c567-0894-4c62-aac9-38b22a081d48"}]': finished 2024-09-16T08:56:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[23697]: osdmap e10: 2 total, 1 up, 2 in 2024-09-16T08:56:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3404237440' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:56:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[34229]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:16.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3680334748' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92b2c567-0894-4c62-aac9-38b22a081d48"}]: dispatch 2024-09-16T08:56:16.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3680334748' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92b2c567-0894-4c62-aac9-38b22a081d48"}]': finished 2024-09-16T08:56:16.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[34229]: osdmap e10: 2 total, 1 up, 2 in 2024-09-16T08:56:16.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:16.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:16 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3404237440' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:56:17.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:16 smithi177 ceph-mon[27209]: pgmap v37: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:17.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:16 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3680334748' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "92b2c567-0894-4c62-aac9-38b22a081d48"}]: dispatch 2024-09-16T08:56:17.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:16 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3680334748' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "92b2c567-0894-4c62-aac9-38b22a081d48"}]': finished 2024-09-16T08:56:17.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:16 smithi177 ceph-mon[27209]: osdmap e10: 2 total, 1 up, 2 in 2024-09-16T08:56:17.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:16 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:17.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:16 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3404237440' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:56:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:18 smithi003 ceph-mon[23697]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:19.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:18 smithi003 ceph-mon[34229]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:19.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:18 smithi177 ceph-mon[27209]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:21.061 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:20 smithi003 ceph-mon[23697]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:21.061 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:20 smithi003 ceph-mon[34229]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:20 smithi177 ceph-mon[27209]: pgmap v40: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:23.070 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:22 smithi003 ceph-mon[23697]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:23.070 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:22 smithi003 ceph-mon[34229]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:23.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:22 smithi177 ceph-mon[27209]: pgmap v41: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:24.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:23 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T08:56:24.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:23 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:24.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:23 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T08:56:24.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:23 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:24.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:23 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-16T08:56:24.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:23 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:25.034 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:24 smithi003 ceph-mon[23697]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:25.035 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:24 smithi003 ceph-mon[23697]: Deploying daemon osd.1 on smithi003 2024-09-16T08:56:25.035 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:24 smithi003 ceph-mon[34229]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:25.035 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:24 smithi003 ceph-mon[34229]: Deploying daemon osd.1 on smithi003 2024-09-16T08:56:25.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:24 smithi177 ceph-mon[27209]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:25.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:24 smithi177 ceph-mon[27209]: Deploying daemon osd.1 on smithi003 2024-09-16T08:56:27.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:26 smithi003 ceph-mon[34229]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:27.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:26 smithi003 ceph-mon[23697]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:27.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:26 smithi177 ceph-mon[27209]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:29.093 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:28 smithi003 ceph-mon[23697]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:29.093 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:28 smithi003 ceph-mon[34229]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:29.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:28 smithi177 ceph-mon[27209]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:29.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:29 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:29.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:29 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:29.955 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:29 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:29.955 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:29 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:29.955 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:29 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:29.955 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:29 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:29 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:29 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:29 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:31.111 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:30 smithi003 ceph-mon[23697]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:31.111 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:30 smithi003 ceph-mon[34229]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:31.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:30 smithi177 ceph-mon[27209]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:32.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[23697]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[34229]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:32.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:32 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:33.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:32 smithi177 ceph-mon[27209]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:33.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:32 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:33.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:32 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:33.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:32 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:33.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:32 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:33.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:32 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:33.287 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 1 on host 'smithi003' 2024-09-16T08:56:33.921 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:33 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:33.921 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:33 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:33.921 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:33 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:33.921 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:33 smithi003 ceph-mon[23697]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-16T08:56:33.922 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:33.922 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:33.922 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:33.922 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:33 smithi003 ceph-mon[34229]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-16T08:56:33.949 DEBUG:teuthology.orchestra.run.smithi003:osd.1> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.1.service 2024-09-16T08:56:33.953 INFO:tasks.cephadm:Deploying osd.2 on smithi003 with /dev/vg_nvme/lv_2... 2024-09-16T08:56:33.953 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_2 2024-09-16T08:56:34.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:33 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:34.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:33 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:34.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:33 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:34.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:33 smithi177 ceph-mon[27209]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-16T08:56:35.087 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:34 smithi003 ceph-mon[23697]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:35.087 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:34 smithi003 ceph-mon[23697]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:56:35.087 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:34 smithi003 ceph-mon[23697]: osdmap e11: 2 total, 1 up, 2 in 2024-09-16T08:56:35.087 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:34 smithi003 ceph-mon[23697]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:56:35.087 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:34 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:35.087 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:34 smithi003 ceph-mon[34229]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:35.087 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:34 smithi003 ceph-mon[34229]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:56:35.087 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:34 smithi003 ceph-mon[34229]: osdmap e11: 2 total, 1 up, 2 in 2024-09-16T08:56:35.088 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:34 smithi003 ceph-mon[34229]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:56:35.088 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:34 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:35.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:34 smithi177 ceph-mon[27209]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:35.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:34 smithi177 ceph-mon[27209]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:56:35.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:34 smithi177 ceph-mon[27209]: osdmap e11: 2 total, 1 up, 2 in 2024-09-16T08:56:35.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:34 smithi177 ceph-mon[27209]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:56:35.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:34 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:35.410 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:56:36.048 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 08:56:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[44054]: 2024-09-16T08:56:35.738+0000 7f3ad3f46640 -1 osd.1 0 waiting for initial osdmap 2024-09-16T08:56:36.048 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 08:56:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[44054]: 2024-09-16T08:56:35.741+0000 7f3acbd66640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T08:56:36.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[34229]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:36.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[34229]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:56:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[34229]: osdmap e12: 2 total, 1 up, 2 in 2024-09-16T08:56:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[34229]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' 2024-09-16T08:56:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[23697]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[23697]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:56:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[23697]: osdmap e12: 2 total, 1 up, 2 in 2024-09-16T08:56:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:36 smithi003 ceph-mon[23697]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' 2024-09-16T08:56:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:36 smithi177 ceph-mon[27209]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:36 smithi177 ceph-mon[27209]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:56:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:36 smithi177 ceph-mon[27209]: osdmap e12: 2 total, 1 up, 2 in 2024-09-16T08:56:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:36 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:36 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:36 smithi177 ceph-mon[27209]: from='osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823]' entity='osd.1' 2024-09-16T08:56:37.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: purged_snaps scrub starts 2024-09-16T08:56:37.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: purged_snaps scrub ok 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823] boot 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: osdmap e13: 2 total, 2 up, 2 in 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: purged_snaps scrub starts 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: purged_snaps scrub ok 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823] boot 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: osdmap e13: 2 total, 2 up, 2 in 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:56:37.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:37.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:37.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: purged_snaps scrub starts 2024-09-16T08:56:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: purged_snaps scrub ok 2024-09-16T08:56:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: osd.1 [v2:172.21.15.3:6810/1020956823,v1:172.21.15.3:6811/1020956823] boot 2024-09-16T08:56:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: osdmap e13: 2 total, 2 up, 2 in 2024-09-16T08:56:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:56:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:56:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:56:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:38.559 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:56:38.587 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi003:vg_nvme/lv_2 2024-09-16T08:56:38.843 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:56:38.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:38 smithi003 ceph-mon[23697]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:38.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:38 smithi003 ceph-mon[23697]: Detected new or changed devices on smithi003 2024-09-16T08:56:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:38 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi003 to 8034M 2024-09-16T08:56:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:38 smithi003 ceph-mon[23697]: osdmap e14: 2 total, 2 up, 2 in 2024-09-16T08:56:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:38 smithi003 ceph-mon[34229]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:38 smithi003 ceph-mon[34229]: Detected new or changed devices on smithi003 2024-09-16T08:56:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:38 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi003 to 8034M 2024-09-16T08:56:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:38 smithi003 ceph-mon[34229]: osdmap e14: 2 total, 2 up, 2 in 2024-09-16T08:56:39.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:38 smithi177 ceph-mon[27209]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:56:39.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:38 smithi177 ceph-mon[27209]: Detected new or changed devices on smithi003 2024-09-16T08:56:39.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:38 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi003 to 8034M 2024-09-16T08:56:39.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:38 smithi177 ceph-mon[27209]: osdmap e14: 2 total, 2 up, 2 in 2024-09-16T08:56:39.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:39 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:56:39.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:39 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:56:39.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:39 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:40.086 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:39 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:56:40.087 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:39 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:56:40.087 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:39 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:40.087 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:39 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:56:40.087 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:39 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:56:40.087 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:39 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:40.823 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:40 smithi003 ceph-mon[34229]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:40.823 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:40 smithi003 ceph-mon[34229]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:56:40.824 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:40 smithi003 ceph-mon[23697]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:40.824 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:40 smithi003 ceph-mon[23697]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:56:41.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:40 smithi177 ceph-mon[27209]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:41.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:40 smithi177 ceph-mon[27209]: from='client.24161 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:56:43.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[23697]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:43.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1246701631' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "139a860b-351b-4b0e-b592-86c3130c8005"}]: dispatch 2024-09-16T08:56:43.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1246701631' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "139a860b-351b-4b0e-b592-86c3130c8005"}]': finished 2024-09-16T08:56:43.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[23697]: osdmap e15: 3 total, 2 up, 3 in 2024-09-16T08:56:43.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:56:43.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1018244457' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:56:43.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[34229]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:43.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1246701631' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "139a860b-351b-4b0e-b592-86c3130c8005"}]: dispatch 2024-09-16T08:56:43.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1246701631' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "139a860b-351b-4b0e-b592-86c3130c8005"}]': finished 2024-09-16T08:56:43.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[34229]: osdmap e15: 3 total, 2 up, 3 in 2024-09-16T08:56:43.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:56:43.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:42 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1018244457' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:56:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:42 smithi177 ceph-mon[27209]: pgmap v55: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:42 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1246701631' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "139a860b-351b-4b0e-b592-86c3130c8005"}]: dispatch 2024-09-16T08:56:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:42 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1246701631' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "139a860b-351b-4b0e-b592-86c3130c8005"}]': finished 2024-09-16T08:56:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:42 smithi177 ceph-mon[27209]: osdmap e15: 3 total, 2 up, 3 in 2024-09-16T08:56:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:42 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:56:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:42 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1018244457' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:56:45.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:44 smithi003 ceph-mon[23697]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:44 smithi003 ceph-mon[34229]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:44 smithi177 ceph-mon[27209]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:46.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:46 smithi003 ceph-mon[23697]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:46.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:46 smithi003 ceph-mon[34229]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:47.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:46 smithi177 ceph-mon[27209]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:49.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:48 smithi003 ceph-mon[23697]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:48 smithi003 ceph-mon[34229]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:49.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:48 smithi177 ceph-mon[27209]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:49.989 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T08:56:49.989 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:49 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:49.989 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T08:56:49.989 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:49 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:50.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-16T08:56:50.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:49 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:51.052 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:50 smithi003 ceph-mon[23697]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:51.052 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:50 smithi003 ceph-mon[23697]: Deploying daemon osd.2 on smithi003 2024-09-16T08:56:51.052 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:50 smithi003 ceph-mon[34229]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:51.053 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:50 smithi003 ceph-mon[34229]: Deploying daemon osd.2 on smithi003 2024-09-16T08:56:51.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:50 smithi177 ceph-mon[27209]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:51.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:50 smithi177 ceph-mon[27209]: Deploying daemon osd.2 on smithi003 2024-09-16T08:56:53.065 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:52 smithi003 ceph-mon[23697]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:53.065 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:52 smithi003 ceph-mon[34229]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:52 smithi177 ceph-mon[27209]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:55.028 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:54 smithi003 ceph-mon[23697]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:55.029 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:54 smithi003 ceph-mon[34229]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:55.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:54 smithi177 ceph-mon[27209]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:56.046 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:55 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:56.046 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:55 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:56.046 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:55 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:56.046 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:55 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:56.047 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:55 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:56.047 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:55 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:56.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:55 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:56.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:55 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:56.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:55 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:57.046 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:56 smithi003 ceph-mon[23697]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:57.046 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:56 smithi003 ceph-mon[34229]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:56 smithi177 ceph-mon[27209]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:58.789 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[23697]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:58.789 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:58.789 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:58.789 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:58.789 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:58.789 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.168 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[34229]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:59.168 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.168 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.168 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:59.168 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:59.168 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:58 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.211 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:58 smithi177 ceph-mon[27209]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:56:59.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:58 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:58 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:58 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:56:59.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:58 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:56:59.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:58 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.217 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 2 on host 'smithi003' 2024-09-16T08:56:59.863 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:59 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:59.863 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:59 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.863 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:56:59 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.864 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:59 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:56:59.864 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:59 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.864 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:56:59 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:56:59.892 DEBUG:teuthology.orchestra.run.smithi003:osd.2> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.2.service 2024-09-16T08:56:59.895 INFO:tasks.cephadm:Deploying osd.3 on smithi003 with /dev/vg_nvme/lv_1... 2024-09-16T08:56:59.895 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_1 2024-09-16T08:57:00.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:59 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:00.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:59 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:00.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:56:59 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:00.575 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:57:00.667 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[49606]: 2024-09-16T08:57:00.322+0000 7f643f067640 -1 osd.2 0 log_to_monitors true 2024-09-16T08:57:00.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:00 smithi003 ceph-mon[34229]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:57:00.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:00 smithi003 ceph-mon[34229]: from='osd.2 [v2:172.21.15.3:6818/4198808009,v1:172.21.15.3:6819/4198808009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T08:57:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:00 smithi003 ceph-mon[34229]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T08:57:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:00 smithi003 ceph-mon[23697]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:57:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:00 smithi003 ceph-mon[23697]: from='osd.2 [v2:172.21.15.3:6818/4198808009,v1:172.21.15.3:6819/4198808009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T08:57:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:00 smithi003 ceph-mon[23697]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T08:57:01.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:00 smithi177 ceph-mon[27209]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:57:01.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:00 smithi177 ceph-mon[27209]: from='osd.2 [v2:172.21.15.3:6818/4198808009,v1:172.21.15.3:6819/4198808009]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T08:57:01.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:00 smithi177 ceph-mon[27209]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-16T08:57:01.925 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[49606]: 2024-09-16T08:57:01.803+0000 7f643afea640 -1 osd.2 0 waiting for initial osdmap 2024-09-16T08:57:01.925 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[49606]: 2024-09-16T08:57:01.812+0000 7f6436e12640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T08:57:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[34229]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:57:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[34229]: from='osd.2 [v2:172.21.15.3:6818/4198808009,v1:172.21.15.3:6819/4198808009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[34229]: osdmap e16: 3 total, 2 up, 3 in 2024-09-16T08:57:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[34229]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[34229]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:57:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[34229]: osdmap e17: 3 total, 2 up, 3 in 2024-09-16T08:57:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:01.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[23697]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:57:01.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[23697]: from='osd.2 [v2:172.21.15.3:6818/4198808009,v1:172.21.15.3:6819/4198808009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:01.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[23697]: osdmap e16: 3 total, 2 up, 3 in 2024-09-16T08:57:01.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:01.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[23697]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:01.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[23697]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:57:01.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[23697]: osdmap e17: 3 total, 2 up, 3 in 2024-09-16T08:57:01.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:01 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:02.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:01 smithi177 ceph-mon[27209]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:57:02.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:01 smithi177 ceph-mon[27209]: from='osd.2 [v2:172.21.15.3:6818/4198808009,v1:172.21.15.3:6819/4198808009]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:02.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:01 smithi177 ceph-mon[27209]: osdmap e16: 3 total, 2 up, 3 in 2024-09-16T08:57:02.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:01 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:02.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:01 smithi177 ceph-mon[27209]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:02.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:01 smithi177 ceph-mon[27209]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:57:02.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:01 smithi177 ceph-mon[27209]: osdmap e17: 3 total, 2 up, 3 in 2024-09-16T08:57:02.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:01 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:03.174 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:02 smithi003 ceph-mon[23697]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:57:03.174 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:02 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:03.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:02 smithi003 ceph-mon[34229]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:57:03.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:02 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:03.211 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:02 smithi177 ceph-mon[27209]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:57:03.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:02 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:03.444 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:57:03.468 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi003:vg_nvme/lv_1 2024-09-16T08:57:04.039 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:57:04.161 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[23697]: purged_snaps scrub starts 2024-09-16T08:57:04.161 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[23697]: purged_snaps scrub ok 2024-09-16T08:57:04.161 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:04.161 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[23697]: osd.2 [v2:172.21.15.3:6818/4198808009,v1:172.21.15.3:6819/4198808009] boot 2024-09-16T08:57:04.161 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[23697]: osdmap e18: 3 total, 3 up, 3 in 2024-09-16T08:57:04.161 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:04.161 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' 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-16T08:57:04.162 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[34229]: purged_snaps scrub starts 2024-09-16T08:57:04.162 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[34229]: purged_snaps scrub ok 2024-09-16T08:57:04.162 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:04.162 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[34229]: osd.2 [v2:172.21.15.3:6818/4198808009,v1:172.21.15.3:6819/4198808009] boot 2024-09-16T08:57:04.162 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[34229]: osdmap e18: 3 total, 3 up, 3 in 2024-09-16T08:57:04.162 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:04.162 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:03 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' 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-16T08:57:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:03 smithi177 ceph-mon[27209]: purged_snaps scrub starts 2024-09-16T08:57:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:03 smithi177 ceph-mon[27209]: purged_snaps scrub ok 2024-09-16T08:57:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:03 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:03 smithi177 ceph-mon[27209]: osd.2 [v2:172.21.15.3:6818/4198808009,v1:172.21.15.3:6819/4198808009] boot 2024-09-16T08:57:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:03 smithi177 ceph-mon[27209]: osdmap e18: 3 total, 3 up, 3 in 2024-09-16T08:57:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:03 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:57:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:03 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' 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-16T08:57:05.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[23697]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:57:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' 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-16T08:57:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[23697]: osdmap e19: 3 total, 3 up, 3 in 2024-09-16T08:57:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-16T08:57:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:57:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:57:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[34229]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:57:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' 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-16T08:57:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[34229]: osdmap e19: 3 total, 3 up, 3 in 2024-09-16T08:57:05.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-16T08:57:05.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:57:05.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:57:05.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:04 smithi177 ceph-mon[27209]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:57:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' 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-16T08:57:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:04 smithi177 ceph-mon[27209]: osdmap e19: 3 total, 3 up, 3 in 2024-09-16T08:57:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-16T08:57:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:57:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:57:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:05.540 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:57:05 smithi003 sudo[53838]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T08:57:05.540 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:57:05 smithi003 sudo[53838]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:05.540 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:57:05 smithi003 sudo[53838]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:05.541 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:57:05 smithi003 sudo[53838]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:06.175 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:57:05 smithi003 sudo[53895]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T08:57:06.176 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:57:05 smithi003 sudo[53895]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:06.176 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:57:05 smithi003 sudo[53895]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:06.176 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 08:57:05 smithi003 sudo[53895]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:06.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='client.24188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:57:06.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:57:06.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: osdmap e20: 3 total, 3 up, 3 in 2024-09-16T08:57:06.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:06.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:06.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:06.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:06.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:06.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='client.24188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: osdmap e20: 3 total, 3 up, 3 in 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:06.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:06.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='client.24188 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:57:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:57:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: osdmap e20: 3 total, 3 up, 3 in 2024-09-16T08:57:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:06.492 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 08:57:06 smithi003 sudo[53900]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T08:57:06.492 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 08:57:06 smithi003 sudo[53900]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:06.492 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 08:57:06 smithi003 sudo[53900]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:06.492 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 08:57:06 smithi003 sudo[53900]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:07.127 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:06 smithi003 ceph-mon[34229]: pgmap v73: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:07.128 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:06 smithi003 ceph-mon[34229]: Detected new or changed devices on smithi003 2024-09-16T08:57:07.128 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:06 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi003 to 5356M 2024-09-16T08:57:07.128 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:06 smithi003 ceph-mon[34229]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T08:57:07.128 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:07.128 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 08:57:06 smithi003 sudo[53924]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T08:57:07.128 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 08:57:06 smithi003 sudo[53924]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:07.128 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 08:57:06 smithi003 sudo[53924]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:07.128 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 08:57:06 smithi003 sudo[53924]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:07.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:06 smithi003 ceph-mon[23697]: pgmap v73: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:07.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:06 smithi003 ceph-mon[23697]: Detected new or changed devices on smithi003 2024-09-16T08:57:07.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:06 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi003 to 5356M 2024-09-16T08:57:07.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:06 smithi003 ceph-mon[23697]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T08:57:07.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:07.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:06 smithi177 ceph-mon[27209]: pgmap v73: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:07.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:06 smithi177 ceph-mon[27209]: Detected new or changed devices on smithi003 2024-09-16T08:57:07.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:06 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi003 to 5356M 2024-09-16T08:57:07.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:06 smithi177 ceph-mon[27209]: osdmap e21: 3 total, 3 up, 3 in 2024-09-16T08:57:07.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:07.425 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:07 smithi003 sudo[53956]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T08:57:07.425 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:07 smithi003 sudo[53956]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:07.425 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:07 smithi003 sudo[53956]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:07.425 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:07 smithi003 sudo[53956]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:07.925 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:07 smithi003 sudo[53985]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T08:57:07.925 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:07 smithi003 sudo[53985]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:07.925 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:07 smithi003 sudo[53985]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:07.925 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 08:57:07 smithi003 sudo[53985]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:08.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 sudo[54021]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T08:57:08.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 sudo[54021]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:08.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 sudo[54021]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:08.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 sudo[54021]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:08.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2628554080' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a28f8e0c-3164-48c3-8004-31e5854d6a51"}]: dispatch 2024-09-16T08:57:08.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a28f8e0c-3164-48c3-8004-31e5854d6a51"}]: dispatch 2024-09-16T08:57:08.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a28f8e0c-3164-48c3-8004-31e5854d6a51"}]': finished 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[34229]: osdmap e22: 4 total, 3 up, 4 in 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[34229]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 sudo[54032]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 sudo[54032]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 sudo[54032]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 sudo[54032]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2628554080' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a28f8e0c-3164-48c3-8004-31e5854d6a51"}]: dispatch 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a28f8e0c-3164-48c3-8004-31e5854d6a51"}]: dispatch 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a28f8e0c-3164-48c3-8004-31e5854d6a51"}]': finished 2024-09-16T08:57:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[23697]: osdmap e22: 4 total, 3 up, 4 in 2024-09-16T08:57:08.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:08.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:08 smithi003 ceph-mon[23697]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:57:09.053 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:08 smithi177 sudo[29685]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T08:57:09.053 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:08 smithi177 sudo[29685]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:09.054 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:08 smithi177 sudo[29685]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:09.054 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:08 smithi177 sudo[29685]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:09.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 sudo[29688]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T08:57:09.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 sudo[29688]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:09.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 sudo[29688]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:09.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 sudo[29688]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:09.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2628554080' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a28f8e0c-3164-48c3-8004-31e5854d6a51"}]: dispatch 2024-09-16T08:57:09.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a28f8e0c-3164-48c3-8004-31e5854d6a51"}]: dispatch 2024-09-16T08:57:09.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a28f8e0c-3164-48c3-8004-31e5854d6a51"}]': finished 2024-09-16T08:57:09.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: osdmap e22: 4 total, 3 up, 4 in 2024-09-16T08:57:09.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:09.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:57:09.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 sudo[54068]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T08:57:09.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 sudo[54068]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:09.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 sudo[54068]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:09.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 sudo[54068]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:10.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: pgmap v75: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2088597154' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-16T08:57:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 sudo[54437]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 sudo[54437]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 sudo[54437]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 sudo[54437]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: pgmap v75: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2088597154' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:57:10.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:57:10.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:57:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: pgmap v75: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2088597154' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:57:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:57:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:57:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:57:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:57:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:57:10.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:57:10.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:57:10.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:57:10.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: mgrmap e15: y(active, since 2m), standbys: x 2024-09-16T08:57:10.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:57:10.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:10.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:57:10.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:57:10.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:57:11.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:10 smithi003 ceph-mon[23697]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:11.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:10 smithi003 ceph-mon[23697]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:57:11.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:10 smithi003 ceph-mon[23697]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:57:11.330 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:10 smithi003 ceph-mon[34229]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:11.330 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:10 smithi003 ceph-mon[34229]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:57:11.330 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:10 smithi003 ceph-mon[34229]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:57:11.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:10 smithi177 ceph-mon[27209]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:11.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:10 smithi177 ceph-mon[27209]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:57:11.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:10 smithi177 ceph-mon[27209]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:57:12.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:11 smithi003 ceph-mon[34229]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:12.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:11 smithi003 ceph-mon[23697]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:12.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:11 smithi177 ceph-mon[27209]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:14.090 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:13 smithi003 ceph-mon[34229]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 145 KiB/s wr, 10 op/s 2024-09-16T08:57:14.091 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:13 smithi003 ceph-mon[23697]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 145 KiB/s wr, 10 op/s 2024-09-16T08:57:14.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:13 smithi177 ceph-mon[27209]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 145 KiB/s wr, 10 op/s 2024-09-16T08:57:16.075 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:15 smithi003 ceph-mon[34229]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 106 KiB/s wr, 7 op/s 2024-09-16T08:57:16.075 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:15 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-16T08:57:16.076 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:15 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:16.076 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:15 smithi003 ceph-mon[34229]: Deploying daemon osd.3 on smithi003 2024-09-16T08:57:16.076 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:15 smithi003 ceph-mon[23697]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 106 KiB/s wr, 7 op/s 2024-09-16T08:57:16.076 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:15 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-16T08:57:16.076 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:15 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:16.076 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:15 smithi003 ceph-mon[23697]: Deploying daemon osd.3 on smithi003 2024-09-16T08:57:16.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:15 smithi177 ceph-mon[27209]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 106 KiB/s wr, 7 op/s 2024-09-16T08:57:16.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:15 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-16T08:57:16.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:15 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:16.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:15 smithi177 ceph-mon[27209]: Deploying daemon osd.3 on smithi003 2024-09-16T08:57:18.121 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:17 smithi003 ceph-mon[23697]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 83 KiB/s wr, 5 op/s 2024-09-16T08:57:18.121 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:17 smithi003 ceph-mon[34229]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 83 KiB/s wr, 5 op/s 2024-09-16T08:57:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:17 smithi177 ceph-mon[27209]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 83 KiB/s wr, 5 op/s 2024-09-16T08:57:20.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:20 smithi003 ceph-mon[23697]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 69 KiB/s wr, 4 op/s 2024-09-16T08:57:20.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:20 smithi003 ceph-mon[34229]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 69 KiB/s wr, 4 op/s 2024-09-16T08:57:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:20 smithi177 ceph-mon[27209]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 1.6 KiB/s rd, 69 KiB/s wr, 4 op/s 2024-09-16T08:57:22.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:22 smithi003 ceph-mon[23697]: pgmap v83: 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-16T08:57:22.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:22 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:22.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:22 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:22.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:22 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:22.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:22 smithi003 ceph-mon[34229]: pgmap v83: 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-16T08:57:22.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:22 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:22.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:22 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:22.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:22 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:22.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:22 smithi177 ceph-mon[27209]: pgmap v83: 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-16T08:57:22.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:22 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:22.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:22 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:22.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:22 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:24.357 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:24 smithi003 ceph-mon[23697]: pgmap v84: 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-16T08:57:24.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:24 smithi003 ceph-mon[34229]: pgmap v84: 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-16T08:57:24.461 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:24 smithi177 ceph-mon[27209]: pgmap v84: 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-16T08:57:24.686 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 3 on host 'smithi003' 2024-09-16T08:57:25.401 DEBUG:teuthology.orchestra.run.smithi003:osd.3> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.3.service 2024-09-16T08:57:25.403 INFO:tasks.cephadm:Deploying osd.4 on smithi177 with /dev/vg_nvme/lv_4... 2024-09-16T08:57:25.403 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T08:57:25.654 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:57:25.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:25 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:25 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:25 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:25 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.933 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:25 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.933 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:25 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.933 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:25 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.933 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:25 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.952 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:25 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.952 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:25 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.952 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:25 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:25.952 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:25 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:26.255 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 08:57:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[55667]: 2024-09-16T08:57:25.954+0000 7fbfda8e9640 -1 osd.3 0 log_to_monitors true 2024-09-16T08:57:26.856 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:26 smithi177 ceph-mon[27209]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:26.856 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:26 smithi177 ceph-mon[27209]: from='osd.3 [v2:172.21.15.3:6826/2726628512,v1:172.21.15.3:6827/2726628512]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-16T08:57:26.856 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:26 smithi177 ceph-mon[27209]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-16T08:57:26.957 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:26 smithi003 ceph-mon[34229]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:26.957 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:26 smithi003 ceph-mon[34229]: from='osd.3 [v2:172.21.15.3:6826/2726628512,v1:172.21.15.3:6827/2726628512]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-16T08:57:26.957 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:26 smithi003 ceph-mon[34229]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-16T08:57:26.957 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:26 smithi003 ceph-mon[23697]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:26.958 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:26 smithi003 ceph-mon[23697]: from='osd.3 [v2:172.21.15.3:6826/2726628512,v1:172.21.15.3:6827/2726628512]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-16T08:57:26.958 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:26 smithi003 ceph-mon[23697]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-16T08:57:27.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:27 smithi177 ceph-mon[27209]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-16T08:57:27.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:27 smithi177 ceph-mon[27209]: osdmap e23: 4 total, 3 up, 4 in 2024-09-16T08:57:27.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:27 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:27.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:27 smithi177 ceph-mon[27209]: from='osd.3 [v2:172.21.15.3:6826/2726628512,v1:172.21.15.3:6827/2726628512]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:27.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:27 smithi177 ceph-mon[27209]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:28.143 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:27 smithi003 ceph-mon[23697]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-16T08:57:28.143 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:27 smithi003 ceph-mon[23697]: osdmap e23: 4 total, 3 up, 4 in 2024-09-16T08:57:28.143 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:27 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:28.143 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:27 smithi003 ceph-mon[23697]: from='osd.3 [v2:172.21.15.3:6826/2726628512,v1:172.21.15.3:6827/2726628512]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:28.143 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:27 smithi003 ceph-mon[23697]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:28.143 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:27 smithi003 ceph-mon[34229]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-16T08:57:28.143 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:27 smithi003 ceph-mon[34229]: osdmap e23: 4 total, 3 up, 4 in 2024-09-16T08:57:28.143 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:27 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:28.144 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:27 smithi003 ceph-mon[34229]: from='osd.3 [v2:172.21.15.3:6826/2726628512,v1:172.21.15.3:6827/2726628512]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:28.144 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:27 smithi003 ceph-mon[34229]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2024-09-16T08:57:28.181 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:57:28.208 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_4 2024-09-16T08:57:28.425 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[55667]: 2024-09-16T08:57:28.139+0000 7fbfd7080640 -1 osd.3 0 waiting for initial osdmap 2024-09-16T08:57:28.425 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[55667]: 2024-09-16T08:57:28.143+0000 7fbfce68c640 -1 osd.3 24 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T08:57:28.456 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:57:28.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:28.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: osdmap e24: 4 total, 3 up, 4 in 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='osd.3 ' entity='osd.3' 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: osdmap e24: 4 total, 3 up, 4 in 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='osd.3 ' entity='osd.3' 2024-09-16T08:57:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:28.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2024-09-16T08:57:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: osdmap e24: 4 total, 3 up, 4 in 2024-09-16T08:57:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='osd.3 ' entity='osd.3' 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:28.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:28.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:29.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: purged_snaps scrub starts 2024-09-16T08:57:29.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: purged_snaps scrub ok 2024-09-16T08:57:29.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: Detected new or changed devices on smithi003 2024-09-16T08:57:29.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi003 to 4017M 2024-09-16T08:57:29.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:29.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:57:29.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:57:29.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:29.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: osd.3 [v2:172.21.15.3:6826/2726628512,v1:172.21.15.3:6827/2726628512] boot 2024-09-16T08:57:29.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: osdmap e25: 4 total, 4 up, 4 in 2024-09-16T08:57:29.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:29 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:30.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: purged_snaps scrub starts 2024-09-16T08:57:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: purged_snaps scrub ok 2024-09-16T08:57:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: Detected new or changed devices on smithi003 2024-09-16T08:57:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi003 to 4017M 2024-09-16T08:57:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:57:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:57:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:30.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: osd.3 [v2:172.21.15.3:6826/2726628512,v1:172.21.15.3:6827/2726628512] boot 2024-09-16T08:57:30.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: osdmap e25: 4 total, 4 up, 4 in 2024-09-16T08:57:30.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:30.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: purged_snaps scrub starts 2024-09-16T08:57:30.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: purged_snaps scrub ok 2024-09-16T08:57:30.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: Detected new or changed devices on smithi003 2024-09-16T08:57:30.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi003 to 4017M 2024-09-16T08:57:30.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:30.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:57:30.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:57:30.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:30.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: osd.3 [v2:172.21.15.3:6826/2726628512,v1:172.21.15.3:6827/2726628512] boot 2024-09-16T08:57:30.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: osdmap e25: 4 total, 4 up, 4 in 2024-09-16T08:57:30.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:29 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:57:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:30 smithi177 ceph-mon[27209]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:30 smithi177 ceph-mon[27209]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:57:31.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:30 smithi003 ceph-mon[23697]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:31.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:30 smithi003 ceph-mon[23697]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:57:31.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:30 smithi003 ceph-mon[34229]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:57:31.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:30 smithi003 ceph-mon[34229]: from='client.24193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:57:31.813 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:31 smithi177 ceph-mon[27209]: osdmap e26: 4 total, 4 up, 4 in 2024-09-16T08:57:31.813 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:31 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/2604995880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd0275cf-2e55-431d-8710-47f71db56dbb"}]: dispatch 2024-09-16T08:57:31.813 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:31 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd0275cf-2e55-431d-8710-47f71db56dbb"}]: dispatch 2024-09-16T08:57:31.813 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:31 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd0275cf-2e55-431d-8710-47f71db56dbb"}]': finished 2024-09-16T08:57:31.813 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:31 smithi177 ceph-mon[27209]: osdmap e27: 5 total, 4 up, 5 in 2024-09-16T08:57:31.813 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:31 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:32.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[23697]: osdmap e26: 4 total, 4 up, 4 in 2024-09-16T08:57:32.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/2604995880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd0275cf-2e55-431d-8710-47f71db56dbb"}]: dispatch 2024-09-16T08:57:32.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd0275cf-2e55-431d-8710-47f71db56dbb"}]: dispatch 2024-09-16T08:57:32.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd0275cf-2e55-431d-8710-47f71db56dbb"}]': finished 2024-09-16T08:57:32.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[23697]: osdmap e27: 5 total, 4 up, 5 in 2024-09-16T08:57:32.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:32.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[34229]: osdmap e26: 4 total, 4 up, 4 in 2024-09-16T08:57:32.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/2604995880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd0275cf-2e55-431d-8710-47f71db56dbb"}]: dispatch 2024-09-16T08:57:32.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fd0275cf-2e55-431d-8710-47f71db56dbb"}]: dispatch 2024-09-16T08:57:32.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fd0275cf-2e55-431d-8710-47f71db56dbb"}]': finished 2024-09-16T08:57:32.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[34229]: osdmap e27: 5 total, 4 up, 5 in 2024-09-16T08:57:32.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:31 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:33.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:32 smithi003 ceph-mon[23697]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:33.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:32 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/3242546748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:57:33.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:32 smithi003 ceph-mon[34229]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:33.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:32 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/3242546748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:57:33.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:32 smithi177 ceph-mon[27209]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 113 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:33.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:32 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/3242546748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:57:35.109 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:34 smithi177 ceph-mon[27209]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:35.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:34 smithi003 ceph-mon[23697]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:35.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:34 smithi003 ceph-mon[34229]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:37.092 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:36 smithi177 ceph-mon[27209]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:37.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:36 smithi003 ceph-mon[23697]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:37.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:36 smithi003 ceph-mon[34229]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:38.906 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:38 smithi177 ceph-mon[27209]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:38.906 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-16T08:57:38.906 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:38 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:39.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:38 smithi003 ceph-mon[23697]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:39.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-16T08:57:39.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:38 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:39.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:38 smithi003 ceph-mon[34229]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:39.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-16T08:57:39.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:38 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:39.824 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:39 smithi177 ceph-mon[27209]: Deploying daemon osd.4 on smithi177 2024-09-16T08:57:40.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:39 smithi003 ceph-mon[23697]: Deploying daemon osd.4 on smithi177 2024-09-16T08:57:40.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:39 smithi003 ceph-mon[34229]: Deploying daemon osd.4 on smithi177 2024-09-16T08:57:40.907 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:40 smithi177 ceph-mon[27209]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:41.077 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:40 smithi003 ceph-mon[23697]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:41.077 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:40 smithi003 ceph-mon[34229]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:42.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:42 smithi003 ceph-mon[23697]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:42.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:42 smithi003 ceph-mon[34229]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:43.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:42 smithi177 ceph-mon[27209]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:45.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:44 smithi177 ceph-mon[27209]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:45.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:44 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:45.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:44 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:45.049 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:44 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:45.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:44 smithi003 ceph-mon[23697]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:44 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:44 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:44 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:44 smithi003 ceph-mon[34229]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:44 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:44 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:44 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:46.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:46 smithi177 ceph-mon[27209]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:46.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:46 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:46.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:46 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:47.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:46 smithi003 ceph-mon[23697]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:47.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:46 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:47.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:46 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:47.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:46 smithi003 ceph-mon[34229]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:47.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:46 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:47.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:46 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:48.094 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:47 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:48.094 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:47 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:48.094 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:47 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:48.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:47 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:47 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:48.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:47 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:48.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:47 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:48.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:47 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:48.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:47 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:48.378 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 4 on host 'smithi177' 2024-09-16T08:57:48.923 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:48 smithi177 ceph-mon[27209]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:48.923 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:48.923 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:48.923 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:48 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:48.950 DEBUG:teuthology.orchestra.run.smithi177:osd.4> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.4.service 2024-09-16T08:57:48.953 INFO:tasks.cephadm:Deploying osd.5 on smithi177 with /dev/vg_nvme/lv_3... 2024-09-16T08:57:48.953 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_3 2024-09-16T08:57:49.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:48 smithi003 ceph-mon[23697]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:49.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:49.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:49.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:48 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:48 smithi003 ceph-mon[34229]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:57:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:48 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:49.712 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 08:57:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[31948]: 2024-09-16T08:57:49.414+0000 7f6fb4669640 -1 osd.4 0 log_to_monitors true 2024-09-16T08:57:50.045 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:49 smithi177 ceph-mon[27209]: from='osd.4 [v2:172.21.15.177:6800/1574199534,v1:172.21.15.177:6801/1574199534]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-16T08:57:50.045 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:49 smithi177 ceph-mon[27209]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-16T08:57:50.083 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:57:50.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:49 smithi003 ceph-mon[23697]: from='osd.4 [v2:172.21.15.177:6800/1574199534,v1:172.21.15.177:6801/1574199534]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-16T08:57:50.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:49 smithi003 ceph-mon[23697]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-16T08:57:50.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:49 smithi003 ceph-mon[34229]: from='osd.4 [v2:172.21.15.177:6800/1574199534,v1:172.21.15.177:6801/1574199534]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-16T08:57:50.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:49 smithi003 ceph-mon[34229]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-16T08:57:50.885 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:50 smithi177 ceph-mon[27209]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:50.885 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:50 smithi177 ceph-mon[27209]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-16T08:57:50.885 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:50 smithi177 ceph-mon[27209]: from='osd.4 [v2:172.21.15.177:6800/1574199534,v1:172.21.15.177:6801/1574199534]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:57:50.885 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:50 smithi177 ceph-mon[27209]: osdmap e28: 5 total, 4 up, 5 in 2024-09-16T08:57:50.885 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:50 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:50.885 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:50 smithi177 ceph-mon[27209]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:57:51.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[23697]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:51.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[23697]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-16T08:57:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[23697]: from='osd.4 [v2:172.21.15.177:6800/1574199534,v1:172.21.15.177:6801/1574199534]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:57:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[23697]: osdmap e28: 5 total, 4 up, 5 in 2024-09-16T08:57:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[23697]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:57:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[34229]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[34229]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-16T08:57:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[34229]: from='osd.4 [v2:172.21.15.177:6800/1574199534,v1:172.21.15.177:6801/1574199534]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:57:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[34229]: osdmap e28: 5 total, 4 up, 5 in 2024-09-16T08:57:51.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:51.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:50 smithi003 ceph-mon[34229]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:57:51.427 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 08:57:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[31948]: 2024-09-16T08:57:51.182+0000 7f6fb05ec640 -1 osd.4 0 waiting for initial osdmap 2024-09-16T08:57:51.427 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 08:57:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[31948]: 2024-09-16T08:57:51.186+0000 7f6fa840c640 -1 osd.4 29 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T08:57:52.075 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:51 smithi177 ceph-mon[27209]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:57:52.076 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:51 smithi177 ceph-mon[27209]: osdmap e29: 5 total, 4 up, 5 in 2024-09-16T08:57:52.076 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:51 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:52.076 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:51 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:52.076 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:51 smithi177 ceph-mon[27209]: from='osd.4 ' entity='osd.4' 2024-09-16T08:57:52.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:51 smithi003 ceph-mon[23697]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:57:52.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:51 smithi003 ceph-mon[23697]: osdmap e29: 5 total, 4 up, 5 in 2024-09-16T08:57:52.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:51 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:52.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:51 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:52.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:51 smithi003 ceph-mon[23697]: from='osd.4 ' entity='osd.4' 2024-09-16T08:57:52.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:51 smithi003 ceph-mon[34229]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:57:52.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:51 smithi003 ceph-mon[34229]: osdmap e29: 5 total, 4 up, 5 in 2024-09-16T08:57:52.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:51 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:52.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:51 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:52.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:51 smithi003 ceph-mon[34229]: from='osd.4 ' entity='osd.4' 2024-09-16T08:57:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: purged_snaps scrub starts 2024-09-16T08:57:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: purged_snaps scrub ok 2024-09-16T08:57:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: osd.4 [v2:172.21.15.177:6800/1574199534,v1:172.21.15.177:6801/1574199534] boot 2024-09-16T08:57:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: osdmap e30: 5 total, 5 up, 5 in 2024-09-16T08:57:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[23697]: osdmap e31: 5 total, 5 up, 5 in 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: purged_snaps scrub starts 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: purged_snaps scrub ok 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: osd.4 [v2:172.21.15.177:6800/1574199534,v1:172.21.15.177:6801/1574199534] boot 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: osdmap e30: 5 total, 5 up, 5 in 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:52 smithi003 ceph-mon[34229]: osdmap e31: 5 total, 5 up, 5 in 2024-09-16T08:57:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: purged_snaps scrub starts 2024-09-16T08:57:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: purged_snaps scrub ok 2024-09-16T08:57:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 112 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:57:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: osd.4 [v2:172.21.15.177:6800/1574199534,v1:172.21.15.177:6801/1574199534] boot 2024-09-16T08:57:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: osdmap e30: 5 total, 5 up, 5 in 2024-09-16T08:57:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:57:53.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:57:53.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:53.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:57:53.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:57:53.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:52 smithi177 ceph-mon[27209]: osdmap e31: 5 total, 5 up, 5 in 2024-09-16T08:57:53.452 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:57:53.477 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_3 2024-09-16T08:57:53.717 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:57:54.059 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:53 smithi177 ceph-mon[27209]: Detected new or changed devices on smithi177 2024-09-16T08:57:54.060 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:53 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi177 to 17087M 2024-09-16T08:57:54.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:53 smithi003 ceph-mon[23697]: Detected new or changed devices on smithi177 2024-09-16T08:57:54.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:53 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi177 to 17087M 2024-09-16T08:57:54.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:53 smithi003 ceph-mon[34229]: Detected new or changed devices on smithi177 2024-09-16T08:57:54.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:53 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi177 to 17087M 2024-09-16T08:57:55.013 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:54 smithi177 ceph-mon[27209]: pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:57:55.013 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:54 smithi177 ceph-mon[27209]: osdmap e32: 5 total, 5 up, 5 in 2024-09-16T08:57:55.013 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:54 smithi177 ceph-mon[27209]: osdmap e33: 5 total, 5 up, 5 in 2024-09-16T08:57:55.013 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:54 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:57:55.013 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:54 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:57:55.013 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:54 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:55.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[23697]: pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:57:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[23697]: osdmap e32: 5 total, 5 up, 5 in 2024-09-16T08:57:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[23697]: osdmap e33: 5 total, 5 up, 5 in 2024-09-16T08:57:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:57:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:57:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[34229]: pgmap v108: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:57:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[34229]: osdmap e32: 5 total, 5 up, 5 in 2024-09-16T08:57:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[34229]: osdmap e33: 5 total, 5 up, 5 in 2024-09-16T08:57:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:57:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:57:55.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:54 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:57:55.837 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:55 smithi177 ceph-mon[27209]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:57:55.837 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:55 smithi177 ceph-mon[27209]: osdmap e34: 5 total, 5 up, 5 in 2024-09-16T08:57:56.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:55 smithi003 ceph-mon[23697]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:57:56.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:55 smithi003 ceph-mon[23697]: osdmap e34: 5 total, 5 up, 5 in 2024-09-16T08:57:56.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:55 smithi003 ceph-mon[34229]: from='client.24220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:57:56.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:55 smithi003 ceph-mon[34229]: osdmap e34: 5 total, 5 up, 5 in 2024-09-16T08:57:57.097 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:56 smithi177 ceph-mon[27209]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:57:57.097 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:56 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/418094496' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64"}]: dispatch 2024-09-16T08:57:57.097 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:56 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64"}]: dispatch 2024-09-16T08:57:57.098 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:56 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64"}]': finished 2024-09-16T08:57:57.098 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:56 smithi177 ceph-mon[27209]: osdmap e35: 6 total, 5 up, 6 in 2024-09-16T08:57:57.098 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:56 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:57:57.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[34229]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:57:57.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/418094496' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64"}]: dispatch 2024-09-16T08:57:57.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64"}]: dispatch 2024-09-16T08:57:57.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64"}]': finished 2024-09-16T08:57:57.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[34229]: osdmap e35: 6 total, 5 up, 6 in 2024-09-16T08:57:57.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:57:57.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[23697]: pgmap v111: 1 pgs: 1 remapped+peering; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:57:57.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/418094496' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64"}]: dispatch 2024-09-16T08:57:57.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64"}]: dispatch 2024-09-16T08:57:57.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64"}]': finished 2024-09-16T08:57:57.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[23697]: osdmap e35: 6 total, 5 up, 6 in 2024-09-16T08:57:57.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:56 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:57:58.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:57 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/3234779226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:57:58.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:57 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/3234779226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:57:58.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:57 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/3234779226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:57:59.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:57:58 smithi003 ceph-mon[23697]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:57:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:57:58 smithi003 ceph-mon[34229]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:57:59.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:57:58 smithi177 ceph-mon[27209]: pgmap v114: 1 pgs: 1 remapped+peering; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:58:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:00 smithi177 ceph-mon[27209]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-09-16T08:58:01.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:00 smithi003 ceph-mon[23697]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-09-16T08:58:01.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:00 smithi003 ceph-mon[34229]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 113 KiB/s, 0 objects/s recovering 2024-09-16T08:58:02.940 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:02 smithi177 ceph-mon[27209]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-09-16T08:58:03.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:02 smithi003 ceph-mon[23697]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-09-16T08:58:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:02 smithi003 ceph-mon[34229]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 88 KiB/s, 0 objects/s recovering 2024-09-16T08:58:04.943 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:04 smithi177 ceph-mon[27209]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-16T08:58:04.944 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-16T08:58:04.944 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:05.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:04 smithi003 ceph-mon[23697]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-16T08:58:05.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-16T08:58:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:04 smithi003 ceph-mon[34229]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-16T08:58:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-16T08:58:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:05.997 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:05 smithi177 ceph-mon[27209]: Deploying daemon osd.5 on smithi177 2024-09-16T08:58:06.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:05 smithi003 ceph-mon[23697]: Deploying daemon osd.5 on smithi177 2024-09-16T08:58:06.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:05 smithi003 ceph-mon[34229]: Deploying daemon osd.5 on smithi177 2024-09-16T08:58:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:06 smithi177 ceph-mon[27209]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-16T08:58:07.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:06 smithi003 ceph-mon[23697]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-16T08:58:07.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:06 smithi003 ceph-mon[34229]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-09-16T08:58:08.930 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:08 smithi177 ceph-mon[27209]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-09-16T08:58:09.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:08 smithi003 ceph-mon[23697]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-09-16T08:58:09.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:08 smithi003 ceph-mon[34229]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2024-09-16T08:58:10.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:10.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:10.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:09 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:10.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:10.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:10.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:09 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:10.203 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:10.203 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:10.203 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:09 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:11.058 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:10 smithi177 ceph-mon[27209]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-16T08:58:11.077 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:10 smithi003 ceph-mon[23697]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-16T08:58:11.077 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:10 smithi003 ceph-mon[34229]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-16T08:58:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:12 smithi177 ceph-mon[27209]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:58:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:12 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:12 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:12 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:12 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:12 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:13.142 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 5 on host 'smithi177' 2024-09-16T08:58:13.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[23697]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:58:13.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:13.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:13.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:13.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:13.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:13.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[34229]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:58:13.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:13.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:13.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:13.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:13.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:12 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:13.689 DEBUG:teuthology.orchestra.run.smithi177:osd.5> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.5.service 2024-09-16T08:58:13.691 INFO:tasks.cephadm:Deploying osd.6 on smithi177 with /dev/vg_nvme/lv_2... 2024-09-16T08:58:13.691 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_2 2024-09-16T08:58:13.913 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:13 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:13.913 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:13 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:13.913 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:13 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:14.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:13 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:14.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:13 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:14.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:13 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:14.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:13 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:14.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:13 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:14.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:13 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:14.414 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:58:15.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:14 smithi003 ceph-mon[23697]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:58:15.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:14 smithi003 ceph-mon[23697]: from='osd.5 [v2:172.21.15.177:6808/3456906454,v1:172.21.15.177:6809/3456906454]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-16T08:58:15.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:14 smithi003 ceph-mon[23697]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-16T08:58:15.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:14 smithi003 ceph-mon[34229]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:58:15.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:14 smithi003 ceph-mon[34229]: from='osd.5 [v2:172.21.15.177:6808/3456906454,v1:172.21.15.177:6809/3456906454]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-16T08:58:15.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:14 smithi003 ceph-mon[34229]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-16T08:58:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:14 smithi177 ceph-mon[27209]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:58:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:14 smithi177 ceph-mon[27209]: from='osd.5 [v2:172.21.15.177:6808/3456906454,v1:172.21.15.177:6809/3456906454]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-16T08:58:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:14 smithi177 ceph-mon[27209]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-16T08:58:15.212 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 08:58:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[37467]: 2024-09-16T08:58:14.810+0000 7fba563d2640 -1 osd.5 0 log_to_monitors true 2024-09-16T08:58:16.101 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 08:58:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[37467]: 2024-09-16T08:58:15.845+0000 7fba52355640 -1 osd.5 0 waiting for initial osdmap 2024-09-16T08:58:16.101 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 08:58:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[37467]: 2024-09-16T08:58:15.850+0000 7fba4e17d640 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T08:58:16.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:15 smithi177 ceph-mon[27209]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-16T08:58:16.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:15 smithi177 ceph-mon[27209]: from='osd.5 [v2:172.21.15.177:6808/3456906454,v1:172.21.15.177:6809/3456906454]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:16.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:15 smithi177 ceph-mon[27209]: osdmap e36: 6 total, 5 up, 6 in 2024-09-16T08:58:16.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:15 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:16.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:15 smithi177 ceph-mon[27209]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:16.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:15 smithi177 ceph-mon[27209]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:58:16.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:15 smithi177 ceph-mon[27209]: osdmap e37: 6 total, 5 up, 6 in 2024-09-16T08:58:16.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:15 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:16.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[23697]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-16T08:58:16.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[23697]: from='osd.5 [v2:172.21.15.177:6808/3456906454,v1:172.21.15.177:6809/3456906454]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:16.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[23697]: osdmap e36: 6 total, 5 up, 6 in 2024-09-16T08:58:16.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:16.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[23697]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:16.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[23697]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:58:16.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[23697]: osdmap e37: 6 total, 5 up, 6 in 2024-09-16T08:58:16.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:16.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[34229]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-16T08:58:16.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[34229]: from='osd.5 [v2:172.21.15.177:6808/3456906454,v1:172.21.15.177:6809/3456906454]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:16.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[34229]: osdmap e36: 6 total, 5 up, 6 in 2024-09-16T08:58:16.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:16.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[34229]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:16.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[34229]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:58:16.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[34229]: osdmap e37: 6 total, 5 up, 6 in 2024-09-16T08:58:16.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:15 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:17.122 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:16 smithi177 ceph-mon[27209]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:58:17.123 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:16 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:17.123 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:16 smithi177 ceph-mon[27209]: osd.5 [v2:172.21.15.177:6808/3456906454,v1:172.21.15.177:6809/3456906454] boot 2024-09-16T08:58:17.123 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:16 smithi177 ceph-mon[27209]: osdmap e38: 6 total, 6 up, 6 in 2024-09-16T08:58:17.123 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:16 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:17.125 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:58:17.151 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_2 2024-09-16T08:58:17.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:16 smithi003 ceph-mon[23697]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:58:17.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:16 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:17.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:16 smithi003 ceph-mon[23697]: osd.5 [v2:172.21.15.177:6808/3456906454,v1:172.21.15.177:6809/3456906454] boot 2024-09-16T08:58:17.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:16 smithi003 ceph-mon[23697]: osdmap e38: 6 total, 6 up, 6 in 2024-09-16T08:58:17.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:16 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:17.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:16 smithi003 ceph-mon[34229]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:58:17.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:16 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:17.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:16 smithi003 ceph-mon[34229]: osd.5 [v2:172.21.15.177:6808/3456906454,v1:172.21.15.177:6809/3456906454] boot 2024-09-16T08:58:17.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:16 smithi003 ceph-mon[34229]: osdmap e38: 6 total, 6 up, 6 in 2024-09-16T08:58:17.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:16 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:58:17.668 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:58:18.054 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:17 smithi177 ceph-mon[27209]: purged_snaps scrub starts 2024-09-16T08:58:18.055 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:17 smithi177 ceph-mon[27209]: purged_snaps scrub ok 2024-09-16T08:58:18.055 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:17 smithi177 ceph-mon[27209]: osdmap e39: 6 total, 6 up, 6 in 2024-09-16T08:58:18.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:17 smithi003 ceph-mon[23697]: purged_snaps scrub starts 2024-09-16T08:58:18.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:17 smithi003 ceph-mon[23697]: purged_snaps scrub ok 2024-09-16T08:58:18.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:17 smithi003 ceph-mon[23697]: osdmap e39: 6 total, 6 up, 6 in 2024-09-16T08:58:18.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:17 smithi003 ceph-mon[34229]: purged_snaps scrub starts 2024-09-16T08:58:18.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:17 smithi003 ceph-mon[34229]: purged_snaps scrub ok 2024-09-16T08:58:18.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:17 smithi003 ceph-mon[34229]: osdmap e39: 6 total, 6 up, 6 in 2024-09-16T08:58:19.058 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: pgmap v127: 1 pgs: 1 unknown; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:19.058 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:58:19.058 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:58:19.058 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:19.058 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.058 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.059 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:19.059 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:19.059 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.059 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:19.059 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:19.059 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.059 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:18 smithi177 ceph-mon[27209]: osdmap e40: 6 total, 6 up, 6 in 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: pgmap v127: 1 pgs: 1 unknown; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[23697]: osdmap e40: 6 total, 6 up, 6 in 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: pgmap v127: 1 pgs: 1 unknown; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:19.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:19.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:18 smithi003 ceph-mon[34229]: osdmap e40: 6 total, 6 up, 6 in 2024-09-16T08:58:20.025 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:19 smithi177 ceph-mon[27209]: from='client.24247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:58:20.025 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:19 smithi177 ceph-mon[27209]: Detected new or changed devices on smithi177 2024-09-16T08:58:20.025 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:19 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi177 to 8543M 2024-09-16T08:58:20.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:19 smithi003 ceph-mon[23697]: from='client.24247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:58:20.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:19 smithi003 ceph-mon[23697]: Detected new or changed devices on smithi177 2024-09-16T08:58:20.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:19 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi177 to 8543M 2024-09-16T08:58:20.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:19 smithi003 ceph-mon[34229]: from='client.24247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:58:20.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:19 smithi003 ceph-mon[34229]: Detected new or changed devices on smithi177 2024-09-16T08:58:20.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:19 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi177 to 8543M 2024-09-16T08:58:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[23697]: pgmap v130: 1 pgs: 1 unknown; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[23697]: osdmap e41: 6 total, 6 up, 6 in 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/673674668' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f"}]: dispatch 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f"}]: dispatch 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f"}]': finished 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[23697]: osdmap e42: 7 total, 6 up, 7 in 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[34229]: pgmap v130: 1 pgs: 1 unknown; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[34229]: osdmap e41: 6 total, 6 up, 6 in 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/673674668' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f"}]: dispatch 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f"}]: dispatch 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f"}]': finished 2024-09-16T08:58:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[34229]: osdmap e42: 7 total, 6 up, 7 in 2024-09-16T08:58:21.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:20 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:20 smithi177 ceph-mon[27209]: pgmap v130: 1 pgs: 1 unknown; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:20 smithi177 ceph-mon[27209]: osdmap e41: 6 total, 6 up, 6 in 2024-09-16T08:58:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:20 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/673674668' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f"}]: dispatch 2024-09-16T08:58:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:20 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f"}]: dispatch 2024-09-16T08:58:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:20 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f"}]': finished 2024-09-16T08:58:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:20 smithi177 ceph-mon[27209]: osdmap e42: 7 total, 6 up, 7 in 2024-09-16T08:58:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:20 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:22.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:21 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/884633658' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:58:22.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:21 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/884633658' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:58:22.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:21 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/884633658' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:58:23.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:22 smithi003 ceph-mon[23697]: pgmap v133: 1 pgs: 1 unknown; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:23.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:22 smithi003 ceph-mon[34229]: pgmap v133: 1 pgs: 1 unknown; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:23.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:22 smithi177 ceph-mon[27209]: pgmap v133: 1 pgs: 1 unknown; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:25.146 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:24 smithi177 ceph-mon[27209]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 114 KiB/s, 0 objects/s recovering 2024-09-16T08:58:25.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:24 smithi003 ceph-mon[23697]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 114 KiB/s, 0 objects/s recovering 2024-09-16T08:58:25.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:24 smithi003 ceph-mon[34229]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 114 KiB/s, 0 objects/s recovering 2024-09-16T08:58:27.051 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:26 smithi177 ceph-mon[27209]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-16T08:58:27.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:26 smithi003 ceph-mon[23697]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-16T08:58:27.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:26 smithi003 ceph-mon[34229]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-09-16T08:58:28.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:27 smithi177 ceph-mon[27209]: pgmap v136: 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-16T08:58:28.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:27 smithi003 ceph-mon[23697]: pgmap v136: 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-16T08:58:28.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:27 smithi003 ceph-mon[34229]: pgmap v136: 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-16T08:58:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-16T08:58:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:28 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:28 smithi177 ceph-mon[27209]: Deploying daemon osd.6 on smithi177 2024-09-16T08:58:29.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-16T08:58:29.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:28 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:29.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:28 smithi003 ceph-mon[23697]: Deploying daemon osd.6 on smithi177 2024-09-16T08:58:29.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-16T08:58:29.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:28 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:29.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:28 smithi003 ceph-mon[34229]: Deploying daemon osd.6 on smithi177 2024-09-16T08:58:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:29 smithi177 ceph-mon[27209]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-16T08:58:30.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:29 smithi003 ceph-mon[23697]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-16T08:58:30.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:29 smithi003 ceph-mon[34229]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 64 KiB/s, 0 objects/s recovering 2024-09-16T08:58:32.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:31 smithi177 ceph-mon[27209]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-16T08:58:32.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:31 smithi003 ceph-mon[23697]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-16T08:58:32.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:31 smithi003 ceph-mon[34229]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-16T08:58:34.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:33 smithi177 ceph-mon[27209]: pgmap v139: 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-16T08:58:34.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:33 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:34.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:33 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:34.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:33 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:34.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:33 smithi003 ceph-mon[23697]: pgmap v139: 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-16T08:58:34.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:33 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:34.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:33 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:34.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:33 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:34.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:33 smithi003 ceph-mon[34229]: pgmap v139: 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-16T08:58:34.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:34.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:34.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:33 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:36.143 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:35 smithi177 ceph-mon[27209]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:36.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:35 smithi003 ceph-mon[23697]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:35 smithi003 ceph-mon[34229]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:36.888 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 6 on host 'smithi177' 2024-09-16T08:58:37.462 DEBUG:teuthology.orchestra.run.smithi177:osd.6> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.6.service 2024-09-16T08:58:37.464 INFO:tasks.cephadm:Deploying osd.7 on smithi177 with /dev/vg_nvme/lv_1... 2024-09-16T08:58:37.464 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_1 2024-09-16T08:58:37.779 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:58:38.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:37 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:37 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:37 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:38.857 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 08:58:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[43383]: 2024-09-16T08:58:38.727+0000 7f619111a640 -1 osd.6 0 log_to_monitors true 2024-09-16T08:58:39.130 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:38 smithi177 ceph-mon[27209]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:39.130 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:38 smithi177 ceph-mon[27209]: from='osd.6 [v2:172.21.15.177:6816/2158899449,v1:172.21.15.177:6817/2158899449]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-16T08:58:39.130 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:38 smithi177 ceph-mon[27209]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-16T08:58:39.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:38 smithi003 ceph-mon[23697]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:39.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:38 smithi003 ceph-mon[23697]: from='osd.6 [v2:172.21.15.177:6816/2158899449,v1:172.21.15.177:6817/2158899449]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-16T08:58:39.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:38 smithi003 ceph-mon[23697]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-16T08:58:39.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:38 smithi003 ceph-mon[34229]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:39.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:38 smithi003 ceph-mon[34229]: from='osd.6 [v2:172.21.15.177:6816/2158899449,v1:172.21.15.177:6817/2158899449]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-16T08:58:39.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:38 smithi003 ceph-mon[34229]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-16T08:58:40.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:39 smithi177 ceph-mon[27209]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-16T08:58:40.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:39 smithi177 ceph-mon[27209]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:40.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:39 smithi177 ceph-mon[27209]: osdmap e43: 7 total, 6 up, 7 in 2024-09-16T08:58:40.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:39 smithi177 ceph-mon[27209]: from='osd.6 [v2:172.21.15.177:6816/2158899449,v1:172.21.15.177:6817/2158899449]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:40.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:39 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:40.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:39 smithi177 ceph-mon[27209]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:40.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[23697]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-16T08:58:40.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[23697]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:40.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[23697]: osdmap e43: 7 total, 6 up, 7 in 2024-09-16T08:58:40.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[23697]: from='osd.6 [v2:172.21.15.177:6816/2158899449,v1:172.21.15.177:6817/2158899449]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:40.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:40.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[23697]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:40.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[34229]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-16T08:58:40.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[34229]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:40.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[34229]: osdmap e43: 7 total, 6 up, 7 in 2024-09-16T08:58:40.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[34229]: from='osd.6 [v2:172.21.15.177:6816/2158899449,v1:172.21.15.177:6817/2158899449]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:40.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:40.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:39 smithi003 ceph-mon[34229]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:58:40.462 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 08:58:40 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[43383]: 2024-09-16T08:58:40.321+0000 7f618d8b1640 -1 osd.6 0 waiting for initial osdmap 2024-09-16T08:58:40.462 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 08:58:40 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[43383]: 2024-09-16T08:58:40.327+0000 7f6184ebd640 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T08:58:40.764 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-09-16T08:58:40.789 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi177:vg_nvme/lv_1 2024-09-16T08:58:41.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[23697]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:58:41.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[23697]: osdmap e44: 7 total, 6 up, 7 in 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[23697]: from='osd.6 ' entity='osd.6' 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[23697]: osd.6 [v2:172.21.15.177:6816/2158899449,v1:172.21.15.177:6817/2158899449] boot 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[23697]: osdmap e45: 7 total, 7 up, 7 in 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[34229]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[34229]: osdmap e44: 7 total, 6 up, 7 in 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:41.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[34229]: from='osd.6 ' entity='osd.6' 2024-09-16T08:58:41.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[34229]: osd.6 [v2:172.21.15.177:6816/2158899449,v1:172.21.15.177:6817/2158899449] boot 2024-09-16T08:58:41.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[34229]: osdmap e45: 7 total, 7 up, 7 in 2024-09-16T08:58:41.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:40 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:41.188 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:40 smithi177 ceph-mon[27209]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:58:41.188 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:40 smithi177 ceph-mon[27209]: osdmap e44: 7 total, 6 up, 7 in 2024-09-16T08:58:41.188 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:41.188 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:41.188 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:40 smithi177 ceph-mon[27209]: from='osd.6 ' entity='osd.6' 2024-09-16T08:58:41.188 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:40 smithi177 ceph-mon[27209]: osd.6 [v2:172.21.15.177:6816/2158899449,v1:172.21.15.177:6817/2158899449] boot 2024-09-16T08:58:41.188 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:40 smithi177 ceph-mon[27209]: osdmap e45: 7 total, 7 up, 7 in 2024-09-16T08:58:41.188 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:40 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:58:41.458 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:58:42.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:42 smithi003 ceph-mon[23697]: purged_snaps scrub starts 2024-09-16T08:58:42.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:42 smithi003 ceph-mon[23697]: purged_snaps scrub ok 2024-09-16T08:58:42.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:42 smithi003 ceph-mon[23697]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:42.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:42 smithi003 ceph-mon[23697]: osdmap e46: 7 total, 7 up, 7 in 2024-09-16T08:58:42.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:42 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:58:42.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:42 smithi003 ceph-mon[34229]: purged_snaps scrub starts 2024-09-16T08:58:42.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:42 smithi003 ceph-mon[34229]: purged_snaps scrub ok 2024-09-16T08:58:42.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:42 smithi003 ceph-mon[34229]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:42.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:42 smithi003 ceph-mon[34229]: osdmap e46: 7 total, 7 up, 7 in 2024-09-16T08:58:42.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:42 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:58:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:42 smithi177 ceph-mon[27209]: purged_snaps scrub starts 2024-09-16T08:58:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:42 smithi177 ceph-mon[27209]: purged_snaps scrub ok 2024-09-16T08:58:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:42 smithi177 ceph-mon[27209]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:58:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:42 smithi177 ceph-mon[27209]: osdmap e46: 7 total, 7 up, 7 in 2024-09-16T08:58:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:42 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-16T08:58:43.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='client.24274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: Detected new or changed devices on smithi177 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi177 to 5695M 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:43.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:43.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: osdmap e47: 7 total, 7 up, 7 in 2024-09-16T08:58:43.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:43.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:43.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:43.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:43 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='client.24274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: Detected new or changed devices on smithi177 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi177 to 5695M 2024-09-16T08:58:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: osdmap e47: 7 total, 7 up, 7 in 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='client.24274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi177:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-16T08:58:43.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: Detected new or changed devices on smithi177 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi177 to 5695M 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: osdmap e47: 7 total, 7 up, 7 in 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:43.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:58:43.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:43 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:45.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[23697]: pgmap v148: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:58:45.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[23697]: osdmap e48: 7 total, 7 up, 7 in 2024-09-16T08:58:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/1126304286' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "720f738a-51a8-44ef-b39a-f56d98c42764"}]: dispatch 2024-09-16T08:58:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "720f738a-51a8-44ef-b39a-f56d98c42764"}]: dispatch 2024-09-16T08:58:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[23697]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "720f738a-51a8-44ef-b39a-f56d98c42764"}]': finished 2024-09-16T08:58:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[23697]: osdmap e49: 8 total, 7 up, 8 in 2024-09-16T08:58:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:58:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[34229]: pgmap v148: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:58:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[34229]: osdmap e48: 7 total, 7 up, 7 in 2024-09-16T08:58:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/1126304286' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "720f738a-51a8-44ef-b39a-f56d98c42764"}]: dispatch 2024-09-16T08:58:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "720f738a-51a8-44ef-b39a-f56d98c42764"}]: dispatch 2024-09-16T08:58:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[34229]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "720f738a-51a8-44ef-b39a-f56d98c42764"}]': finished 2024-09-16T08:58:45.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[34229]: osdmap e49: 8 total, 7 up, 8 in 2024-09-16T08:58:45.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:44 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:58:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:44 smithi177 ceph-mon[27209]: pgmap v148: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:58:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:44 smithi177 ceph-mon[27209]: osdmap e48: 7 total, 7 up, 7 in 2024-09-16T08:58:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:44 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/1126304286' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "720f738a-51a8-44ef-b39a-f56d98c42764"}]: dispatch 2024-09-16T08:58:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:44 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "720f738a-51a8-44ef-b39a-f56d98c42764"}]: dispatch 2024-09-16T08:58:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:44 smithi177 ceph-mon[27209]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "720f738a-51a8-44ef-b39a-f56d98c42764"}]': finished 2024-09-16T08:58:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:44 smithi177 ceph-mon[27209]: osdmap e49: 8 total, 7 up, 8 in 2024-09-16T08:58:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:44 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:58:46.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:45 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/4036405703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:58:46.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:45 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/4036405703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:58:46.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:45 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/4036405703' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-16T08:58:47.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:46 smithi003 ceph-mon[23697]: pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:58:47.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:46 smithi003 ceph-mon[34229]: pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:58:47.211 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:46 smithi177 ceph-mon[27209]: pgmap v152: 1 pgs: 1 remapped+peering; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:58:49.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:48 smithi003 ceph-mon[34229]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-16T08:58:49.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:48 smithi003 ceph-mon[23697]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-16T08:58:49.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:48 smithi177 ceph-mon[27209]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 115 KiB/s, 0 objects/s recovering 2024-09-16T08:58:51.051 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:50 smithi177 ceph-mon[27209]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-16T08:58:51.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:50 smithi003 ceph-mon[23697]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-16T08:58:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:50 smithi003 ceph-mon[34229]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-16T08:58:52.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:52 smithi177 ceph-mon[27209]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-16T08:58:52.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:52 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-16T08:58:52.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:52 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:53.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:52 smithi003 ceph-mon[23697]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-16T08:58:53.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:52 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-16T08:58:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:52 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:53.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:52 smithi003 ceph-mon[34229]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-16T08:58:53.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:52 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-16T08:58:53.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:52 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:58:54.014 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:53 smithi177 ceph-mon[27209]: Deploying daemon osd.7 on smithi177 2024-09-16T08:58:54.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:53 smithi003 ceph-mon[23697]: Deploying daemon osd.7 on smithi177 2024-09-16T08:58:54.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:53 smithi003 ceph-mon[34229]: Deploying daemon osd.7 on smithi177 2024-09-16T08:58:55.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:54 smithi177 ceph-mon[27209]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-16T08:58:55.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:54 smithi003 ceph-mon[23697]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-16T08:58:55.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:54 smithi003 ceph-mon[34229]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-16T08:58:56.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:55 smithi003 ceph-mon[23697]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-16T08:58:56.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:55 smithi003 ceph-mon[34229]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-16T08:58:56.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:55 smithi177 ceph-mon[27209]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2024-09-16T08:58:57.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:57 smithi177 ceph-mon[27209]: pgmap v158: 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-16T08:58:57.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:57 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:57.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:57 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:57.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:57 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:58.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:57 smithi003 ceph-mon[23697]: pgmap v158: 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-16T08:58:58.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:57 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:57 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:57 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:57 smithi003 ceph-mon[34229]: pgmap v158: 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-16T08:58:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:57 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:58:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:57 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:58:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:57 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:00.168 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:58:59 smithi177 ceph-mon[27209]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:00.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:58:59 smithi003 ceph-mon[23697]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:00.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:58:59 smithi003 ceph-mon[34229]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:01.046 INFO:teuthology.orchestra.run.smithi177.stdout:Created osd(s) 7 on host 'smithi177' 2024-09-16T08:59:01.660 DEBUG:teuthology.orchestra.run.smithi177:osd.7> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.7.service 2024-09-16T08:59:01.663 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-16T08:59:01.663 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:59:01.934 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:02.304 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:02 smithi003 ceph-mon[23697]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:02.304 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:02 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.304 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:02 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.304 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:02 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.304 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:02 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.304 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:02 smithi003 ceph-mon[34229]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:02.304 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:02 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.305 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:02 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.305 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:02 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.305 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:02 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:02 smithi177 ceph-mon[27209]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:02.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:02 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:02 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:02 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:02 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:02.574 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:59:03.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:03 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4141472619' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T08:59:03.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:03 smithi177 ceph-mon[27209]: from='osd.7 [v2:172.21.15.177:6824/1007348160,v1:172.21.15.177:6825/1007348160]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-16T08:59:03.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:03 smithi177 ceph-mon[27209]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-16T08:59:03.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 08:59:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[48917]: 2024-09-16T08:59:02.874+0000 7efd8a764640 -1 osd.7 0 log_to_monitors true 2024-09-16T08:59:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:03 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4141472619' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T08:59:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:03 smithi003 ceph-mon[23697]: from='osd.7 [v2:172.21.15.177:6824/1007348160,v1:172.21.15.177:6825/1007348160]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-16T08:59:03.316 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:03 smithi003 ceph-mon[23697]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-16T08:59:03.316 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:03 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4141472619' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T08:59:03.316 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:03 smithi003 ceph-mon[34229]: from='osd.7 [v2:172.21.15.177:6824/1007348160,v1:172.21.15.177:6825/1007348160]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-16T08:59:03.317 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:03 smithi003 ceph-mon[34229]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-16T08:59:03.351 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":49,"num_osds":8,"num_up_osds":7,"osd_up_since":1726477120,"num_in_osds":8,"osd_in_since":1726477124,"num_remapped_pgs":0} 2024-09-16T08:59:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:04 smithi177 ceph-mon[27209]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:04 smithi177 ceph-mon[27209]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-16T08:59:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:04 smithi177 ceph-mon[27209]: osdmap e50: 8 total, 7 up, 8 in 2024-09-16T08:59:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:04 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:04 smithi177 ceph-mon[27209]: from='osd.7 [v2:172.21.15.177:6824/1007348160,v1:172.21.15.177:6825/1007348160]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:59:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:04 smithi177 ceph-mon[27209]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:59:04.352 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:59:04.380 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[34229]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:04.380 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[34229]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-16T08:59:04.381 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[34229]: osdmap e50: 8 total, 7 up, 8 in 2024-09-16T08:59:04.381 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:04.381 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[34229]: from='osd.7 [v2:172.21.15.177:6824/1007348160,v1:172.21.15.177:6825/1007348160]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:59:04.381 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[34229]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:59:04.381 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[23697]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:04.381 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[23697]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-16T08:59:04.381 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[23697]: osdmap e50: 8 total, 7 up, 8 in 2024-09-16T08:59:04.381 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:04.381 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[23697]: from='osd.7 [v2:172.21.15.177:6824/1007348160,v1:172.21.15.177:6825/1007348160]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:59:04.381 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:04 smithi003 ceph-mon[23697]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-09-16T08:59:04.617 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:04.871 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 08:59:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[48917]: 2024-09-16T08:59:04.482+0000 7efd866e7640 -1 osd.7 0 waiting for initial osdmap 2024-09-16T08:59:04.871 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 08:59:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[48917]: 2024-09-16T08:59:04.489+0000 7efd7e507640 -1 osd.7 52 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T08:59:05.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:05 smithi177 ceph-mon[27209]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:59:05.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:05 smithi177 ceph-mon[27209]: osdmap e51: 8 total, 7 up, 8 in 2024-09-16T08:59:05.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:05.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:05.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:05 smithi177 ceph-mon[27209]: osdmap e52: 8 total, 7 up, 8 in 2024-09-16T08:59:05.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:05 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:05.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:05 smithi177 ceph-mon[27209]: from='osd.7 ' entity='osd.7' 2024-09-16T08:59:05.408 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[23697]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[23697]: osdmap e51: 8 total, 7 up, 8 in 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[23697]: osdmap e52: 8 total, 7 up, 8 in 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[23697]: from='osd.7 ' entity='osd.7' 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[34229]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[34229]: osdmap e51: 8 total, 7 up, 8 in 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:05.409 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[34229]: osdmap e52: 8 total, 7 up, 8 in 2024-09-16T08:59:05.410 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:05.410 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:05 smithi003 ceph-mon[34229]: from='osd.7 ' entity='osd.7' 2024-09-16T08:59:06.127 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: purged_snaps scrub starts 2024-09-16T08:59:06.127 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: purged_snaps scrub ok 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: Detected new or changed devices on smithi177 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi177 to 4271M 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:06.128 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: osd.7 [v2:172.21.15.177:6824/1007348160,v1:172.21.15.177:6825/1007348160] boot 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: osdmap e53: 8 total, 8 up, 8 in 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3174193138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: purged_snaps scrub starts 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: purged_snaps scrub ok 2024-09-16T08:59:06.129 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: Detected new or changed devices on smithi177 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi177 to 4271M 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:59:06.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:06.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:06.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: osd.7 [v2:172.21.15.177:6824/1007348160,v1:172.21.15.177:6825/1007348160] boot 2024-09-16T08:59:06.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: osdmap e53: 8 total, 8 up, 8 in 2024-09-16T08:59:06.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:06.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:06 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3174193138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T08:59:06.132 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1726477145,"num_in_osds":8,"osd_in_since":1726477124,"num_remapped_pgs":1} 2024-09-16T08:59:06.132 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T08:59:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: purged_snaps scrub starts 2024-09-16T08:59:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: purged_snaps scrub ok 2024-09-16T08:59:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:59:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: Detected new or changed devices on smithi177 2024-09-16T08:59:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi177 to 4271M 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:06.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:06.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: osd.7 [v2:172.21.15.177:6824/1007348160,v1:172.21.15.177:6825/1007348160] boot 2024-09-16T08:59:06.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: osdmap e53: 8 total, 8 up, 8 in 2024-09-16T08:59:06.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:06.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:06 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3174193138' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-16T08:59:06.426 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:07.009 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:59:07.009 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":54,"fsid":"1ff68320-7409-11ef-bceb-c7b262605968","created":"2024-09-16T08:54:04.515147+0000","modified":"2024-09-16T08:59:06.339525+0000","last_up_change":"2024-09-16T08:59:05.336115+0000","last_in_change":"2024-09-16T08:58:44.824550+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-16T08:57:03.346654+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"a589a985-c6a9-4783-bd82-324b011b3c8b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6803","nonce":1708891097}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6805","nonce":1708891097}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6809","nonce":1708891097}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6807","nonce":1708891097}]},"public_addr":"172.21.15.3:6803/1708891097","cluster_addr":"172.21.15.3:6805/1708891097","heartbeat_back_addr":"172.21.15.3:6809/1708891097","heartbeat_front_addr":"172.21.15.3:6807/1708891097","state":["exists","up"]},{"osd":1,"uuid":"92b2c567-0894-4c62-aac9-38b22a081d48","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.3:6810","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6811","nonce":1020956823}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6813","nonce":1020956823}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6817","nonce":1020956823}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6815","nonce":1020956823}]},"public_addr":"172.21.15.3:6811/1020956823","cluster_addr":"172.21.15.3:6813/1020956823","heartbeat_back_addr":"172.21.15.3:6817/1020956823","heartbeat_front_addr":"172.21.15.3:6815/1020956823","state":["exists","up"]},{"osd":2,"uuid":"139a860b-351b-4b0e-b592-86c3130c8005","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.3:6818","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6819","nonce":4198808009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6821","nonce":4198808009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6825","nonce":4198808009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6823","nonce":4198808009}]},"public_addr":"172.21.15.3:6819/4198808009","cluster_addr":"172.21.15.3:6821/4198808009","heartbeat_back_addr":"172.21.15.3:6825/4198808009","heartbeat_front_addr":"172.21.15.3:6823/4198808009","state":["exists","up"]},{"osd":3,"uuid":"a28f8e0c-3164-48c3-8004-31e5854d6a51","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.3:6826","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6827","nonce":2726628512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6829","nonce":2726628512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6833","nonce":2726628512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6831","nonce":2726628512}]},"public_addr":"172.21.15.3:6827/2726628512","cluster_addr":"172.21.15.3:6829/2726628512","heartbeat_back_addr":"172.21.15.3:6833/2726628512","heartbeat_front_addr":"172.21.15.3:6831/2726628512","state":["exists","up"]},{"osd":4,"uuid":"fd0275cf-2e55-431d-8710-47f71db56dbb","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.177:6800","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6801","nonce":1574199534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6803","nonce":1574199534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6807","nonce":1574199534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6805","nonce":1574199534}]},"public_addr":"172.21.15.177:6801/1574199534","cluster_addr":"172.21.15.177:6803/1574199534","heartbeat_back_addr":"172.21.15.177:6807/1574199534","heartbeat_front_addr":"172.21.15.177:6805/1574199534","state":["exists","up"]},{"osd":5,"uuid":"938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64","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.177:6808","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6809","nonce":3456906454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6811","nonce":3456906454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6815","nonce":3456906454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6813","nonce":3456906454}]},"public_addr":"172.21.15.177:6809/3456906454","cluster_addr":"172.21.15.177:6811/3456906454","heartbeat_back_addr":"172.21.15.177:6815/3456906454","heartbeat_front_addr":"172.21.15.177:6813/3456906454","state":["exists","up"]},{"osd":6,"uuid":"5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6817","nonce":2158899449}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6819","nonce":2158899449}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6823","nonce":2158899449}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6821","nonce":2158899449}]},"public_addr":"172.21.15.177:6817/2158899449","cluster_addr":"172.21.15.177:6819/2158899449","heartbeat_back_addr":"172.21.15.177:6823/2158899449","heartbeat_front_addr":"172.21.15.177:6821/2158899449","state":["exists","up"]},{"osd":7,"uuid":"720f738a-51a8-44ef-b39a-f56d98c42764","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6825","nonce":1007348160}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6827","nonce":1007348160}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6831","nonce":1007348160}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6829","nonce":1007348160}]},"public_addr":"172.21.15.177:6825/1007348160","cluster_addr":"172.21.15.177:6827/1007348160","heartbeat_back_addr":"172.21.15.177:6831/1007348160","heartbeat_front_addr":"172.21.15.177:6829/1007348160","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-16T08:56:09.458064+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-16T08:56:34.756130+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-16T08:57:01.360859+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-16T08:57:26.946491+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-16T08:57:50.435487+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-16T08:58:15.780469+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-16T08:58:39.707483+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-16T08:59:03.926333+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.3:6801/1886672874":"2024-09-17T08:54:58.853009+0000","172.21.15.3:6800/1886672874":"2024-09-17T08:54:58.853009+0000","172.21.15.3:0/2713396698":"2024-09-17T08:54:58.853009+0000","172.21.15.3:0/4069522964":"2024-09-17T08:54:58.853009+0000","172.21.15.3:0/2698716109":"2024-09-17T08:54:34.447349+0000","172.21.15.3:0/156255614":"2024-09-17T08:54:34.447349+0000","172.21.15.3:0/2618273752":"2024-09-17T08:54:34.447349+0000","172.21.15.3:6801/3655945547":"2024-09-17T08:54:34.447349+0000","172.21.15.3:0/2210884389":"2024-09-17T08:54:58.853009+0000","172.21.15.3:6800/3655945547":"2024-09-17T08:54:34.447349+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-16T08:59:07.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:07 smithi003 ceph-mon[23697]: osdmap e54: 8 total, 8 up, 8 in 2024-09-16T08:59:07.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:07 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4138729726' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T08:59:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:07 smithi003 ceph-mon[34229]: osdmap e54: 8 total, 8 up, 8 in 2024-09-16T08:59:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:07 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4138729726' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T08:59:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:07 smithi177 ceph-mon[27209]: osdmap e54: 8 total, 8 up, 8 in 2024-09-16T08:59:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:07 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4138729726' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T08:59:07.854 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-16T08:57:03.346654+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': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_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-16T08:59:07.854 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-16T08:59:08.111 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:08.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:08 smithi003 ceph-mon[23697]: pgmap v168: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:08.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:08 smithi003 ceph-mon[23697]: osdmap e55: 8 total, 8 up, 8 in 2024-09-16T08:59:08.625 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:08 smithi003 ceph-mon[34229]: pgmap v168: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:08.626 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:08 smithi003 ceph-mon[34229]: osdmap e55: 8 total, 8 up, 8 in 2024-09-16T08:59:08.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:08 smithi177 ceph-mon[27209]: pgmap v168: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:08.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:08 smithi177 ceph-mon[27209]: osdmap e55: 8 total, 8 up, 8 in 2024-09-16T08:59:08.896 INFO:teuthology.orchestra.run.smithi003.stdout:pg_num: 1 2024-09-16T08:59:09.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:09 smithi177 ceph-mon[27209]: osdmap e56: 8 total, 8 up, 8 in 2024-09-16T08:59:09.623 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:09 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1823919396' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-16T08:59:09.671 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:09 smithi003 ceph-mon[23697]: osdmap e56: 8 total, 8 up, 8 in 2024-09-16T08:59:09.671 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:09 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1823919396' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-16T08:59:09.671 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:09 smithi003 ceph-mon[34229]: osdmap e56: 8 total, 8 up, 8 in 2024-09-16T08:59:09.671 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:09 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1823919396' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-16T08:59:09.700 INFO:tasks.cephadm:Adding prometheus.a on smithi177 2024-09-16T08:59:09.701 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch apply prometheus '1;smithi177=a' 2024-09-16T08:59:09.957 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:59:10.591 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled prometheus update... 2024-09-16T08:59:10.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:10 smithi003 ceph-mon[23697]: pgmap v171: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:10.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:10 smithi003 ceph-mon[23697]: osdmap e57: 8 total, 8 up, 8 in 2024-09-16T08:59:10.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:10 smithi003 ceph-mon[34229]: pgmap v171: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:10.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:10 smithi003 ceph-mon[34229]: osdmap e57: 8 total, 8 up, 8 in 2024-09-16T08:59:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:10 smithi177 ceph-mon[27209]: pgmap v171: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:10 smithi177 ceph-mon[27209]: osdmap e57: 8 total, 8 up, 8 in 2024-09-16T08:59:11.276 DEBUG:teuthology.orchestra.run.smithi177:prometheus.a> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service 2024-09-16T08:59:11.278 INFO:tasks.cephadm:Adding node-exporter.a on smithi003 2024-09-16T08:59:11.278 INFO:tasks.cephadm:Adding node-exporter.b on smithi177 2024-09-16T08:59:11.278 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch apply node-exporter '2;smithi003=a;smithi177=b' 2024-09-16T08:59:11.588 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:59:11.709 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:11 smithi177 ceph-mon[27209]: from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi177=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:11.709 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:11 smithi177 ceph-mon[27209]: Saving service prometheus spec with placement smithi177=a;count:1 2024-09-16T08:59:11.709 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:11.709 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:59:11.709 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:11.710 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:11.710 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:11 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:11.710 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:11 smithi177 ceph-mon[27209]: Deploying daemon prometheus.a on smithi177 2024-09-16T08:59:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[23697]: from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi177=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[23697]: Saving service prometheus spec with placement smithi177=a;count:1 2024-09-16T08:59:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:59:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[23697]: Deploying daemon prometheus.a on smithi177 2024-09-16T08:59:11.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[34229]: from='client.24316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi177=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:11.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[34229]: Saving service prometheus spec with placement smithi177=a;count:1 2024-09-16T08:59:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:59:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:11.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:11 smithi003 ceph-mon[34229]: Deploying daemon prometheus.a on smithi177 2024-09-16T08:59:12.255 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled node-exporter update... 2024-09-16T08:59:12.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:12 smithi003 ceph-mon[23697]: pgmap v173: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:12.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:12 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:12 smithi003 ceph-mon[34229]: pgmap v173: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:12 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:12.961 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:12 smithi177 ceph-mon[27209]: pgmap v173: 1 pgs: 1 remapped+peering; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:12 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:13.216 DEBUG:teuthology.orchestra.run.smithi003:node-exporter.a> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.a.service 2024-09-16T08:59:13.221 DEBUG:teuthology.orchestra.run.smithi177:node-exporter.b> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.b.service 2024-09-16T08:59:13.223 INFO:tasks.cephadm:Adding alertmanager.a on smithi003 2024-09-16T08:59:13.224 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch apply alertmanager '1;smithi003=a' 2024-09-16T08:59:13.507 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:59:13.904 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:13 smithi177 ceph-mon[27209]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi003=a;smithi177=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:13.904 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:13 smithi177 ceph-mon[27209]: Saving service node-exporter spec with placement smithi003=a;smithi177=b;count:2 2024-09-16T08:59:13.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:13 smithi003 ceph-mon[34229]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi003=a;smithi177=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:13.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:13 smithi003 ceph-mon[34229]: Saving service node-exporter spec with placement smithi003=a;smithi177=b;count:2 2024-09-16T08:59:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:13 smithi003 ceph-mon[23697]: from='client.24322 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi003=a;smithi177=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:13 smithi003 ceph-mon[23697]: Saving service node-exporter spec with placement smithi003=a;smithi177=b;count:2 2024-09-16T08:59:14.351 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled alertmanager update... 2024-09-16T08:59:14.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:14 smithi003 ceph-mon[34229]: pgmap v174: 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-16T08:59:14.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:14 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:14 smithi003 ceph-mon[23697]: pgmap v174: 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-16T08:59:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:14 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:14.961 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:14 smithi177 ceph-mon[27209]: pgmap v174: 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-16T08:59:14.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:14 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:15.308 DEBUG:teuthology.orchestra.run.smithi003:alertmanager.a> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@alertmanager.a.service 2024-09-16T08:59:15.311 INFO:tasks.cephadm:Adding grafana.a on smithi177 2024-09-16T08:59:15.311 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph orch apply grafana '1;smithi177=a' 2024-09-16T08:59:15.563 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:59:15.880 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:15 smithi177 ceph-mon[27209]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi003=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:15.880 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:15 smithi177 ceph-mon[27209]: Saving service alertmanager spec with placement smithi003=a;count:1 2024-09-16T08:59:15.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:15 smithi003 ceph-mon[23697]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi003=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:15.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:15 smithi003 ceph-mon[23697]: Saving service alertmanager spec with placement smithi003=a;count:1 2024-09-16T08:59:15.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:15 smithi003 ceph-mon[34229]: from='client.24328 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi003=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:15.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:15 smithi003 ceph-mon[34229]: Saving service alertmanager spec with placement smithi003=a;count:1 2024-09-16T08:59:16.416 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled grafana update... 2024-09-16T08:59:16.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:16 smithi003 ceph-mon[23697]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-16T08:59:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:16 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:16 smithi003 ceph-mon[34229]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-16T08:59:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:16 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:16.961 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:16 smithi177 ceph-mon[27209]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 76 KiB/s, 0 objects/s recovering 2024-09-16T08:59:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:16 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:17.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:17 smithi003 ceph-mon[23697]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi177=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:17.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:17 smithi003 ceph-mon[23697]: Saving service grafana spec with placement smithi177=a;count:1 2024-09-16T08:59:17.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:17 smithi003 ceph-mon[34229]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi177=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:17.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:17 smithi003 ceph-mon[34229]: Saving service grafana spec with placement smithi177=a;count:1 2024-09-16T08:59:17.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:17 smithi177 ceph-mon[27209]: from='client.24334 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi177=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:59:17.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:17 smithi177 ceph-mon[27209]: Saving service grafana spec with placement smithi177=a;count:1 2024-09-16T08:59:18.327 DEBUG:teuthology.orchestra.run.smithi177:grafana.a> sudo journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@grafana.a.service 2024-09-16T08:59:18.330 INFO:tasks.cephadm:Setting up client nodes... 2024-09-16T08:59:18.330 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-16T08:59:18.597 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:18.873 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:18 smithi003 ceph-mon[23697]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-16T08:59:18.873 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:18 smithi003 ceph-mon[34229]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-16T08:59:18.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:18 smithi177 ceph-mon[27209]: pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2024-09-16T08:59:19.329 INFO:teuthology.orchestra.run.smithi003.stdout:[client.0] 2024-09-16T08:59:19.329 INFO:teuthology.orchestra.run.smithi003.stdout: key = AQBn8+dm1RZSExAACFmg4kTdgWRry2VZy8oc6g== 2024-09-16T08:59:19.841 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:19 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1243122110' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-16T08:59:19.841 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:19 smithi177 ceph-mon[27209]: 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-16T08:59:19.841 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:19 smithi177 ceph-mon[27209]: 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-16T08:59:19.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:19 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1243122110' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-16T08:59:19.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:19 smithi003 ceph-mon[23697]: 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-16T08:59:19.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:19 smithi003 ceph-mon[23697]: 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-16T08:59:19.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:19 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1243122110' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-16T08:59:19.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:19 smithi003 ceph-mon[34229]: 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-16T08:59:19.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:19 smithi003 ceph-mon[34229]: 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-16T08:59:20.088 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2024-09-16T08:59:20.088 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-16T08:59:20.088 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-16T08:59:20.132 DEBUG:teuthology.orchestra.run.smithi177:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-16T08:59:20.863 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:20 smithi177 ceph-mon[27209]: pgmap v177: 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-16T08:59:20.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:20 smithi003 ceph-mon[23697]: pgmap v177: 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-16T08:59:20.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:20 smithi003 ceph-mon[34229]: pgmap v177: 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-16T08:59:21.627 INFO:teuthology.orchestra.run.smithi177.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T08:59:22.882 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:22 smithi177 ceph-mon[27209]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-16T08:59:22.883 INFO:teuthology.orchestra.run.smithi177.stdout:[client.1] 2024-09-16T08:59:22.883 INFO:teuthology.orchestra.run.smithi177.stdout: key = AQBq8+dmbx0sNBAAOnSMsDVQ88MUnfNIla+Sgw== 2024-09-16T08:59:22.883 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:22 smithi177 podman[53662]: 2024-09-16 08:59:22.843293253 +0000 UTC m=+0.114666575 container create 37e3d8bfc1b67087f2ff49f00f09e614c65e73a0d3db81b514e358b16483b210 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T08:59:22.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:22 smithi003 ceph-mon[23697]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-16T08:59:22.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:22 smithi003 ceph-mon[34229]: pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2024-09-16T08:59:23.462 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 podman[53662]: 2024-09-16 08:59:23.196565624 +0000 UTC m=+0.467938960 container init 37e3d8bfc1b67087f2ff49f00f09e614c65e73a0d3db81b514e358b16483b210 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T08:59:23.462 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 podman[53662]: 2024-09-16 08:59:23.199744572 +0000 UTC m=+0.471117896 container start 37e3d8bfc1b67087f2ff49f00f09e614c65e73a0d3db81b514e358b16483b210 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.223Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.223Z 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-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.223Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi177 (none))" 2024-09-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.223Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.224Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.225Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.225Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.226Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.226Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.228Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-16T08:59:23.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.228Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.667µs 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.228Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.229Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.229Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=17.625µs wal_replay_duration=186.613µs wbl_replay_duration=108ns total_replay_duration=223.098µs 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.229Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.229Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.229Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.249Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.7538ms db_storage=704ns remote_storage=1.031µs web_handler=245ns query_engine=520ns scrape=376.225µs scrape_sd=81.007µs notify=853ns notify_sd=2.151µs rules=19.021292ms tracing=5.659µs 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.249Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T08:59:23.249Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 bash[53662]: 37e3d8bfc1b67087f2ff49f00f09e614c65e73a0d3db81b514e358b16483b210 2024-09-16T08:59:23.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 08:59:23 smithi177 systemd[1]: Started Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T08:59:23.695 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-09-16T08:59:23.695 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-16T08:59:23.695 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-16T08:59:23.733 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-16T08:59:23.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[23697]: from='client.? 172.21.15.177:0/1832364117' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-16T08:59:23.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[23697]: 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-16T08:59:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[23697]: 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-16T08:59:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-16T08:59:23.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[34229]: from='client.? 172.21.15.177:0/1832364117' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-16T08:59:23.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[34229]: 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-16T08:59:23.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[34229]: 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-16T08:59:23.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:23.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:23.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:23.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:23 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-16T08:59:23.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-mon[27209]: from='client.? 172.21.15.177:0/1832364117' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-16T08:59:23.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-mon[27209]: 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-16T08:59:23.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-mon[27209]: 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-16T08:59:23.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:23.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:23.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:23.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:23 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-16T08:59:23.999 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:24.629 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:59:24.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ignoring --setuser ceph since I am not root 2024-09-16T08:59:24.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ignoring --setgroup ceph since I am not root 2024-09-16T08:59:24.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:24.521+0000 7ffa7ddb0040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T08:59:24.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:24.581+0000 7ffa7ddb0040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T08:59:24.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: ignoring --setuser ceph since I am not root 2024-09-16T08:59:24.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: ignoring --setgroup ceph since I am not root 2024-09-16T08:59:24.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-mgr[29035]: -- 172.21.15.177:0/1017050149 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55d52d4a10e0 con 0x55d52d47e800 2024-09-16T08:59:24.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:24.512+0000 7f65a238a040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T08:59:24.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:24.568+0000 7f65a238a040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T08:59:25.009 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:24.739+0000 7ffa7ddb0040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T08:59:25.009 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:24.809+0000 7ffa7ddb0040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T08:59:25.009 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:24.964+0000 7ffa7ddb0040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:59:25.009 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-mon[23697]: pgmap v179: 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-16T08:59:25.009 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:25.010 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-mon[23697]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:59:25.010 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-mon[23697]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-16T08:59:25.010 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1931671110' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-16T08:59:25.010 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-mon[34229]: pgmap v179: 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-16T08:59:25.010 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:25.010 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-mon[34229]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:59:25.010 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-mon[34229]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-16T08:59:25.010 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:24 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1931671110' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-16T08:59:25.073 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-mon[27209]: pgmap v179: 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-16T08:59:25.073 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' 2024-09-16T08:59:25.073 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-mon[27209]: from='mgr.14150 172.21.15.3:0/3142935557' entity='mgr.y' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:59:25.073 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-mon[27209]: mgrmap e16: y(active, since 4m), standbys: x 2024-09-16T08:59:25.073 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1931671110' entity='client.admin' cmd=[{"prefix": "config log", "num": 1, "format": "json"}]: dispatch 2024-09-16T08:59:25.073 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:24.715+0000 7f65a238a040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T08:59:25.073 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:24.782+0000 7f65a238a040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T08:59:25.074 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:24.930+0000 7f65a238a040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:59:25.074 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:25.072+0000 7f65a238a040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T08:59:25.393 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:25.112+0000 7ffa7ddb0040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T08:59:25.422 INFO:teuthology.orchestra.run.smithi003.stdout:[{"version":23,"timestamp":"2024-09-16T08:59:05.210124+0000","name":"","changes":[{"name":"osd/host:smithi177/osd_memory_target","previous_value":"5972651758","new_value":"4479488819"}]}] 2024-09-16T08:59:25.423 INFO:tasks.ceph_manager:config epoch is 23 2024-09-16T08:59:25.423 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-16T08:59:25.423 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-16T08:59:25.423 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-16T08:59:25.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:25.446+0000 7ffa7ddb0040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T08:59:25.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:25.511+0000 7ffa7ddb0040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T08:59:25.683 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:25.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:25.384+0000 7f65a238a040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T08:59:25.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:25.446+0000 7f65a238a040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T08:59:25.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:25.630+0000 7f65a238a040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T08:59:26.038 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:25.716+0000 7ffa7ddb0040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T08:59:26.359 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:59:26.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:26 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1112356071' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T08:59:26.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:26 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1112356071' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T08:59:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:26 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1112356071' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T08:59:26.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:26.514+0000 7f65a238a040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T08:59:26.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:26.582+0000 7f65a238a040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T08:59:27.058 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:26 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:26.683+0000 7ffa7ddb0040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T08:59:27.058 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:26 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:26.754+0000 7ffa7ddb0040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T08:59:27.094 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":16,"flags":0,"active_gid":14150,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6800","nonce":1463530790},{"type":"v1","addr":"172.21.15.3:6801","nonce":1463530790}]},"active_addr":"172.21.15.3:6801/1463530790","active_change":"2024-09-16T08:54:58.853120+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.3: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.3:0","nonce":2984178562}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":210534669}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":1135719700}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":4269791334}]}]} 2024-09-16T08:59:27.098 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-16T08:59:27.098 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-16T08:59:27.098 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T08:59:27.354 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:27.545 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:27 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:27.288+0000 7f65a238a040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T08:59:27.546 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:27 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:27.403+0000 7f65a238a040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T08:59:27.745 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:27 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:27.535+0000 7ffa7ddb0040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T08:59:27.745 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:27 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:27.660+0000 7ffa7ddb0040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T08:59:27.825 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:27 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:27.544+0000 7f65a238a040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:59:27.825 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:27 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:27.606+0000 7f65a238a040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T08:59:27.825 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:27 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:27.756+0000 7f65a238a040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T08:59:27.825 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:27 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:27.824+0000 7f65a238a040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T08:59:28.015 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:59:28.015 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":57,"fsid":"1ff68320-7409-11ef-bceb-c7b262605968","created":"2024-09-16T08:54:04.515147+0000","modified":"2024-09-16T08:59:09.358921+0000","last_up_change":"2024-09-16T08:59:05.336115+0000","last_in_change":"2024-09-16T08:58:44.824550+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-16T08:57:03.346654+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"a589a985-c6a9-4783-bd82-324b011b3c8b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6803","nonce":1708891097}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6805","nonce":1708891097}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6809","nonce":1708891097}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6807","nonce":1708891097}]},"public_addr":"172.21.15.3:6803/1708891097","cluster_addr":"172.21.15.3:6805/1708891097","heartbeat_back_addr":"172.21.15.3:6809/1708891097","heartbeat_front_addr":"172.21.15.3:6807/1708891097","state":["exists","up"]},{"osd":1,"uuid":"92b2c567-0894-4c62-aac9-38b22a081d48","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.3:6810","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6811","nonce":1020956823}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6813","nonce":1020956823}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6817","nonce":1020956823}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6815","nonce":1020956823}]},"public_addr":"172.21.15.3:6811/1020956823","cluster_addr":"172.21.15.3:6813/1020956823","heartbeat_back_addr":"172.21.15.3:6817/1020956823","heartbeat_front_addr":"172.21.15.3:6815/1020956823","state":["exists","up"]},{"osd":2,"uuid":"139a860b-351b-4b0e-b592-86c3130c8005","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.3:6818","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6819","nonce":4198808009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6821","nonce":4198808009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6825","nonce":4198808009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6823","nonce":4198808009}]},"public_addr":"172.21.15.3:6819/4198808009","cluster_addr":"172.21.15.3:6821/4198808009","heartbeat_back_addr":"172.21.15.3:6825/4198808009","heartbeat_front_addr":"172.21.15.3:6823/4198808009","state":["exists","up"]},{"osd":3,"uuid":"a28f8e0c-3164-48c3-8004-31e5854d6a51","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.3:6826","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6827","nonce":2726628512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6829","nonce":2726628512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6833","nonce":2726628512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6831","nonce":2726628512}]},"public_addr":"172.21.15.3:6827/2726628512","cluster_addr":"172.21.15.3:6829/2726628512","heartbeat_back_addr":"172.21.15.3:6833/2726628512","heartbeat_front_addr":"172.21.15.3:6831/2726628512","state":["exists","up"]},{"osd":4,"uuid":"fd0275cf-2e55-431d-8710-47f71db56dbb","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.177:6800","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6801","nonce":1574199534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6803","nonce":1574199534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6807","nonce":1574199534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6805","nonce":1574199534}]},"public_addr":"172.21.15.177:6801/1574199534","cluster_addr":"172.21.15.177:6803/1574199534","heartbeat_back_addr":"172.21.15.177:6807/1574199534","heartbeat_front_addr":"172.21.15.177:6805/1574199534","state":["exists","up"]},{"osd":5,"uuid":"938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64","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.177:6808","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6809","nonce":3456906454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6811","nonce":3456906454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6815","nonce":3456906454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6813","nonce":3456906454}]},"public_addr":"172.21.15.177:6809/3456906454","cluster_addr":"172.21.15.177:6811/3456906454","heartbeat_back_addr":"172.21.15.177:6815/3456906454","heartbeat_front_addr":"172.21.15.177:6813/3456906454","state":["exists","up"]},{"osd":6,"uuid":"5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6817","nonce":2158899449}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6819","nonce":2158899449}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6823","nonce":2158899449}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6821","nonce":2158899449}]},"public_addr":"172.21.15.177:6817/2158899449","cluster_addr":"172.21.15.177:6819/2158899449","heartbeat_back_addr":"172.21.15.177:6823/2158899449","heartbeat_front_addr":"172.21.15.177:6821/2158899449","state":["exists","up"]},{"osd":7,"uuid":"720f738a-51a8-44ef-b39a-f56d98c42764","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6825","nonce":1007348160}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6827","nonce":1007348160}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6831","nonce":1007348160}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6829","nonce":1007348160}]},"public_addr":"172.21.15.177:6825/1007348160","cluster_addr":"172.21.15.177:6827/1007348160","heartbeat_back_addr":"172.21.15.177:6831/1007348160","heartbeat_front_addr":"172.21.15.177:6829/1007348160","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-16T08:56:09.458064+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-16T08:56:34.756130+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-16T08:57:01.360859+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-16T08:57:26.946491+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-16T08:57:50.435487+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-16T08:58:15.780469+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-16T08:58:39.707483+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-16T08:59:03.926333+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:6801/1886672874":"2024-09-17T08:54:58.853009+0000","172.21.15.3:6800/1886672874":"2024-09-17T08:54:58.853009+0000","172.21.15.3:0/2713396698":"2024-09-17T08:54:58.853009+0000","172.21.15.3:0/4069522964":"2024-09-17T08:54:58.853009+0000","172.21.15.3:0/2698716109":"2024-09-17T08:54:34.447349+0000","172.21.15.3:0/156255614":"2024-09-17T08:54:34.447349+0000","172.21.15.3:0/2618273752":"2024-09-17T08:54:34.447349+0000","172.21.15.3:6801/3655945547":"2024-09-17T08:54:34.447349+0000","172.21.15.3:0/2210884389":"2024-09-17T08:54:58.853009+0000","172.21.15.3:6800/3655945547":"2024-09-17T08:54:34.447349+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-16T08:59:28.016 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:27 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:27.812+0000 7ffa7ddb0040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T08:59:28.016 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:27 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:27.878+0000 7ffa7ddb0040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T08:59:28.107 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:28 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1189829571' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T08:59:28.107 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:27 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:27.884+0000 7f65a238a040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T08:59:28.107 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:28 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:28.040+0000 7f65a238a040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T08:59:28.107 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:28 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:28.106+0000 7f65a238a040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T08:59:28.340 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1189829571' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T08:59:28.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1189829571' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T08:59:28.340 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:28.042+0000 7ffa7ddb0040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T08:59:28.340 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:28.119+0000 7ffa7ddb0040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T08:59:28.341 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:28.182+0000 7ffa7ddb0040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T08:59:28.373 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:28 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:28.172+0000 7f65a238a040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T08:59:28.373 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:28 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:28.254+0000 7f65a238a040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T08:59:28.373 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:28 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:28.313+0000 7f65a238a040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T08:59:28.373 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:28 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:28.371+0000 7f65a238a040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T08:59:28.640 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:28.351+0000 7ffa7ddb0040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T08:59:28.640 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:28.420+0000 7ffa7ddb0040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T08:59:28.640 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:28.489+0000 7ffa7ddb0040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T08:59:28.640 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:28.576+0000 7ffa7ddb0040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T08:59:28.640 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:28.639+0000 7ffa7ddb0040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T08:59:28.728 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-16T08:59:28.728 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T08:59:28.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:28.701+0000 7ffa7ddb0040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T08:59:28.989 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:29.403 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[34229]: Standby manager daemon x restarted 2024-09-16T08:59:29.403 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[34229]: Standby manager daemon x started 2024-09-16T08:59:29.403 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T08:59:29.403 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T08:59:29.403 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T08:59:29.403 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T08:59:29.403 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[23697]: Standby manager daemon x restarted 2024-09-16T08:59:29.403 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[23697]: Standby manager daemon x started 2024-09-16T08:59:29.404 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T08:59:29.404 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T08:59:29.404 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T08:59:29.404 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T08:59:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-mon[27209]: Standby manager daemon x restarted 2024-09-16T08:59:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-mon[27209]: Standby manager daemon x started 2024-09-16T08:59:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T08:59:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T08:59:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T08:59:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/4177235899' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T08:59:29.462 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:29.152+0000 7f65a238a040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T08:59:29.462 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: [16/Sep/2024:08:59:29] ENGINE Bus STARTING 2024-09-16T08:59:29.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: CherryPy Checker: 2024-09-16T08:59:29.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: The Application mounted at '' has an empty config. 2024-09-16T08:59:29.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: 2024-09-16T08:59:29.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: [16/Sep/2024:08:59:29] ENGINE Serving on http://:::9283 2024-09-16T08:59:29.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 08:59:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[29031]: [16/Sep/2024:08:59:29] ENGINE Bus STARTED 2024-09-16T08:59:29.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:29.575+0000 7ffa7ddb0040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T08:59:29.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:08:59:29] ENGINE Bus STARTING 2024-09-16T08:59:29.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: CherryPy Checker: 2024-09-16T08:59:29.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: The Application mounted at '' has an empty config. 2024-09-16T08:59:29.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:29.716 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:59:29.716 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":58,"fsid":"1ff68320-7409-11ef-bceb-c7b262605968","created":"2024-09-16T08:54:04.515147+0000","modified":"2024-09-16T08:59:29.577281+0000","last_up_change":"2024-09-16T08:59:05.336115+0000","last_in_change":"2024-09-16T08:58:44.824550+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-16T08:57:03.346654+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"a589a985-c6a9-4783-bd82-324b011b3c8b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6803","nonce":1708891097}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6805","nonce":1708891097}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6809","nonce":1708891097}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":1708891097},{"type":"v1","addr":"172.21.15.3:6807","nonce":1708891097}]},"public_addr":"172.21.15.3:6803/1708891097","cluster_addr":"172.21.15.3:6805/1708891097","heartbeat_back_addr":"172.21.15.3:6809/1708891097","heartbeat_front_addr":"172.21.15.3:6807/1708891097","state":["exists","up"]},{"osd":1,"uuid":"92b2c567-0894-4c62-aac9-38b22a081d48","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.3:6810","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6811","nonce":1020956823}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6813","nonce":1020956823}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6817","nonce":1020956823}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":1020956823},{"type":"v1","addr":"172.21.15.3:6815","nonce":1020956823}]},"public_addr":"172.21.15.3:6811/1020956823","cluster_addr":"172.21.15.3:6813/1020956823","heartbeat_back_addr":"172.21.15.3:6817/1020956823","heartbeat_front_addr":"172.21.15.3:6815/1020956823","state":["exists","up"]},{"osd":2,"uuid":"139a860b-351b-4b0e-b592-86c3130c8005","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.3:6818","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6819","nonce":4198808009}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6821","nonce":4198808009}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6825","nonce":4198808009}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":4198808009},{"type":"v1","addr":"172.21.15.3:6823","nonce":4198808009}]},"public_addr":"172.21.15.3:6819/4198808009","cluster_addr":"172.21.15.3:6821/4198808009","heartbeat_back_addr":"172.21.15.3:6825/4198808009","heartbeat_front_addr":"172.21.15.3:6823/4198808009","state":["exists","up"]},{"osd":3,"uuid":"a28f8e0c-3164-48c3-8004-31e5854d6a51","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.3:6826","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6827","nonce":2726628512}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6829","nonce":2726628512}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6833","nonce":2726628512}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":2726628512},{"type":"v1","addr":"172.21.15.3:6831","nonce":2726628512}]},"public_addr":"172.21.15.3:6827/2726628512","cluster_addr":"172.21.15.3:6829/2726628512","heartbeat_back_addr":"172.21.15.3:6833/2726628512","heartbeat_front_addr":"172.21.15.3:6831/2726628512","state":["exists","up"]},{"osd":4,"uuid":"fd0275cf-2e55-431d-8710-47f71db56dbb","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.177:6800","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6801","nonce":1574199534}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6803","nonce":1574199534}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6807","nonce":1574199534}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1574199534},{"type":"v1","addr":"172.21.15.177:6805","nonce":1574199534}]},"public_addr":"172.21.15.177:6801/1574199534","cluster_addr":"172.21.15.177:6803/1574199534","heartbeat_back_addr":"172.21.15.177:6807/1574199534","heartbeat_front_addr":"172.21.15.177:6805/1574199534","state":["exists","up"]},{"osd":5,"uuid":"938ee2aa-6fd1-4deb-882c-b4b0a3dc0b64","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.177:6808","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6809","nonce":3456906454}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6811","nonce":3456906454}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6815","nonce":3456906454}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":3456906454},{"type":"v1","addr":"172.21.15.177:6813","nonce":3456906454}]},"public_addr":"172.21.15.177:6809/3456906454","cluster_addr":"172.21.15.177:6811/3456906454","heartbeat_back_addr":"172.21.15.177:6815/3456906454","heartbeat_front_addr":"172.21.15.177:6813/3456906454","state":["exists","up"]},{"osd":6,"uuid":"5df6ead2-fbf9-467c-bdf3-f5aa3cda6e7f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6817","nonce":2158899449}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6819","nonce":2158899449}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6823","nonce":2158899449}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":2158899449},{"type":"v1","addr":"172.21.15.177:6821","nonce":2158899449}]},"public_addr":"172.21.15.177:6817/2158899449","cluster_addr":"172.21.15.177:6819/2158899449","heartbeat_back_addr":"172.21.15.177:6823/2158899449","heartbeat_front_addr":"172.21.15.177:6821/2158899449","state":["exists","up"]},{"osd":7,"uuid":"720f738a-51a8-44ef-b39a-f56d98c42764","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6825","nonce":1007348160}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6827","nonce":1007348160}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6831","nonce":1007348160}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":1007348160},{"type":"v1","addr":"172.21.15.177:6829","nonce":1007348160}]},"public_addr":"172.21.15.177:6825/1007348160","cluster_addr":"172.21.15.177:6827/1007348160","heartbeat_back_addr":"172.21.15.177:6831/1007348160","heartbeat_front_addr":"172.21.15.177:6829/1007348160","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-16T08:56:09.458064+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-16T08:56:34.756130+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-16T08:57:01.360859+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-16T08:57:26.946491+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-16T08:57:50.435487+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-16T08:58:15.780469+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-16T08:58:39.707483+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-16T08:59:03.926333+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/2984178562":"2024-09-17T08:59:29.577244+0000","172.21.15.3:0/4269791334":"2024-09-17T08:59:29.577244+0000","172.21.15.3:6801/1463530790":"2024-09-17T08:59:29.577244+0000","172.21.15.3:6800/3655945547":"2024-09-17T08:54:34.447349+0000","172.21.15.3:0/2210884389":"2024-09-17T08:54:58.853009+0000","172.21.15.3:6801/3655945547":"2024-09-17T08:54:34.447349+0000","172.21.15.3:0/2618273752":"2024-09-17T08:54:34.447349+0000","172.21.15.3:0/4069522964":"2024-09-17T08:54:58.853009+0000","172.21.15.3:0/2713396698":"2024-09-17T08:54:58.853009+0000","172.21.15.3:6800/1886672874":"2024-09-17T08:54:58.853009+0000","172.21.15.3:6801/1886672874":"2024-09-17T08:54:58.853009+0000","172.21.15.3:0/156255614":"2024-09-17T08:54:34.447349+0000","172.21.15.3:0/210534669":"2024-09-17T08:59:29.577244+0000","172.21.15.3:0/1135719700":"2024-09-17T08:59:29.577244+0000","172.21.15.3:0/2698716109":"2024-09-17T08:54:34.447349+0000","172.21.15.3:6800/1463530790":"2024-09-17T08:59:29.577244+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-16T08:59:30.057 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:08:59:29] ENGINE Serving on http://:::9283 2024-09-16T08:59:30.058 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:29 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:08:59:29] ENGINE Bus STARTED 2024-09-16T08:59:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: mgrmap e17: y(active, since 4m), standbys: x 2024-09-16T08:59:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: Active manager daemon y restarted 2024-09-16T08:59:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: Activating manager daemon y 2024-09-16T08:59:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: osdmap e58: 8 total, 8 up, 8 in 2024-09-16T08:59:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: mgrmap e18: y(active, starting, since 0.00894508s), standbys: x 2024-09-16T08:59:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:59:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:59:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:59:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: Manager daemon y is now available 2024-09-16T08:59:30.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:59:30.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:30.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T08:59:30.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T08:59:30.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T08:59:30.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T08:59:30.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T08:59:30.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1181800688' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T08:59:30.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: mgrmap e17: y(active, since 4m), standbys: x 2024-09-16T08:59:30.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: Active manager daemon y restarted 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: Activating manager daemon y 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: osdmap e58: 8 total, 8 up, 8 in 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: mgrmap e18: y(active, starting, since 0.00894508s), standbys: x 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:59:30.429 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: Manager daemon y is now available 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T08:59:30.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T08:59:30.431 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:30 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1181800688' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T08:59:30.494 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-16T08:59:30.494 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-16T08:59:30.495 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-16T08:59:30.495 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-16T08:59:30.495 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-16T08:59:30.496 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-16T08:59:30.496 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-16T08:59:30.497 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-16T08:59:30.696 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: mgrmap e17: y(active, since 4m), standbys: x 2024-09-16T08:59:30.696 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: Active manager daemon y restarted 2024-09-16T08:59:30.696 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: Activating manager daemon y 2024-09-16T08:59:30.696 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: osdmap e58: 8 total, 8 up, 8 in 2024-09-16T08:59:30.696 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: mgrmap e18: y(active, starting, since 0.00894508s), standbys: x 2024-09-16T08:59:30.696 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T08:59:30.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: Manager daemon y is now available 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T08:59:30.698 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:30 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1181800688' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-16T08:59:31.624 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:31.636 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:31.697 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:31.700 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:31.721 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:31.721 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:31.869 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-mon[23697]: mgrmap e19: y(active, since 1.02572s), standbys: x 2024-09-16T08:59:31.870 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-mon[23697]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:31.870 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-mon[34229]: mgrmap e19: y(active, since 1.02572s), standbys: x 2024-09-16T08:59:31.870 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-mon[34229]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:31.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:31 smithi177 ceph-mon[27209]: mgrmap e19: y(active, since 1.02572s), standbys: x 2024-09-16T08:59:31.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:31 smithi177 ceph-mon[27209]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:32.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:31.995+0000 7ff9d0dda640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:08:59:31] ENGINE Error in HTTPServer.serve 2024-09-16T08:59:32.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: Traceback (most recent call last): 2024-09-16T08:59:32.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:59:32.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self._connections.run(self.expiration_interval) 2024-09-16T08:59:32.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:59:32.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self._run(expiration_interval) 2024-09-16T08:59:32.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:59:32.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:59:32.178 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:59:32.178 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:59:32.178 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:59:32.178 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: s = self.context.wrap_socket( 2024-09-16T08:59:32.178 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:59:32.178 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: return self.sslsocket_class._create( 2024-09-16T08:59:32.178 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:59:32.178 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self.do_handshake() 2024-09-16T08:59:32.179 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:59:32.179 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: self._sslobj.do_handshake() 2024-09-16T08:59:32.179 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:59:32.179 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T08:59:32.744 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[23697]: mgrmap e20: y(active, since 2s), standbys: x 2024-09-16T08:59:32.744 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[23697]: [16/Sep/2024:08:59:31] ENGINE Bus STARTING 2024-09-16T08:59:32.744 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[23697]: [16/Sep/2024:08:59:31] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:59:32.744 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[23697]: [16/Sep/2024:08:59:31] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T08:59:32.744 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[23697]: [16/Sep/2024:08:59:31] ENGINE Bus STARTED 2024-09-16T08:59:32.744 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[23697]: [16/Sep/2024:08:59:31] ENGINE Error in HTTPServer.serve 2024-09-16T08:59:32.744 INFO:journalctl@ceph.mon.a.smithi003.stdout: Traceback (most recent call last): 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._run(expiration_interval) 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:59:32.745 INFO:journalctl@ceph.mon.a.smithi003.stdout: self.do_handshake() 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.a.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[34229]: mgrmap e20: y(active, since 2s), standbys: x 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[34229]: [16/Sep/2024:08:59:31] ENGINE Bus STARTING 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[34229]: [16/Sep/2024:08:59:31] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[34229]: [16/Sep/2024:08:59:31] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[34229]: [16/Sep/2024:08:59:31] ENGINE Bus STARTED 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[34229]: [16/Sep/2024:08:59:31] ENGINE Error in HTTPServer.serve 2024-09-16T08:59:32.746 INFO:journalctl@ceph.mon.c.smithi003.stdout: Traceback (most recent call last): 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._run(expiration_interval) 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: self.do_handshake() 2024-09-16T08:59:32.747 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:59:32.748 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T08:59:32.748 INFO:journalctl@ceph.mon.c.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:59:32.748 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:32.748 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:32 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:32 smithi177 ceph-mon[27209]: mgrmap e20: y(active, since 2s), standbys: x 2024-09-16T08:59:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:32 smithi177 ceph-mon[27209]: [16/Sep/2024:08:59:31] ENGINE Bus STARTING 2024-09-16T08:59:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:32 smithi177 ceph-mon[27209]: [16/Sep/2024:08:59:31] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T08:59:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:32 smithi177 ceph-mon[27209]: [16/Sep/2024:08:59:31] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T08:59:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:32 smithi177 ceph-mon[27209]: [16/Sep/2024:08:59:31] ENGINE Bus STARTED 2024-09-16T08:59:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:32 smithi177 ceph-mon[27209]: [16/Sep/2024:08:59:31] ENGINE Error in HTTPServer.serve 2024-09-16T08:59:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout: Traceback (most recent call last): 2024-09-16T08:59:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:59:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._connections.run(self.expiration_interval) 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._run(expiration_interval) 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: s = self.context.wrap_socket( 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: return self.sslsocket_class._create( 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: self.do_handshake() 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._sslobj.do_handshake() 2024-09-16T08:59:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:59:32.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:32 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:32.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:32 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:33.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:33.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi177 to 4015M 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:33.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi177 to 4015M 2024-09-16T08:59:33.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:33 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T08:59:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi177 to 4015M 2024-09-16T08:59:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:33 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:34.788 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:34 smithi003 ceph-mon[34229]: 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-16T08:59:34.788 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:34 smithi003 ceph-mon[34229]: mgrmap e21: y(active, since 4s), standbys: x 2024-09-16T08:59:34.789 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:34 smithi003 ceph-mon[23697]: 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-16T08:59:34.789 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:34 smithi003 ceph-mon[23697]: mgrmap e21: y(active, since 4s), standbys: x 2024-09-16T08:59:34.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:34 smithi177 ceph-mon[27209]: 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-16T08:59:34.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:34 smithi177 ceph-mon[27209]: mgrmap e21: y(active, since 4s), standbys: x 2024-09-16T08:59:35.090 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:35.119 INFO:teuthology.orchestra.run.smithi003.stdout:227633266696 2024-09-16T08:59:35.151 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-16T08:59:35.633 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:08:59:35] "GET /metrics HTTP/1.1" 200 23676 "" "Prometheus/2.43.0" 2024-09-16T08:59:36.156 INFO:teuthology.orchestra.run.smithi003.stdout:34359738410 2024-09-16T08:59:36.156 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-16T08:59:36.780 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:36 smithi003 ceph-mon[23697]: 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-16T08:59:36.780 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:36 smithi003 ceph-mon[34229]: 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-16T08:59:36.810 INFO:teuthology.orchestra.run.smithi003.stdout:193273528332 2024-09-16T08:59:36.810 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-16T08:59:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:36 smithi177 ceph-mon[27209]: 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-16T08:59:37.474 INFO:teuthology.orchestra.run.smithi003.stdout:77309411361 2024-09-16T08:59:37.474 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-16T08:59:37.729 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:38.303 INFO:teuthology.orchestra.run.smithi003.stdout:55834574887 2024-09-16T08:59:38.304 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-16T08:59:38.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:38 smithi003 ceph-mon[34229]: 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-16T08:59:38.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:38 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:38 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:38 smithi003 ceph-mon[23697]: 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-16T08:59:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:38 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:38 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:39.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:38 smithi177 ceph-mon[27209]: 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-16T08:59:39.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:38 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:39.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:38 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:39.504 INFO:teuthology.orchestra.run.smithi003.stdout:128849018903 2024-09-16T08:59:39.504 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-16T08:59:40.155 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.155 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.155 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:40.155 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:40.155 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:59:40.155 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:59:40.155 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:59:40.155 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:59:40.156 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:59:40.156 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:59:40.156 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.156 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.156 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.156 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.156 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.156 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.156 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.156 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.157 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:39 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T08:59:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T08:59:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T08:59:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T08:59:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:59:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:59:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:59:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:59:40.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:39 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:40.596 INFO:teuthology.orchestra.run.smithi003.stdout:107374182427 2024-09-16T08:59:40.597 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-16T08:59:40.996 INFO:teuthology.orchestra.run.smithi003.stdout:163208757266 2024-09-16T08:59:40.997 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-16T08:59:41.086 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:41.087 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:41.087 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:41.091 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:41.092 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:41.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:40 smithi003 ceph-mon[23697]: 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-16T08:59:41.218 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:40 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:59:41.219 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:40 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:59:41.219 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:40 smithi003 ceph-mon[23697]: Deploying daemon alertmanager.a on smithi003 2024-09-16T08:59:41.219 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:40 smithi003 ceph-mon[34229]: 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-16T08:59:41.219 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:40 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:59:41.219 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:40 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:59:41.219 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:40 smithi003 ceph-mon[34229]: Deploying daemon alertmanager.a on smithi003 2024-09-16T08:59:41.278 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:40 smithi177 ceph-mon[27209]: 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-16T08:59:41.278 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:40 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:59:41.278 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:40 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:59:41.279 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:40 smithi177 ceph-mon[27209]: Deploying daemon alertmanager.a on smithi003 2024-09-16T08:59:42.036 INFO:teuthology.orchestra.run.smithi003.stdout:77309411363 2024-09-16T08:59:43.301 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:42 smithi003 ceph-mon[23697]: 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-16T08:59:43.301 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:42 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3687228620' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-16T08:59:43.301 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:42 smithi003 ceph-mon[34229]: 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-16T08:59:43.301 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:42 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3687228620' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-16T08:59:43.430 INFO:teuthology.orchestra.run.smithi003.stdout:34359738412 2024-09-16T08:59:43.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:42 smithi177 ceph-mon[27209]: 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-16T08:59:43.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:42 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3687228620' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-16T08:59:44.099 INFO:teuthology.orchestra.run.smithi003.stdout:193273528334 2024-09-16T08:59:44.401 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:43 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/464126277' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-16T08:59:44.401 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:43 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2857340098' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-16T08:59:44.402 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:43 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/464126277' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-16T08:59:44.402 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:43 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2857340098' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-16T08:59:44.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:43 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/464126277' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-16T08:59:44.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:43 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2857340098' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-16T08:59:44.975 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:44 smithi003 ceph-mon[34229]: 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-16T08:59:44.976 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:44 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T08:59:45.133 INFO:teuthology.orchestra.run.smithi003.stdout:227633266698 2024-09-16T08:59:45.154 INFO:teuthology.orchestra.run.smithi003.stdout:107374182429 2024-09-16T08:59:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:44 smithi003 ceph-mon[23697]: 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-16T08:59:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:44 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T08:59:45.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:44 smithi177 ceph-mon[27209]: 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-16T08:59:45.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:44 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T08:59:45.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:08:59:45] "GET /metrics HTTP/1.1" 200 26198 "" "Prometheus/2.43.0" 2024-09-16T08:59:46.028 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411361 got 77309411363 for osd.2 2024-09-16T08:59:46.029 DEBUG:teuthology.parallel:result is None 2024-09-16T08:59:46.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:45 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2028436613' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-16T08:59:46.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:45 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/91751217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-16T08:59:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:45 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2028436613' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-16T08:59:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:45 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/91751217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-16T08:59:46.187 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:46.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:45 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2028436613' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-16T08:59:46.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:45 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/91751217' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-16T08:59:47.100 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528332 got 193273528334 for osd.6 2024-09-16T08:59:47.101 DEBUG:teuthology.parallel:result is None 2024-09-16T08:59:47.276 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:46 smithi003 ceph-mon[23697]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:47.276 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:46 smithi003 ceph-mon[34229]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:47.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:46 smithi177 ceph-mon[27209]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:48.409 INFO:teuthology.orchestra.run.smithi003.stdout:128849018905 2024-09-16T08:59:48.799 INFO:tasks.cephadm.ceph_manager.ceph:need seq 227633266696 got 227633266698 for osd.7 2024-09-16T08:59:48.799 DEBUG:teuthology.parallel:result is None 2024-09-16T08:59:49.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:48 smithi003 ceph-mon[23697]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:49.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:48 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3752205239' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-16T08:59:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:48 smithi003 ceph-mon[34229]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:48 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3752205239' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-16T08:59:49.222 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:49.254 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182427 got 107374182429 for osd.3 2024-09-16T08:59:49.254 DEBUG:teuthology.parallel:result is None 2024-09-16T08:59:49.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:48 smithi177 ceph-mon[27209]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:49.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:48 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3752205239' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-16T08:59:50.118 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:50.804 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738410 got 34359738412 for osd.0 2024-09-16T08:59:50.804 DEBUG:teuthology.parallel:result is None 2024-09-16T08:59:51.034 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:50 smithi003 ceph-mon[23697]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:51.034 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:50 smithi003 ceph-mon[34229]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:51.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:50 smithi177 ceph-mon[27209]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:51.479 INFO:teuthology.orchestra.run.smithi003.stdout:163208757268 2024-09-16T08:59:52.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:51 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3347998873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-16T08:59:52.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:51 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3347998873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-16T08:59:52.232 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757266 got 163208757268 for osd.5 2024-09-16T08:59:52.232 DEBUG:teuthology.parallel:result is None 2024-09-16T08:59:52.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:51 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3347998873' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-16T08:59:52.934 INFO:teuthology.orchestra.run.smithi003.stdout:55834574890 2024-09-16T08:59:53.218 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018903 got 128849018905 for osd.4 2024-09-16T08:59:53.218 DEBUG:teuthology.parallel:result is None 2024-09-16T08:59:53.275 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:52 smithi003 ceph-mon[23697]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:53.275 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:52 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3259996291' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-16T08:59:53.275 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:52 smithi003 ceph-mon[34229]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:53.275 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:52 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3259996291' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-16T08:59:53.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:52 smithi177 ceph-mon[27209]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:53.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:52 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3259996291' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-16T08:59:54.876 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:54 smithi003 systemd[1]: Starting Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T08:59:54.910 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574887 got 55834574890 for osd.1 2024-09-16T08:59:54.911 DEBUG:teuthology.parallel:result is None 2024-09-16T08:59:54.911 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-16T08:59:54.911 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T08:59:55.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:54 smithi003 ceph-mon[34229]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:54 smithi003 ceph-mon[23697]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:55.176 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 podman[64316]: 2024-09-16 08:59:54.987649804 +0000 UTC m=+0.024792788 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-09-16T08:59:55.176 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 podman[64316]: 2024-09-16 08:59:55.108967047 +0000 UTC m=+0.146110007 volume create 395aafc7122ac9f0c4eeb663d9131b3919c679dd84774f7d4e89b40a66298b63 2024-09-16T08:59:55.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:54 smithi177 ceph-mon[27209]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:55.636 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:08:59:55] "GET /metrics HTTP/1.1" 200 26198 "" "Prometheus/2.43.0" 2024-09-16T08:59:55.637 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 podman[64316]: 2024-09-16 08:59:55.468288921 +0000 UTC m=+0.505431923 container create 2e89386f288340cddf88950f0e112c0ce356468a7a107d4a7046a2b26edb9415 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T08:59:55.957 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:56.075 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 podman[64316]: 2024-09-16 08:59:55.7876787 +0000 UTC m=+0.824821661 container init 2e89386f288340cddf88950f0e112c0ce356468a7a107d4a7046a2b26edb9415 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T08:59:56.075 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 podman[64316]: 2024-09-16 08:59:55.791174049 +0000 UTC m=+0.828317009 container start 2e89386f288340cddf88950f0e112c0ce356468a7a107d4a7046a2b26edb9415 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T08:59:56.075 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T08:59:55.805Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-16T08:59:56.075 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T08:59:55.805Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-16T08:59:56.075 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T08:59:55.806Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.3 port=9094 2024-09-16T08:59:56.076 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T08:59:55.808Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-16T08:59:56.076 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T08:59:55.831Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-16T08:59:56.076 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T08:59:55.832Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-16T08:59:56.076 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T08:59:55.834Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-16T08:59:56.076 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T08:59:55.834Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-16T08:59:56.076 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 bash[64316]: 2e89386f288340cddf88950f0e112c0ce356468a7a107d4a7046a2b26edb9415 2024-09-16T08:59:56.076 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:55 smithi003 systemd[1]: Started Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T08:59:56.358 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:08:59:56] ENGINE Bus STOPPING 2024-09-16T08:59:56.628 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:59:56.628 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2024-09-16T08:59:56.628 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:08:59:56] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T08:59:56.629 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:08:59:56] ENGINE Bus STOPPED 2024-09-16T08:59:56.629 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:08:59:56] ENGINE Bus STARTING 2024-09-16T08:59:56.629 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:08:59:56] ENGINE Serving on http://:::9283 2024-09-16T08:59:56.629 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:08:59:56] ENGINE Bus STARTED 2024-09-16T08:59:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:59:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:59:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:59:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:56 smithi177 ceph-mon[27209]: Deploying daemon grafana.a on smithi177 2024-09-16T08:59:57.270 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:57.270 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.270 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.270 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[23697]: Deploying daemon grafana.a on smithi177 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.271 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.272 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.272 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:59:57.272 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.272 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.272 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:59:57.272 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:59:57.272 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T08:59:57.272 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:56 smithi003 ceph-mon[34229]: Deploying daemon grafana.a on smithi177 2024-09-16T08:59:57.304 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":16,"stamp":"2024-09-16T08:59:55.595624+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":226604,"kb_used_data":6220,"kb_used_omap":12,"kb_used_meta":220211,"kb_avail":749734612,"statfs":{"total":767960285184,"available":767728242688,"internally_reserved":0,"allocated":6369280,"data_stored":3645304,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12751,"internal_metadata":225496625},"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.002389"},"pg_stats":[{"pgid":"1.0","version":"58'128","reported_seq":255,"reported_epoch":58,"state":"active+clean","last_fresh":"2024-09-16T08:59:31.681261+0000","last_change":"2024-09-16T08:59:09.371914+0000","last_active":"2024-09-16T08:59:31.681261+0000","last_peered":"2024-09-16T08:59:31.681261+0000","last_clean":"2024-09-16T08:59:31.681261+0000","last_became_active":"2024-09-16T08:59:09.371528+0000","last_became_peered":"2024-09-16T08:59:09.371528+0000","last_unstale":"2024-09-16T08:59:31.681261+0000","last_undegraded":"2024-09-16T08:59:31.681261+0000","last_fullsized":"2024-09-16T08:59:31.681261+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T08:57:03.811065+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T08:57:03.811065+0000","last_clean_scrub_stamp":"2024-09-16T08:57:03.811065+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-17T11:28:43.863259+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":53,"seq":227633266700,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28168,"kb_used_data":1140,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716984,"statfs":{"total":95995035648,"available":95966191616,"internally_reserved":0,"allocated":1167360,"data_stored":824643,"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":45,"seq":193273528336,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28168,"kb_used_data":1140,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716984,"statfs":{"total":95995035648,"available":95966191616,"internally_reserved":0,"allocated":1167360,"data_stored":824643,"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":163208757269,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27588,"kb_used_data":560,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717564,"statfs":{"total":95995035648,"available":95966785536,"internally_reserved":0,"allocated":573440,"data_stored":234275,"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":128849018906,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27588,"kb_used_data":560,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717564,"statfs":{"total":95995035648,"available":95966785536,"internally_reserved":0,"allocated":573440,"data_stored":234275,"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":107374182431,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27588,"kb_used_data":560,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717564,"statfs":{"total":95995035648,"available":95966785536,"internally_reserved":0,"allocated":573440,"data_stored":234275,"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":27588,"kb_used_data":560,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717564,"statfs":{"total":95995035648,"available":95966785536,"internally_reserved":0,"allocated":573440,"data_stored":234275,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":31748,"kb_used_data":560,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713404,"statfs":{"total":95995035648,"available":95962525696,"internally_reserved":0,"allocated":573440,"data_stored":234275,"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":28168,"kb_used_data":1140,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716984,"statfs":{"total":95995035648,"available":95966191616,"internally_reserved":0,"allocated":1167360,"data_stored":824643,"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-16T08:59:57.305 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T08:59:57.566 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:57.954 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 08:59:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T08:59:57.808Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000854876s 2024-09-16T08:59:58.195 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:59:58.195 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2024-09-16T08:59:58.206 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:57 smithi003 ceph-mon[23697]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:59:58.206 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:57 smithi003 ceph-mon[34229]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:59:58.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:57 smithi177 ceph-mon[27209]: from='client.14583 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:59:58.845 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":17,"stamp":"2024-09-16T08:59:57.595907+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":226604,"kb_used_data":6220,"kb_used_omap":12,"kb_used_meta":220211,"kb_avail":749734612,"statfs":{"total":767960285184,"available":767728242688,"internally_reserved":0,"allocated":6369280,"data_stored":3645304,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12751,"internal_metadata":225496625},"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.002364"},"pg_stats":[{"pgid":"1.0","version":"58'128","reported_seq":255,"reported_epoch":58,"state":"active+clean","last_fresh":"2024-09-16T08:59:31.681261+0000","last_change":"2024-09-16T08:59:09.371914+0000","last_active":"2024-09-16T08:59:31.681261+0000","last_peered":"2024-09-16T08:59:31.681261+0000","last_clean":"2024-09-16T08:59:31.681261+0000","last_became_active":"2024-09-16T08:59:09.371528+0000","last_became_peered":"2024-09-16T08:59:09.371528+0000","last_unstale":"2024-09-16T08:59:31.681261+0000","last_undegraded":"2024-09-16T08:59:31.681261+0000","last_fullsized":"2024-09-16T08:59:31.681261+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T08:57:03.811065+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T08:57:03.811065+0000","last_clean_scrub_stamp":"2024-09-16T08:57:03.811065+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-17T11:28:43.863259+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":53,"seq":227633266701,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28168,"kb_used_data":1140,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716984,"statfs":{"total":95995035648,"available":95966191616,"internally_reserved":0,"allocated":1167360,"data_stored":824643,"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":45,"seq":193273528337,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28168,"kb_used_data":1140,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716984,"statfs":{"total":95995035648,"available":95966191616,"internally_reserved":0,"allocated":1167360,"data_stored":824643,"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":163208757270,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27588,"kb_used_data":560,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717564,"statfs":{"total":95995035648,"available":95966785536,"internally_reserved":0,"allocated":573440,"data_stored":234275,"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":27588,"kb_used_data":560,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717564,"statfs":{"total":95995035648,"available":95966785536,"internally_reserved":0,"allocated":573440,"data_stored":234275,"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":27588,"kb_used_data":560,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717564,"statfs":{"total":95995035648,"available":95966785536,"internally_reserved":0,"allocated":573440,"data_stored":234275,"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":77309411366,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":27588,"kb_used_data":560,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717564,"statfs":{"total":95995035648,"available":95966785536,"internally_reserved":0,"allocated":573440,"data_stored":234275,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574891,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":31748,"kb_used_data":560,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713404,"statfs":{"total":95995035648,"available":95962525696,"internally_reserved":0,"allocated":573440,"data_stored":234275,"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":34359738415,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28168,"kb_used_data":1140,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716984,"statfs":{"total":95995035648,"available":95966191616,"internally_reserved":0,"allocated":1167360,"data_stored":824643,"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-16T08:59:58.846 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-16T08:59:58.846 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-16T08:59:58.846 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-16T08:59:58.847 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:squid shell --fsid 1ff68320-7409-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-16T08:59:59.109 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T08:59:59.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:58 smithi003 ceph-mon[23697]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:59.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 08:59:58 smithi003 ceph-mon[23697]: from='client.14589 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:59:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:58 smithi003 ceph-mon[34229]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 08:59:58 smithi003 ceph-mon[34229]: from='client.14589 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:59:59.211 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:58 smithi177 ceph-mon[27209]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:59:59.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 08:59:58 smithi177 ceph-mon[27209]: from='client.14589 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:59:59.809 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T08:59:59.809 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-16T09:00:00.570 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-16T09:00:00.570 INFO:tasks.cephadm:Setup complete, yielding 2024-09-16T09:00:00.570 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T09:00:00.587 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi003.front.sepia.ceph.com 2024-09-16T09:00:00.587 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-09-16T09:00:00.854 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:00:00.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:00 smithi003 ceph-mon[23697]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:00.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:00 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:00.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:00 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:00 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3027105960' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-16T09:00:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:00 smithi003 ceph-mon[23697]: overall HEALTH_OK 2024-09-16T09:00:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:00 smithi003 ceph-mon[34229]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:00 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:00 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:00 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3027105960' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-16T09:00:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:00 smithi003 ceph-mon[34229]: overall HEALTH_OK 2024-09-16T09:00:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:00 smithi177 ceph-mon[27209]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:00 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:00 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:00 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3027105960' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-16T09:00:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:00 smithi177 ceph-mon[27209]: overall HEALTH_OK 2024-09-16T09:00:01.807 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:01 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:01] ENGINE Bus STOPPING 2024-09-16T09:00:02.114 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:02] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:00:02.114 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:02] ENGINE Bus STOPPED 2024-09-16T09:00:02.114 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:02] ENGINE Bus STARTING 2024-09-16T09:00:02.114 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:02] ENGINE Serving on http://:::9283 2024-09-16T09:00:02.242 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T09:00:02.251 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi003.front.sepia.ceph.com 2024-09-16T09:00:02.251 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-09-16T09:00:02.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:02] ENGINE Bus STARTED 2024-09-16T09:00:02.512 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:00:02.762 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:02 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3459633309' entity='client.admin' 2024-09-16T09:00:02.762 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:02 smithi003 ceph-mon[23697]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:02.762 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:02 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3459633309' entity='client.admin' 2024-09-16T09:00:02.762 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:02 smithi003 ceph-mon[34229]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:02.789 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:02 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3459633309' entity='client.admin' 2024-09-16T09:00:02.789 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:02 smithi177 ceph-mon[27209]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:04.556 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:00:04.557 INFO:teuthology.orchestra.run.smithi003.stdout: "id": "24f1c2b2-856a-4734-ae0d-28ccce03c91b", 2024-09-16T09:00:04.557 INFO:teuthology.orchestra.run.smithi003.stdout: "name": "r", 2024-09-16T09:00:04.557 INFO:teuthology.orchestra.run.smithi003.stdout: "current_period": "75266b74-3c42-4ae5-a6eb-cc61d98bd0ad", 2024-09-16T09:00:04.557 INFO:teuthology.orchestra.run.smithi003.stdout: "epoch": 1 2024-09-16T09:00:04.557 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:00:04.792 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:04 smithi177 ceph-mon[27209]: osdmap e59: 8 total, 8 up, 8 in 2024-09-16T09:00:04.792 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:04 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/434486208' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-16T09:00:04.792 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:04 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-16T09:00:04.792 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:04 smithi177 ceph-mon[27209]: pgmap v21: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:04.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:04 smithi003 ceph-mon[34229]: osdmap e59: 8 total, 8 up, 8 in 2024-09-16T09:00:04.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:04 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/434486208' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-16T09:00:04.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:04 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-16T09:00:04.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:04 smithi003 ceph-mon[34229]: pgmap v21: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:04.856 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:04 smithi003 ceph-mon[23697]: osdmap e59: 8 total, 8 up, 8 in 2024-09-16T09:00:04.856 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:04 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/434486208' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-16T09:00:04.856 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:04 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-16T09:00:04.856 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:04 smithi003 ceph-mon[23697]: pgmap v21: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:05.261 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-09-16T09:00:05.462 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 podman[55642]: 2024-09-16 09:00:05.404391436 +0000 UTC m=+0.129806752 container create 54f4a2fef800ecdd075c4ea7bd289fdd3afa63bcd1c6a92e3e9b6ba89af8ceed (image=quay.io/ceph/grafana:9.4.12, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:00:05.512 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:00:05] "GET /metrics HTTP/1.1" 200 26206 "" "Prometheus/2.43.0" 2024-09-16T09:00:05.518 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:00:05.770 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-mon[27209]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T09:00:05.771 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-16T09:00:05.771 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-mon[27209]: osdmap e60: 8 total, 8 up, 8 in 2024-09-16T09:00:05.771 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 podman[55642]: 2024-09-16 09:00:05.598401798 +0000 UTC m=+0.323817077 container init 54f4a2fef800ecdd075c4ea7bd289fdd3afa63bcd1c6a92e3e9b6ba89af8ceed (image=quay.io/ceph/grafana:9.4.12, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:00:05.771 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 podman[55642]: 2024-09-16 09:00:05.620430633 +0000 UTC m=+0.345845904 container start 54f4a2fef800ecdd075c4ea7bd289fdd3afa63bcd1c6a92e3e9b6ba89af8ceed (image=quay.io/ceph/grafana:9.4.12, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:00:05.771 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 bash[55642]: 54f4a2fef800ecdd075c4ea7bd289fdd3afa63bcd1c6a92e3e9b6ba89af8ceed 2024-09-16T09:00:05.771 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 systemd[1]: Started Ceph grafana.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:00:05.777 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:05 smithi003 ceph-mon[23697]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T09:00:05.777 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:05 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-16T09:00:05.777 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:05 smithi003 ceph-mon[23697]: osdmap e60: 8 total, 8 up, 8 in 2024-09-16T09:00:05.777 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:05 smithi003 ceph-mon[34229]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T09:00:05.777 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:05 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-16T09:00:05.777 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:05 smithi003 ceph-mon[34229]: osdmap e60: 8 total, 8 up, 8 in 2024-09-16T09:00:06.021 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770533116Z level=info msg="Starting Grafana" version=9.4.12 commit=37ee25ba46 branch=HEAD compiled=2023-05-22T15:58:05Z 2024-09-16T09:00:06.021 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770718401Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-09-16T09:00:06.022 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770774836Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-16T09:00:06.022 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.77078264Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-16T09:00:06.022 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770787504Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-09-16T09:00:06.022 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770792293Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-09-16T09:00:06.022 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770796544Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-09-16T09:00:06.022 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.77080079Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-09-16T09:00:06.023 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770806192Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-09-16T09:00:06.023 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770811735Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-16T09:00:06.023 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770817402Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-16T09:00:06.023 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770822073Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-16T09:00:06.023 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770827348Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-16T09:00:06.023 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770832363Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-16T09:00:06.023 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770836843Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-16T09:00:06.023 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.77084159Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-16T09:00:06.023 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770846028Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-16T09:00:06.023 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770850661Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-16T09:00:06.024 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=settings t=2024-09-16T09:00:05.770855257Z level=info msg="App mode production" 2024-09-16T09:00:06.024 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=sqlstore t=2024-09-16T09:00:05.770917849Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-16T09:00:06.024 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=sqlstore t=2024-09-16T09:00:05.770955431Z 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-16T09:00:06.024 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.771976487Z level=info msg="Starting DB migrations" 2024-09-16T09:00:06.024 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.772055106Z level=info msg="Executing migration" id="create migration_log table" 2024-09-16T09:00:06.024 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.772612384Z level=info msg="Executing migration" id="create user table" 2024-09-16T09:00:06.024 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.773052434Z level=info msg="Executing migration" id="add unique index user.login" 2024-09-16T09:00:06.025 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.77354192Z level=info msg="Executing migration" id="add unique index user.email" 2024-09-16T09:00:06.025 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.774007537Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2024-09-16T09:00:06.025 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.774569937Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2024-09-16T09:00:06.025 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.774953146Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2024-09-16T09:00:06.025 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.775692726Z level=info msg="Executing migration" id="create user table v2" 2024-09-16T09:00:06.025 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.776154956Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2024-09-16T09:00:06.026 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.776560608Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2024-09-16T09:00:06.026 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.777072511Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2024-09-16T09:00:06.026 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.777425235Z level=info msg="Executing migration" id="Drop old table user_v1" 2024-09-16T09:00:06.026 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.77779223Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2024-09-16T09:00:06.026 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.778247307Z level=info msg="Executing migration" id="Update user table charset" 2024-09-16T09:00:06.026 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.778544919Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2024-09-16T09:00:06.026 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.778946353Z level=info msg="Executing migration" id="Add missing user data" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.779412761Z level=info msg="Executing migration" id="Add is_disabled column to user" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.779808775Z level=info msg="Executing migration" id="Add index user.login/user.email" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.780251773Z level=info msg="Executing migration" id="Add is_service_account column to user" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.780735003Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.782097786Z level=info msg="Executing migration" id="create temp user table v1-7" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.782524874Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.78297726Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.783368152Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.784201635Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.785054018Z level=info msg="Executing migration" id="Update temp_user table charset" 2024-09-16T09:00:06.028 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.785341865Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2024-09-16T09:00:06.029 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.785703645Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2024-09-16T09:00:06.029 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.786107273Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2024-09-16T09:00:06.029 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.786494536Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2024-09-16T09:00:06.029 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.78684648Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-09-16T09:00:06.029 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.787652136Z level=info msg="Executing migration" id="create temp_user v2" 2024-09-16T09:00:06.029 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.788061951Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2024-09-16T09:00:06.029 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.788683544Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2024-09-16T09:00:06.029 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.789488965Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2024-09-16T09:00:06.029 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.789873286Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.790281752Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.790586381Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.790899214Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.791257844Z level=info msg="Executing migration" id="create star table" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.791611839Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.792025302Z level=info msg="Executing migration" id="create org table v1" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.793012456Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.793861798Z level=info msg="Executing migration" id="create org_user table v1" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.794242757Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.794654593Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2024-09-16T09:00:06.030 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.795063414Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.795454106Z level=info msg="Executing migration" id="Update org table charset" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.795729544Z level=info msg="Executing migration" id="Update org_user table charset" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.796057487Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.796385247Z level=info msg="Executing migration" id="create dashboard table" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.796741219Z level=info msg="Executing migration" id="add index dashboard.account_id" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.797144515Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.797538257Z level=info msg="Executing migration" id="create dashboard_tag table" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.797956452Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.798699481Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.799475852Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.800561011Z level=info msg="Executing migration" id="create dashboard v2" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.801363584Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.80215759Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2024-09-16T09:00:06.031 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.80291365Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2024-09-16T09:00:06.032 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.80364843Z level=info msg="Executing migration" id="drop table dashboard_v1" 2024-09-16T09:00:06.032 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.804108729Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2024-09-16T09:00:06.032 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.804398172Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2024-09-16T09:00:06.032 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.804888455Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2024-09-16T09:00:06.033 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.8053862Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2024-09-16T09:00:06.033 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.805850778Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2024-09-16T09:00:06.033 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.806266428Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2024-09-16T09:00:06.033 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.806767514Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2024-09-16T09:00:06.033 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.809486801Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2024-09-16T09:00:06.033 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.812006782Z level=info msg="Executing migration" id="Update dashboard table charset" 2024-09-16T09:00:06.034 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.814625879Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2024-09-16T09:00:06.034 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.815123527Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2024-09-16T09:00:06.034 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.815668927Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2024-09-16T09:00:06.034 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.818224055Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2024-09-16T09:00:06.034 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.820934493Z level=info msg="Executing migration" id="Add column uid in dashboard" 2024-09-16T09:00:06.035 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.823613011Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2024-09-16T09:00:06.035 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.826141526Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2024-09-16T09:00:06.035 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.828726446Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2024-09-16T09:00:06.035 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.831356408Z level=info msg="Executing migration" id="Update dashboard title length" 2024-09-16T09:00:06.035 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.834041101Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-16T09:00:06.035 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.836559088Z level=info msg="Executing migration" id="create dashboard_provisioning" 2024-09-16T09:00:06.035 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.839159575Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.84164138Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.844419812Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.846836629Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.849620314Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.852025589Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.854662451Z level=info msg="Executing migration" id="Add check_sum column" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.857127277Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.85960953Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.861856774Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.86440212Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.866702305Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.869473582Z level=info msg="Executing migration" id="create data_source table" 2024-09-16T09:00:06.036 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.87186684Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.8744208Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.875033603Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.877376406Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.880037476Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.882589225Z level=info msg="Executing migration" id="create data_source table v2" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.884816276Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.885736139Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.888449568Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.891072948Z level=info msg="Executing migration" id="Add column with_credentials" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.893967093Z level=info msg="Executing migration" id="Add secure json data column" 2024-09-16T09:00:06.037 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.896480755Z level=info msg="Executing migration" id="Update data_source table charset" 2024-09-16T09:00:06.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.899344457Z level=info msg="Executing migration" id="Update initial version to 1" 2024-09-16T09:00:06.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.901898871Z level=info msg="Executing migration" id="Add read_only data column" 2024-09-16T09:00:06.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.904464244Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-09-16T09:00:06.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.907169705Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-09-16T09:00:06.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.909890584Z level=info msg="Executing migration" id="Add uid column" 2024-09-16T09:00:06.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.912660751Z level=info msg="Executing migration" id="Update uid value" 2024-09-16T09:00:06.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.915247475Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-09-16T09:00:06.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.917970451Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-09-16T09:00:06.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.920347541Z level=info msg="Executing migration" id="create api_key table" 2024-09-16T09:00:06.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.922970785Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-09-16T09:00:06.039 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.925379145Z level=info msg="Executing migration" id="add index api_key.key" 2024-09-16T09:00:06.039 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.928164777Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-09-16T09:00:06.039 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.930722422Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-09-16T09:00:06.039 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.933518005Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-09-16T09:00:06.039 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.933994857Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-09-16T09:00:06.039 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.936653266Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-09-16T09:00:06.039 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.939273973Z level=info msg="Executing migration" id="create api_key table v2" 2024-09-16T09:00:06.039 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.941983088Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-09-16T09:00:06.039 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.942428742Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-09-16T09:00:06.039 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.945106695Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.947943102Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.948568579Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.948930156Z level=info msg="Executing migration" id="Update api_key table charset" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.949213543Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.94973869Z level=info msg="Executing migration" id="Add service account foreign key" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.950323243Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.950619028Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.951415649Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.952037488Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.95283346Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-09-16T09:00:06.040 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.953626963Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.954413778Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.954865349Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.955670131Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.956543096Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.957276758Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.957592897Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.958458671Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.959336234Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.960065858Z level=info msg="Executing migration" id="create quota table v1" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.96047842Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-16T09:00:06.041 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.961365488Z level=info msg="Executing migration" id="Update quota table charset" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.9623051Z level=info msg="Executing migration" id="create plugin_setting table" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.963038559Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.963470925Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.964278045Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.965173343Z level=info msg="Executing migration" id="create session table" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.966131217Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.966446267Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.967202916Z level=info msg="Executing migration" id="create playlist table v2" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.967630597Z level=info msg="Executing migration" id="create playlist item table v2" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.968074554Z level=info msg="Executing migration" id="Update playlist table charset" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.968879246Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.969225221Z level=info msg="Executing migration" id="drop preferences table v2" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.970000798Z level=info msg="Executing migration" id="drop preferences table v3" 2024-09-16T09:00:06.042 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.970333975Z level=info msg="Executing migration" id="create preferences table v3" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.970871169Z level=info msg="Executing migration" id="Update preferences table charset" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.973672471Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.974404561Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.977105544Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.97997234Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.982693266Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.983171952Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.986158542Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.988847206Z level=info msg="Executing migration" id="create alert table v1" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.991561004Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.992081194Z level=info msg="Executing migration" id="add index alert state" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.994979551Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:05.997590018Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-09-16T09:00:06.043 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.000250279Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-16T09:00:06.044 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.000771801Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-16T09:00:06.044 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.003399493Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-16T09:00:06.044 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.006244854Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-09-16T09:00:06.044 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.008934386Z 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-16T09:00:06.044 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.009379523Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-09-16T09:00:06.044 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.011956514Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-09-16T09:00:06.044 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.012366453Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-09-16T09:00:06.044 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.014742342Z level=info msg="Executing migration" id="Add column is_default" 2024-09-16T09:00:06.044 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.01560427Z level=info msg="Executing migration" id="Add column frequency" 2024-09-16T09:00:06.044 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.017298583Z level=info msg="Executing migration" id="Add column send_reminder" 2024-09-16T09:00:06.045 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.017991026Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-09-16T09:00:06.045 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.020747862Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-09-16T09:00:06.045 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.023221822Z level=info msg="Executing migration" id="Update alert table charset" 2024-09-16T09:00:06.065 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T09:00:05.810Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002680447s 2024-09-16T09:00:06.081 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:00:06.081 INFO:teuthology.orchestra.run.smithi003.stdout: "id": "f779c6c8-09ce-4b8c-9f40-5aeaa045d7ee", 2024-09-16T09:00:06.081 INFO:teuthology.orchestra.run.smithi003.stdout: "name": "default", 2024-09-16T09:00:06.081 INFO:teuthology.orchestra.run.smithi003.stdout: "api_name": "default", 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: "is_master": true, 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: "endpoints": [], 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: "hostnames": [], 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: "hostnames_s3website": [], 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: "master_zone": "", 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: "zones": [], 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: "placement_targets": [ 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: { 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: "name": "default-placement", 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: "tags": [], 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: "storage_classes": [] 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:00:06.082 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2024-09-16T09:00:06.083 INFO:teuthology.orchestra.run.smithi003.stdout: "default_placement": "default-placement", 2024-09-16T09:00:06.083 INFO:teuthology.orchestra.run.smithi003.stdout: "realm_id": "24f1c2b2-856a-4734-ae0d-28ccce03c91b", 2024-09-16T09:00:06.083 INFO:teuthology.orchestra.run.smithi003.stdout: "sync_policy": { 2024-09-16T09:00:06.083 INFO:teuthology.orchestra.run.smithi003.stdout: "groups": [] 2024-09-16T09:00:06.083 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:00:06.083 INFO:teuthology.orchestra.run.smithi003.stdout: "enabled_features": [ 2024-09-16T09:00:06.083 INFO:teuthology.orchestra.run.smithi003.stdout: "notification_v2", 2024-09-16T09:00:06.083 INFO:teuthology.orchestra.run.smithi003.stdout: "resharding" 2024-09-16T09:00:06.083 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2024-09-16T09:00:06.083 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.025795695Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.026222846Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.028920348Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.03157319Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.034097713Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.034496508Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.037180096Z level=info msg="Executing migration" id="Add for to alert table" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.038013454Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.039831183Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.040620563Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.04106964Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-09-16T09:00:06.273 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.041874957Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.042709709Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.043510157Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.043923305Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.044317858Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.045074339Z level=info msg="Executing migration" id="create annotation table v5" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.045582239Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.045994666Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.046802688Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.047224741Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.048005138Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.048935826Z level=info msg="Executing migration" id="Update annotation table charset" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.049596148Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.050446868Z level=info msg="Executing migration" id="Drop category_id index" 2024-09-16T09:00:06.274 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.051334429Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-09-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.052313015Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-09-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.053129154Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.053644768Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.054478745Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.056552846Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-09-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.057507087Z 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-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.058069149Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-09-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.059011843Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-09-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.059739762Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-09-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.060549332Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-09-16T09:00:06.275 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.061400998Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-09-16T09:00:06.276 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.062201777Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-09-16T09:00:06.276 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.063072222Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-09-16T09:00:06.276 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.063858224Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.06422495Z level=info msg="Executing migration" id="Add epoch_end column" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.065050825Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.065515723Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.065885765Z level=info msg="Executing migration" id="Move region to single row" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.066269597Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.068667452Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.06917142Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.069624283Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.072399562Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.075011887Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.077566295Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.077896316Z level=info msg="Executing migration" id="create test_data table" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.078587511Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-09-16T09:00:06.277 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.079017495Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.079757142Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.080215023Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.080953605Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.081614942Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.082389524Z level=info msg="Executing migration" id="create team table" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.083078008Z level=info msg="Executing migration" id="add index team.org_id" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.083547069Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.084320506Z level=info msg="Executing migration" id="create team member table" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.085036214Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.085748343Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.086229916Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.086952813Z level=info msg="Executing migration" id="Add column email to team table" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.087756962Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-09-16T09:00:06.278 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.088569729Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.089437155Z level=info msg="Executing migration" id="create dashboard acl table" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.090219068Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.090965386Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.091385372Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.091815539Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.094592012Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.09731421Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.100047308Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.10259926Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.105289953Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.108004864Z level=info msg="Executing migration" id="create tag table" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.110562104Z level=info msg="Executing migration" id="add index tag.key_value" 2024-09-16T09:00:06.279 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.113407499Z level=info msg="Executing migration" id="create login attempt table" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.116102264Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.118800159Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.121537551Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.124074895Z level=info msg="Executing migration" id="create login_attempt v2" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.126869519Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.129596945Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.132181928Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.135190195Z level=info msg="Executing migration" id="create user auth table" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.137658683Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.140255607Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.141028531Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.141883024Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.142728481Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-09-16T09:00:06.280 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.143597291Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.144481711Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.145222199Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.146106093Z level=info msg="Executing migration" id="create server_lock table" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.14682252Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.147677997Z level=info msg="Executing migration" id="create user auth token table" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.148273128Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.148961806Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.149786874Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.150396893Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.151279298Z level=info msg="Executing migration" id="create cache_data table" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.152030948Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.152697216Z level=info msg="Executing migration" id="create short_url table v1" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.153402939Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-09-16T09:00:06.281 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.154123237Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.154837526Z level=info msg="Executing migration" id="delete alert_definition table" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.155134131Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.155605815Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.156269179Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.156724708Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.15700578Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.157449687Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.157838959Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.158277686Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.158698523Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.159609697Z level=info msg="Executing migration" id="drop alert_definition table" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.160045068Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.160372047Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-09-16T09:00:06.282 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.160770969Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-16T09:00:06.283 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.161230583Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-16T09:00:06.283 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.161673181Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-16T09:00:06.283 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.161944688Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-09-16T09:00:06.283 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.16245386Z level=info msg="Executing migration" id="create alert_instance table" 2024-09-16T09:00:06.283 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.162838231Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-09-16T09:00:06.283 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.16329846Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-16T09:00:06.283 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.163747144Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-09-16T09:00:06.283 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.164659645Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-16T09:00:06.284 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.16508281Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-09-16T09:00:06.284 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.165514126Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-09-16T09:00:06.284 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.169917591Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-09-16T09:00:06.284 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.174247489Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-16T09:00:06.284 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.174705831Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-09-16T09:00:06.284 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.175165274Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.17613648Z level=info msg="Executing migration" id="create alert_rule table" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.176549858Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.177007628Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.177465422Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.177880904Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.178182478Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.179142041Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.18006467Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.181000097Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.181435289Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.181834428Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-09-16T09:00:06.285 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.182770724Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.183711656Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.184154219Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.185083057Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.186011211Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.186363434Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.186831823Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.187519174Z 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-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.188040437Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.188352418Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.189334299Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.190276368Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.191209429Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.192130369Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-16T09:00:06.286 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.193052852Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.193356416Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.193725771Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.194664075Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.194966366Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.195942589Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.196825626Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.19794186Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.198642889Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.199484193Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.200654768Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.201372684Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.202098197Z level=info msg="Executing migration" id="create alert_image table" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.203004731Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.20372283Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-16T09:00:06.287 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.203989191Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.204417649Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.205070461Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.20514767Z 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-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.205417473Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.207820107Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.208428652Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.208540833Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.208653667Z level=info msg="alerts found to migrate" alerts=0 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.210470141Z level=info msg="Executing migration" id="create library_element table v1" 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.210946583Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.213312521Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-09-16T09:00:06.288 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.21593114Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.224620277Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.226065772Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.227998102Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.229199176Z level=info msg="Executing migration" id="create data_keys table" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.231941596Z level=info msg="Executing migration" id="create secrets table" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.23449929Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.239834281Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.242595792Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.245307092Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.250791451Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.256413828Z level=info msg="Executing migration" id="create kv_store table v1" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.259042227Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.261664045Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-09-16T09:00:06.289 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.264329305Z level=info msg="Executing migration" id="create permission table" 2024-09-16T09:00:06.290 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.266846588Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-09-16T09:00:06.290 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.269657336Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-09-16T09:00:06.290 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.272223154Z level=info msg="Executing migration" id="create role table" 2024-09-16T09:00:06.290 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.274824701Z level=info msg="Executing migration" id="add column display_name" 2024-09-16T09:00:06.290 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.277457195Z level=info msg="Executing migration" id="add column group_name" 2024-09-16T09:00:06.522 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-mon[27209]: osdmap e61: 8 total, 8 up, 8 in 2024-09-16T09:00:06.523 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.280029422Z level=info msg="Executing migration" id="add index role.org_id" 2024-09-16T09:00:06.523 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.282647625Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-09-16T09:00:06.523 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.285299316Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-09-16T09:00:06.523 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.287926254Z level=info msg="Executing migration" id="create team role table" 2024-09-16T09:00:06.523 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.290563251Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-09-16T09:00:06.524 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.293390466Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-09-16T09:00:06.524 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.295996968Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-09-16T09:00:06.524 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.298609008Z level=info msg="Executing migration" id="create user role table" 2024-09-16T09:00:06.524 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.301250283Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-09-16T09:00:06.524 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.303890527Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-09-16T09:00:06.524 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.306465633Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-09-16T09:00:06.524 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.309164047Z level=info msg="Executing migration" id="create builtin role table" 2024-09-16T09:00:06.524 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.31000522Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-09-16T09:00:06.525 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.310788893Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-09-16T09:00:06.525 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.311610913Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-09-16T09:00:06.525 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.312725123Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-09-16T09:00:06.525 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.31353901Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-09-16T09:00:06.525 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.31445367Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-09-16T09:00:06.525 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.315073925Z level=info msg="Executing migration" id="add unique index role.uid" 2024-09-16T09:00:06.526 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.315994561Z level=info msg="Executing migration" id="create seed assignment table" 2024-09-16T09:00:06.527 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.316650863Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-09-16T09:00:06.527 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.317596678Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-16T09:00:06.527 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.318859261Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-16T09:00:06.527 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.319700378Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-16T09:00:06.527 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.320519919Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-16T09:00:06.527 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.321412297Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-16T09:00:06.527 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.322136811Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-16T09:00:06.528 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.322916944Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-16T09:00:06.528 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.323872497Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-16T09:00:06.528 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.324621485Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-16T09:00:06.528 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.325506973Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-16T09:00:06.528 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.325944704Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-16T09:00:06.528 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.326431749Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-16T09:00:06.528 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.327601489Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-16T09:00:06.528 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.328454578Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-16T09:00:06.529 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.329456613Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-16T09:00:06.529 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.330087359Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-16T09:00:06.529 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.331127473Z level=info msg="Executing migration" id="add correlation config column" 2024-09-16T09:00:06.529 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.332280171Z level=info msg="Executing migration" id="create entity_events table" 2024-09-16T09:00:06.529 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.333121439Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-16T09:00:06.529 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.334062301Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-16T09:00:06.529 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.334262798Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-16T09:00:06.529 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.334775008Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-16T09:00:06.530 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.33486111Z 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-16T09:00:06.530 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.335738278Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-16T09:00:06.530 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.336462458Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-16T09:00:06.530 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.337412793Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-16T09:00:06.530 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.338145339Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-16T09:00:06.530 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.339011222Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-16T09:00:06.530 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.341743099Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-16T09:00:06.530 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.344508987Z level=info msg="Executing migration" id="Drop public config table" 2024-09-16T09:00:06.530 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.347037001Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.349945855Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.352611007Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.355338513Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.357984203Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.361639313Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.364545222Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.367221381Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.369770541Z level=info msg="Executing migration" id="add share column" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.372556565Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.375337113Z level=info msg="Executing migration" id="create file table" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.377982821Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.380697527Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.38335918Z level=info msg="Executing migration" id="create file_meta table" 2024-09-16T09:00:06.531 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.386083505Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.388844293Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.39144558Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.394263447Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.396842805Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.399600091Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.402285794Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.404807582Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.407293041Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.410021738Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.41261995Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.415291874Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.417759213Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.420391285Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-16T09:00:06.532 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.423113055Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.435691791Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.438420103Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.441019988Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.445304819Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.446222013Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.44708984Z level=info msg="Executing migration" id="create folder table" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.447745981Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.448565157Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.449506268Z level=info msg="Executing migration" id="Update folder title length" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.450245812Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=migrator t=2024-09-16T09:00:06.450993691Z level=info msg="migrations completed" performed=485 skipped=0 duration=678.960336ms 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=sqlstore t=2024-09-16T09:00:06.451354446Z level=info msg="Created default organization" 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=plugin.finder t=2024-09-16T09:00:06.483479374Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=secrets t=2024-09-16T09:00:06.483560704Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-16T09:00:06.533 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=query_data t=2024-09-16T09:00:06.485604582Z level=info msg="Query Service initialization" 2024-09-16T09:00:06.534 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=live.push_http t=2024-09-16T09:00:06.490158531Z level=info msg="Live Push Gateway initialization" 2024-09-16T09:00:06.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[34229]: osdmap e61: 8 total, 8 up, 8 in 2024-09-16T09:00:06.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[34229]: pgmap v24: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:06.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[34229]: Deploying daemon node-exporter.a on smithi003 2024-09-16T09:00:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[23697]: osdmap e61: 8 total, 8 up, 8 in 2024-09-16T09:00:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[23697]: pgmap v24: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:06 smithi003 ceph-mon[23697]: Deploying daemon node-exporter.a on smithi003 2024-09-16T09:00:06.820 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-09-16T09:00:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-mon[27209]: pgmap v24: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:06 smithi177 ceph-mon[27209]: Deploying daemon node-exporter.a on smithi003 2024-09-16T09:00:07.107 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:00:07.462 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=infra.usagestats.collector t=2024-09-16T09:00:07.089110968Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-16T09:00:07.462 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=provisioning.datasources t=2024-09-16T09:00:07.090126361Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-16T09:00:07.462 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=provisioning.datasources t=2024-09-16T09:00:07.101199534Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=provisioning.alerting t=2024-09-16T09:00:07.111761075Z level=info msg="starting to provision alerting" 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=provisioning.alerting t=2024-09-16T09:00:07.111773422Z level=info msg="finished to provision alerting" 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=grafanaStorageLogger t=2024-09-16T09:00:07.111970795Z level=info msg="storage starting" 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=ngalert.state.manager t=2024-09-16T09:00:07.112003318Z level=info msg="Warming state cache for startup" 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=ngalert.state.manager t=2024-09-16T09:00:07.112339705Z level=info msg="State cache has been initialized" states=0 duration=335.487µs 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=ticker t=2024-09-16T09:00:07.112391876Z level=info msg=starting first_tick=2024-09-16T09:00:10Z 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=ngalert.multiorg.alertmanager t=2024-09-16T09:00:07.112405064Z level=info msg="starting MultiOrg Alertmanager" 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=http.server t=2024-09-16T09:00:07.113849718Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=sqlstore.transactions t=2024-09-16T09:00:07.122303817Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=sqlstore.transactions t=2024-09-16T09:00:07.133414333Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2024-09-16T09:00:07.463 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=sqlstore.transactions t=2024-09-16T09:00:07.144100943Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=2 code="database is locked" 2024-09-16T09:00:07.639 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:00:07.639 INFO:teuthology.orchestra.run.smithi003.stdout: "id": "de108b05-0366-4ec5-9a7d-fff03e0aa0fc", 2024-09-16T09:00:07.639 INFO:teuthology.orchestra.run.smithi003.stdout: "name": "z", 2024-09-16T09:00:07.639 INFO:teuthology.orchestra.run.smithi003.stdout: "domain_root": "z.rgw.meta:root", 2024-09-16T09:00:07.639 INFO:teuthology.orchestra.run.smithi003.stdout: "control_pool": "z.rgw.control", 2024-09-16T09:00:07.639 INFO:teuthology.orchestra.run.smithi003.stdout: "gc_pool": "z.rgw.log:gc", 2024-09-16T09:00:07.639 INFO:teuthology.orchestra.run.smithi003.stdout: "lc_pool": "z.rgw.log:lc", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "log_pool": "z.rgw.log", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "roles_pool": "z.rgw.meta:roles", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "otp_pool": "z.rgw.otp", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "notif_pool": "z.rgw.log:notif", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "topics_pool": "z.rgw.meta:topics", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "account_pool": "z.rgw.meta:accounts", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "group_pool": "z.rgw.meta:groups", 2024-09-16T09:00:07.640 INFO:teuthology.orchestra.run.smithi003.stdout: "system_key": { 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "access_key": "", 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "secret_key": "" 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "placement_pools": [ 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: { 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "key": "default-placement", 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "val": { 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "index_pool": "z.rgw.buckets.index", 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "storage_classes": { 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "STANDARD": { 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "data_pool": "z.rgw.buckets.data" 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-09-16T09:00:07.641 INFO:teuthology.orchestra.run.smithi003.stdout: "index_type": 0, 2024-09-16T09:00:07.642 INFO:teuthology.orchestra.run.smithi003.stdout: "inline_data": true 2024-09-16T09:00:07.642 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:00:07.642 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:00:07.642 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2024-09-16T09:00:07.642 INFO:teuthology.orchestra.run.smithi003.stdout: "realm_id": "24f1c2b2-856a-4734-ae0d-28ccce03c91b" 2024-09-16T09:00:07.642 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:00:07.796 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-mon[27209]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T09:00:07.796 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:07 smithi177 ceph-mon[27209]: Cluster is now healthy 2024-09-16T09:00:07.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:07 smithi003 ceph-mon[34229]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T09:00:07.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:07 smithi003 ceph-mon[34229]: Cluster is now healthy 2024-09-16T09:00:07.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:07 smithi003 ceph-mon[23697]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T09:00:07.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:07 smithi003 ceph-mon[23697]: Cluster is now healthy 2024-09-16T09:00:08.366 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-09-16T09:00:08.640 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:00:08.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:08 smithi003 ceph-mon[34229]: pgmap v25: 33 pgs: 33 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-16T09:00:08.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:08 smithi003 ceph-mon[23697]: pgmap v25: 33 pgs: 33 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-16T09:00:08.676 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:08 smithi003 bash[67083]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-09-16T09:00:08.941 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:08 smithi177 ceph-mon[27209]: pgmap v25: 33 pgs: 33 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-16T09:00:09.926 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:09 smithi003 bash[67083]: Getting image source signatures 2024-09-16T09:00:09.926 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:09 smithi003 bash[67083]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-16T09:00:09.926 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:09 smithi003 bash[67083]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-09-16T09:00:09.926 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:09 smithi003 bash[67083]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-16T09:00:10.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:10 smithi003 ceph-mon[23697]: osdmap e62: 8 total, 8 up, 8 in 2024-09-16T09:00:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:10 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-16T09:00:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:10 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-16T09:00:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:10 smithi003 ceph-mon[23697]: pgmap v27: 65 pgs: 32 unknown, 33 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-16T09:00:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:10 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:10 smithi003 ceph-mon[34229]: osdmap e62: 8 total, 8 up, 8 in 2024-09-16T09:00:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:10 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-16T09:00:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:10 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-16T09:00:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:10 smithi003 ceph-mon[34229]: pgmap v27: 65 pgs: 32 unknown, 33 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-16T09:00:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:10 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:10.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:10 smithi177 ceph-mon[27209]: osdmap e62: 8 total, 8 up, 8 in 2024-09-16T09:00:10.976 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:10 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-16T09:00:10.976 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:10 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-16T09:00:10.976 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:10 smithi177 ceph-mon[27209]: pgmap v27: 65 pgs: 32 unknown, 33 active+clean; 577 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 2 op/s 2024-09-16T09:00:10.976 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:10 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:11.371 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:10 smithi003 bash[67083]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-16T09:00:11.371 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 bash[67083]: Writing manifest to image destination 2024-09-16T09:00:11.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-mon[23697]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T09:00:11.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-16T09:00:11.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-mon[23697]: osdmap e63: 8 total, 8 up, 8 in 2024-09-16T09:00:11.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-mon[34229]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T09:00:11.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-16T09:00:11.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-mon[34229]: osdmap e63: 8 total, 8 up, 8 in 2024-09-16T09:00:11.677 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 podman[67083]: 2024-09-16 09:00:11.370402154 +0000 UTC m=+2.910081283 container create 21935400ccf9224849f19cf3946caffd325e2123441781e3ca4b7530e98ac2bf (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:11.677 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 podman[67083]: 2024-09-16 09:00:11.288676197 +0000 UTC m=+2.828355326 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-16T09:00:11.677 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 podman[67083]: 2024-09-16 09:00:11.581198889 +0000 UTC m=+3.120878017 container init 21935400ccf9224849f19cf3946caffd325e2123441781e3ca4b7530e98ac2bf (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:11.677 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 podman[67083]: 2024-09-16 09:00:11.584160834 +0000 UTC m=+3.123839961 container start 21935400ccf9224849f19cf3946caffd325e2123441781e3ca4b7530e98ac2bf (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:11.677 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.588Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-16T09:00:11.677 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.588Z 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-16T09:00:11.677 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.588Z 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-16T09:00:11.677 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.588Z 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-16T09:00:11.677 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z 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-16T09:00:11.677 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=arp 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=edac 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-16T09:00:11.678 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-16T09:00:11.679 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=os 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=stat 2024-09-16T09:00:11.680 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-16T09:00:11.681 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-16T09:00:11.681 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-16T09:00:11.681 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=time 2024-09-16T09:00:11.681 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-16T09:00:11.681 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=uname 2024-09-16T09:00:11.681 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-16T09:00:11.681 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-16T09:00:11.681 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.589Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-16T09:00:11.681 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.590Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-16T09:00:11.681 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[67801]: ts=2024-09-16T09:00:11.590Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-16T09:00:11.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:11 smithi177 ceph-mon[27209]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T09:00:11.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:11 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-16T09:00:11.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:11 smithi177 ceph-mon[27209]: osdmap e63: 8 total, 8 up, 8 in 2024-09-16T09:00:12.175 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 bash[67083]: 21935400ccf9224849f19cf3946caffd325e2123441781e3ca4b7530e98ac2bf 2024-09-16T09:00:12.175 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:00:11 smithi003 systemd[1]: Started Ceph node-exporter.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:00:12.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[23697]: osdmap e64: 8 total, 8 up, 8 in 2024-09-16T09:00:12.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-16T09:00:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-16T09:00:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[23697]: pgmap v30: 97 pgs: 32 unknown, 8 creating+activating, 57 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-16T09:00:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[23697]: Deploying daemon node-exporter.b on smithi177 2024-09-16T09:00:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[34229]: osdmap e64: 8 total, 8 up, 8 in 2024-09-16T09:00:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-16T09:00:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-16T09:00:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[34229]: pgmap v30: 97 pgs: 32 unknown, 8 creating+activating, 57 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-16T09:00:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:12.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:12.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:12 smithi003 ceph-mon[34229]: Deploying daemon node-exporter.b on smithi177 2024-09-16T09:00:12.962 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:12 smithi177 bash[55919]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-09-16T09:00:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:12 smithi177 ceph-mon[27209]: osdmap e64: 8 total, 8 up, 8 in 2024-09-16T09:00:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:12 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-16T09:00:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:12 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-16T09:00:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:12 smithi177 ceph-mon[27209]: pgmap v30: 97 pgs: 32 unknown, 8 creating+activating, 57 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-16T09:00:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:12 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:12 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:12 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:12 smithi177 ceph-mon[27209]: Deploying daemon node-exporter.b on smithi177 2024-09-16T09:00:13.462 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:13 smithi177 bash[55919]: Getting image source signatures 2024-09-16T09:00:13.462 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:13 smithi177 bash[55919]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-09-16T09:00:13.462 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:13 smithi177 bash[55919]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-16T09:00:13.462 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:13 smithi177 bash[55919]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-16T09:00:13.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:13 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-16T09:00:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:13 smithi003 ceph-mon[23697]: osdmap e65: 8 total, 8 up, 8 in 2024-09-16T09:00:13.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:13 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-16T09:00:13.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:13 smithi003 ceph-mon[34229]: osdmap e65: 8 total, 8 up, 8 in 2024-09-16T09:00:13.961 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:13 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-16T09:00:13.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:13 smithi177 ceph-mon[27209]: osdmap e65: 8 total, 8 up, 8 in 2024-09-16T09:00:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:14 smithi003 ceph-mon[23697]: osdmap e66: 8 total, 8 up, 8 in 2024-09-16T09:00:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:14 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-16T09:00:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:14 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-16T09:00:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:14 smithi003 ceph-mon[23697]: pgmap v33: 129 pgs: 64 unknown, 8 creating+activating, 57 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 2.2 KiB/s wr, 12 op/s 2024-09-16T09:00:14.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:14 smithi003 ceph-mon[34229]: osdmap e66: 8 total, 8 up, 8 in 2024-09-16T09:00:14.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:14 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-16T09:00:14.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:14 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-16T09:00:14.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:14 smithi003 ceph-mon[34229]: pgmap v33: 129 pgs: 64 unknown, 8 creating+activating, 57 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 2.2 KiB/s wr, 12 op/s 2024-09-16T09:00:14.958 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:14 smithi177 bash[55919]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-16T09:00:14.958 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:14 smithi177 bash[55919]: Writing manifest to image destination 2024-09-16T09:00:14.959 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:14 smithi177 ceph-mon[27209]: osdmap e66: 8 total, 8 up, 8 in 2024-09-16T09:00:14.959 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:14 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-16T09:00:14.959 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:14 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-16T09:00:14.959 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:14 smithi177 ceph-mon[27209]: pgmap v33: 129 pgs: 64 unknown, 8 creating+activating, 57 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 2.2 KiB/s wr, 12 op/s 2024-09-16T09:00:15.212 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:14 smithi177 podman[55919]: 2024-09-16 09:00:14.872685747 +0000 UTC m=+2.239491565 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-16T09:00:15.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:14 smithi177 podman[55919]: 2024-09-16 09:00:14.979693591 +0000 UTC m=+2.346499449 container create 5c4173a9984d33d1bd2ef40fa844baa54f808fd69da5915e0fac2565b1f8baf9 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:00:15.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 podman[55919]: 2024-09-16 09:00:15.18224731 +0000 UTC m=+2.549053130 container init 5c4173a9984d33d1bd2ef40fa844baa54f808fd69da5915e0fac2565b1f8baf9 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:00:15.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 podman[55919]: 2024-09-16 09:00:15.185167049 +0000 UTC m=+2.551972862 container start 5c4173a9984d33d1bd2ef40fa844baa54f808fd69da5915e0fac2565b1f8baf9 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:00:15.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.189Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-16T09:00:15.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.189Z 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-16T09:00:15.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.189Z 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-16T09:00:15.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.189Z 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-16T09:00:15.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.189Z 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-16T09:00:15.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.189Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-16T09:00:15.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=arp 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=edac 2024-09-16T09:00:15.214 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-16T09:00:15.215 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-16T09:00:15.216 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-16T09:00:15.216 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-16T09:00:15.216 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-16T09:00:15.216 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=os 2024-09-16T09:00:15.216 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-16T09:00:15.216 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-16T09:00:15.216 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=stat 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=time 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=uname 2024-09-16T09:00:15.217 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-16T09:00:15.218 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-16T09:00:15.218 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-16T09:00:15.218 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-16T09:00:15.218 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[55996]: ts=2024-09-16T09:00:15.190Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-16T09:00:15.571 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 bash[55919]: 5c4173a9984d33d1bd2ef40fa844baa54f808fd69da5915e0fac2565b1f8baf9 2024-09-16T09:00:15.571 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:00:15 smithi177 systemd[1]: Started Ceph node-exporter.b for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:00:15.627 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:00:15] "GET /metrics HTTP/1.1" 200 35466 "" "Prometheus/2.43.0" 2024-09-16T09:00:15.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-16T09:00:15.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: osdmap e67: 8 total, 8 up, 8 in 2024-09-16T09:00:15.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-16T09:00:15.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-16T09:00:15.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:15.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.628 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-16T09:00:15.628 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: osdmap e67: 8 total, 8 up, 8 in 2024-09-16T09:00:15.628 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-16T09:00:15.628 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-16T09:00:15.628 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.629 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:15.629 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.629 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.629 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.629 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.629 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:15 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.629 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:00:15.629 INFO:teuthology.orchestra.run.smithi003.stdout: "id": "56cbc84c-9a8e-4991-92a6-5414802f23bc", 2024-09-16T09:00:15.629 INFO:teuthology.orchestra.run.smithi003.stdout: "epoch": 1, 2024-09-16T09:00:15.629 INFO:teuthology.orchestra.run.smithi003.stdout: "predecessor_uuid": "75266b74-3c42-4ae5-a6eb-cc61d98bd0ad", 2024-09-16T09:00:15.629 INFO:teuthology.orchestra.run.smithi003.stdout: "sync_status": [], 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "period_map": { 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "id": "56cbc84c-9a8e-4991-92a6-5414802f23bc", 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "zonegroups": [ 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: { 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "id": "f779c6c8-09ce-4b8c-9f40-5aeaa045d7ee", 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "name": "default", 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "api_name": "default", 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "is_master": true, 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "endpoints": [], 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "hostnames": [], 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "hostnames_s3website": [], 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "master_zone": "de108b05-0366-4ec5-9a7d-fff03e0aa0fc", 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: "zones": [ 2024-09-16T09:00:15.630 INFO:teuthology.orchestra.run.smithi003.stdout: { 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "id": "de108b05-0366-4ec5-9a7d-fff03e0aa0fc", 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "name": "z", 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "endpoints": [], 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "log_meta": false, 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "log_data": false, 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "bucket_index_max_shards": 11, 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "read_only": false, 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "tier_type": "", 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "sync_from_all": true, 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "sync_from": [], 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "redirect_zone": "", 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "supported_features": [ 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "compress-encrypted", 2024-09-16T09:00:15.631 INFO:teuthology.orchestra.run.smithi003.stdout: "notification_v2", 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: "resharding" 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: "placement_targets": [ 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: { 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: "name": "default-placement", 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: "tags": [], 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: "storage_classes": [ 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: "STANDARD" 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:00:15.632 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: "default_placement": "default-placement", 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: "realm_id": "24f1c2b2-856a-4734-ae0d-28ccce03c91b", 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: "sync_policy": { 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: "groups": [] 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: "enabled_features": [ 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: "notification_v2", 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: "resharding" 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: "short_zone_ids": [ 2024-09-16T09:00:15.633 INFO:teuthology.orchestra.run.smithi003.stdout: { 2024-09-16T09:00:15.634 INFO:teuthology.orchestra.run.smithi003.stdout: "key": "de108b05-0366-4ec5-9a7d-fff03e0aa0fc", 2024-09-16T09:00:15.634 INFO:teuthology.orchestra.run.smithi003.stdout: "val": 1722154890 2024-09-16T09:00:15.634 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:00:15.634 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2024-09-16T09:00:15.634 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:00:15.634 INFO:teuthology.orchestra.run.smithi003.stdout: "master_zonegroup": "f779c6c8-09ce-4b8c-9f40-5aeaa045d7ee", 2024-09-16T09:00:15.634 INFO:teuthology.orchestra.run.smithi003.stdout: "master_zone": "de108b05-0366-4ec5-9a7d-fff03e0aa0fc", 2024-09-16T09:00:15.634 INFO:teuthology.orchestra.run.smithi003.stdout: "period_config": { 2024-09-16T09:00:15.634 INFO:teuthology.orchestra.run.smithi003.stdout: "bucket_quota": { 2024-09-16T09:00:15.634 INFO:teuthology.orchestra.run.smithi003.stdout: "enabled": false, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "check_on_raw": false, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "max_size": -1, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "max_size_kb": 0, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "max_objects": -1 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "user_quota": { 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "enabled": false, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "check_on_raw": false, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "max_size": -1, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "max_size_kb": 0, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "max_objects": -1 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "user_ratelimit": { 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "max_read_ops": 0, 2024-09-16T09:00:15.635 INFO:teuthology.orchestra.run.smithi003.stdout: "max_write_ops": 0, 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: "max_read_bytes": 0, 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: "max_write_bytes": 0, 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: "enabled": false 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: "bucket_ratelimit": { 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: "max_read_ops": 0, 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: "max_write_ops": 0, 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: "max_read_bytes": 0, 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: "max_write_bytes": 0, 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: "enabled": false 2024-09-16T09:00:15.636 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout: "anonymous_ratelimit": { 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout: "max_read_ops": 0, 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout: "max_write_ops": 0, 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout: "max_read_bytes": 0, 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout: "max_write_bytes": 0, 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout: "enabled": false 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout: "realm_id": "24f1c2b2-856a-4734-ae0d-28ccce03c91b", 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout: "realm_epoch": 2 2024-09-16T09:00:15.637 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:00:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-16T09:00:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: osdmap e67: 8 total, 8 up, 8 in 2024-09-16T09:00:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4087484773' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-16T09:00:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-16T09:00:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:15.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:15 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:16.396 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch apply rgw foo --realm r --zone z --placement=2 --port=8000' 2024-09-16T09:00:16.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:16 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-16T09:00:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:16 smithi003 ceph-mon[34229]: osdmap e68: 8 total, 8 up, 8 in 2024-09-16T09:00:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:16 smithi003 ceph-mon[34229]: pgmap v36: 129 pgs: 64 unknown, 8 creating+activating, 57 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:16.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:16 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-16T09:00:16.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:16 smithi003 ceph-mon[23697]: osdmap e68: 8 total, 8 up, 8 in 2024-09-16T09:00:16.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:16 smithi003 ceph-mon[23697]: pgmap v36: 129 pgs: 64 unknown, 8 creating+activating, 57 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:16 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-16T09:00:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:16 smithi177 ceph-mon[27209]: osdmap e68: 8 total, 8 up, 8 in 2024-09-16T09:00:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:16 smithi177 ceph-mon[27209]: pgmap v36: 129 pgs: 64 unknown, 8 creating+activating, 57 active+clean; 579 KiB data, 222 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:17.330 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:00:17.719 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:17 smithi003 ceph-mon[23697]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T09:00:17.719 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:17 smithi003 ceph-mon[23697]: Cluster is now healthy 2024-09-16T09:00:17.720 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:17 smithi003 ceph-mon[34229]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T09:00:17.720 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:17 smithi003 ceph-mon[34229]: Cluster is now healthy 2024-09-16T09:00:17.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:17 smithi177 ceph-mon[27209]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T09:00:17.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:17 smithi177 ceph-mon[27209]: Cluster is now healthy 2024-09-16T09:00:18.029 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled rgw.foo update... 2024-09-16T09:00:19.311 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:19 smithi177 ceph-mon[27209]: pgmap v37: 129 pgs: 129 active+clean; 581 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2024-09-16T09:00:19.312 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:19 smithi177 ceph-mon[27209]: from='client.14676 -' 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-16T09:00:19.312 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:19 smithi177 ceph-mon[27209]: Saving service rgw.foo spec with placement count:2 2024-09-16T09:00:19.312 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:19 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:19.385 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:19 smithi003 ceph-mon[23697]: pgmap v37: 129 pgs: 129 active+clean; 581 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2024-09-16T09:00:19.386 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:19 smithi003 ceph-mon[23697]: from='client.14676 -' 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-16T09:00:19.386 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:19 smithi003 ceph-mon[23697]: Saving service rgw.foo spec with placement count:2 2024-09-16T09:00:19.386 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:19 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:19.386 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:19 smithi003 ceph-mon[34229]: pgmap v37: 129 pgs: 129 active+clean; 581 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s rd, 2.4 KiB/s wr, 6 op/s 2024-09-16T09:00:19.386 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:19 smithi003 ceph-mon[34229]: from='client.14676 -' 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-16T09:00:19.386 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:19 smithi003 ceph-mon[34229]: Saving service rgw.foo spec with placement count:2 2024-09-16T09:00:19.386 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:19 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:19.422 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph osd pool create foo' 2024-09-16T09:00:20.218 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:00:20.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:20 smithi003 ceph-mon[34229]: pgmap v38: 129 pgs: 129 active+clean; 581 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-16T09:00:20.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:20 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:20.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:20 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:20.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:20 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:20.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:20 smithi003 ceph-mon[23697]: pgmap v38: 129 pgs: 129 active+clean; 581 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-16T09:00:20.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:20 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:20.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:20 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:20.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:20 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:20.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:20 smithi177 ceph-mon[27209]: pgmap v38: 129 pgs: 129 active+clean; 581 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 2.0 KiB/s wr, 5 op/s 2024-09-16T09:00:20.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:20 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:20.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:20 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:20.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:20 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.649 INFO:teuthology.orchestra.run.smithi003.stderr:pool 'foo' created 2024-09-16T09:00:21.666 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1449937696' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-16T09:00:21.666 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.666 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.666 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:21.666 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:21.666 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.666 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:21.666 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[23697]: Deploying daemon rgw.foo.smithi177.nlbbvr on smithi177 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1449937696' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.667 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:21.668 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:21.668 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-16T09:00:21.668 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.668 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:21.668 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:21 smithi003 ceph-mon[34229]: Deploying daemon rgw.foo.smithi177.nlbbvr on smithi177 2024-09-16T09:00:21.948 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1449937696' entity='client.admin' cmd=[{"prefix": "osd pool create", "pool": "foo"}]: dispatch 2024-09-16T09:00:21.948 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.948 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.948 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:21.948 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:21.948 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.948 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:21.948 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:21.948 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-16T09:00:21.948 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:21.949 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:21.949 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:21 smithi177 ceph-mon[27209]: Deploying daemon rgw.foo.smithi177.nlbbvr on smithi177 2024-09-16T09:00:22.294 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'rbd pool init foo' 2024-09-16T09:00:22.553 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:00:22.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:22 smithi003 ceph-mon[23697]: pgmap v39: 129 pgs: 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-16T09:00:22.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:22 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1449937696' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-16T09:00:22.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:22 smithi003 ceph-mon[23697]: osdmap e69: 8 total, 8 up, 8 in 2024-09-16T09:00:22.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:22 smithi003 ceph-mon[34229]: pgmap v39: 129 pgs: 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-16T09:00:22.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:22 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1449937696' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-16T09:00:22.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:22 smithi003 ceph-mon[34229]: osdmap e69: 8 total, 8 up, 8 in 2024-09-16T09:00:22.928 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:22 smithi177 ceph-mon[27209]: pgmap v39: 129 pgs: 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-16T09:00:22.928 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:22 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1449937696' entity='client.admin' cmd='[{"prefix": "osd pool create", "pool": "foo"}]': finished 2024-09-16T09:00:22.928 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:22 smithi177 ceph-mon[27209]: osdmap e69: 8 total, 8 up, 8 in 2024-09-16T09:00:23.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:23 smithi003 ceph-mon[23697]: osdmap e70: 8 total, 8 up, 8 in 2024-09-16T09:00:23.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:23 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/159947623' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-16T09:00:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:23 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-16T09:00:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:23 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-16T09:00:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:23 smithi003 ceph-mon[23697]: osdmap e71: 8 total, 8 up, 8 in 2024-09-16T09:00:23.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:23 smithi003 ceph-mon[34229]: osdmap e70: 8 total, 8 up, 8 in 2024-09-16T09:00:23.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:23 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/159947623' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-16T09:00:23.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:23 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-16T09:00:23.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:23 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-16T09:00:23.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:23 smithi003 ceph-mon[34229]: osdmap e71: 8 total, 8 up, 8 in 2024-09-16T09:00:23.961 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:23 smithi177 ceph-mon[27209]: osdmap e70: 8 total, 8 up, 8 in 2024-09-16T09:00:23.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:23 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/159947623' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-16T09:00:23.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:23 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]: dispatch 2024-09-16T09:00:23.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:23 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "foo","app": "rbd"}]': finished 2024-09-16T09:00:23.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:23 smithi177 ceph-mon[27209]: osdmap e71: 8 total, 8 up, 8 in 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: pgmap v42: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: Deploying daemon rgw.foo.smithi003.ahaqoh on smithi003 2024-09-16T09:00:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[23697]: osdmap e72: 8 total, 8 up, 8 in 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: pgmap v42: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: Deploying daemon rgw.foo.smithi003.ahaqoh on smithi003 2024-09-16T09:00:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:24 smithi003 ceph-mon[34229]: osdmap e72: 8 total, 8 up, 8 in 2024-09-16T09:00:24.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: pgmap v42: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-09-16T09:00:24.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T09:00:24.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:24.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-16T09:00:24.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-16T09:00:24.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:24.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: Deploying daemon rgw.foo.smithi003.ahaqoh on smithi003 2024-09-16T09:00:24.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:24.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:24 smithi177 ceph-mon[27209]: osdmap e72: 8 total, 8 up, 8 in 2024-09-16T09:00:25.583 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:00:25] "GET /metrics HTTP/1.1" 200 35466 "" "Prometheus/2.43.0" 2024-09-16T09:00:26.325 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch apply iscsi foo u p' 2024-09-16T09:00:26.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:26 smithi003 ceph-mon[23697]: pgmap v45: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:26.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:26 smithi003 ceph-mon[23697]: osdmap e73: 8 total, 8 up, 8 in 2024-09-16T09:00:26.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:26 smithi003 ceph-mon[23697]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T09:00:26.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:26 smithi003 ceph-mon[23697]: Cluster is now healthy 2024-09-16T09:00:26.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:26 smithi003 ceph-mon[34229]: pgmap v45: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:26.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:26 smithi003 ceph-mon[34229]: osdmap e73: 8 total, 8 up, 8 in 2024-09-16T09:00:26.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:26 smithi003 ceph-mon[34229]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T09:00:26.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:26 smithi003 ceph-mon[34229]: Cluster is now healthy 2024-09-16T09:00:26.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:26 smithi177 ceph-mon[27209]: pgmap v45: 161 pgs: 32 unknown, 129 active+clean; 581 KiB data, 231 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:26.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:26 smithi177 ceph-mon[27209]: osdmap e73: 8 total, 8 up, 8 in 2024-09-16T09:00:26.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:26 smithi177 ceph-mon[27209]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T09:00:26.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:26 smithi177 ceph-mon[27209]: Cluster is now healthy 2024-09-16T09:00:26.974 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:00:27.715 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled iscsi.foo update... 2024-09-16T09:00:28.356 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.356 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.356 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.356 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.356 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.356 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[23697]: Saving service rgw.foo spec with placement count:2 2024-09-16T09:00:28.356 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.356 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.357 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[34229]: Saving service rgw.foo spec with placement count:2 2024-09-16T09:00:28.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:27 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.423 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:27 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.423 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:27 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.423 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:27 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.423 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:27 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.423 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:27 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.423 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:27 smithi177 ceph-mon[27209]: Saving service rgw.foo spec with placement count:2 2024-09-16T09:00:28.423 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:27 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.423 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:27 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.423 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:27 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:28.925 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'sleep 180' 2024-09-16T09:00:29.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:29 smithi003 ceph-mon[34229]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 6.9 KiB/s wr, 228 op/s 2024-09-16T09:00:29.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:29 smithi003 ceph-mon[34229]: from='client.24629 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:00:29.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:29 smithi003 ceph-mon[34229]: Saving service iscsi.foo spec with placement count:1 2024-09-16T09:00:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:29 smithi003 ceph-mon[23697]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 6.9 KiB/s wr, 228 op/s 2024-09-16T09:00:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:29 smithi003 ceph-mon[23697]: from='client.24629 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:00:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:29 smithi003 ceph-mon[23697]: Saving service iscsi.foo spec with placement count:1 2024-09-16T09:00:29.209 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:00:29.351 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:29 smithi177 ceph-mon[27209]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s rd, 6.9 KiB/s wr, 228 op/s 2024-09-16T09:00:29.352 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:29 smithi177 ceph-mon[27209]: from='client.24629 -' entity='client.admin' cmd=[{"prefix": "orch apply iscsi", "pool": "foo", "api_user": "u", "api_password": "p", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:00:29.352 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:29 smithi177 ceph-mon[27209]: Saving service iscsi.foo spec with placement count:1 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:30.273 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:30 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:30.350 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-16T09:00:30.350 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-16T09:00:30.350 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.350 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-16T09:00:30.350 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.350 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.350 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.351 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]: dispatch 2024-09-16T09:00:30.352 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-16T09:00:30.352 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:30.352 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:30.352 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:30 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.386 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 5.7 KiB/s wr, 188 op/s 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]': finished 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: osdmap e74: 8 total, 8 up, 8 in 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:31.387 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 5.7 KiB/s wr, 188 op/s 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]': finished 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: osdmap e74: 8 total, 8 up, 8 in 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:31.388 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:31.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 5.7 KiB/s wr, 188 op/s 2024-09-16T09:00:31.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]': finished 2024-09-16T09:00:31.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 2]}]': finished 2024-09-16T09:00:31.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 5]}]': finished 2024-09-16T09:00:31.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]': finished 2024-09-16T09:00:31.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: osdmap e74: 8 total, 8 up, 8 in 2024-09-16T09:00:31.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:31.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:31.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:31 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:31.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:31] ENGINE Bus STOPPING 2024-09-16T09:00:32.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:31] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:00:32.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:31] ENGINE Bus STOPPED 2024-09-16T09:00:32.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:31] ENGINE Bus STARTING 2024-09-16T09:00:32.080 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:31] ENGINE Serving on http://:::9283 2024-09-16T09:00:32.081 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:31] ENGINE Bus STARTED 2024-09-16T09:00:32.081 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:31 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:31] ENGINE Bus STOPPING 2024-09-16T09:00:32.081 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[23697]: Checking dashboard <-> RGW credentials 2024-09-16T09:00:32.081 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[23697]: osdmap e75: 8 total, 8 up, 8 in 2024-09-16T09:00:32.081 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:32.081 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:32.081 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:32.081 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:00:32.081 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:00:32.081 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:00:32.082 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:32.082 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[23697]: Deploying daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:00:32.082 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[34229]: Checking dashboard <-> RGW credentials 2024-09-16T09:00:32.082 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[34229]: osdmap e75: 8 total, 8 up, 8 in 2024-09-16T09:00:32.082 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:32.082 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:32.082 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:32.082 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:00:32.082 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:00:32.082 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:00:32.082 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:32.082 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-mon[34229]: Deploying daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:00:32.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:32 smithi177 ceph-mon[27209]: Checking dashboard <-> RGW credentials 2024-09-16T09:00:32.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:32 smithi177 ceph-mon[27209]: osdmap e75: 8 total, 8 up, 8 in 2024-09-16T09:00:32.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:32 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:32.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:32 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:32.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:32 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:32.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:32 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:00:32.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:32 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:00:32.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:32 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:00:32.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:32 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:32.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:32 smithi177 ceph-mon[27209]: Deploying daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:00:32.884 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:00:32.884 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:32] ENGINE Bus STOPPED 2024-09-16T09:00:32.884 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:32] ENGINE Bus STARTING 2024-09-16T09:00:32.884 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:32] ENGINE Serving on http://:::9283 2024-09-16T09:00:32.884 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:32] ENGINE Bus STARTED 2024-09-16T09:00:33.655 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:33 smithi003 ceph-mon[34229]: pgmap v51: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 188 KiB/s rd, 6.0 KiB/s wr, 355 op/s 2024-09-16T09:00:33.656 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:33 smithi003 ceph-mon[23697]: pgmap v51: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 188 KiB/s rd, 6.0 KiB/s wr, 355 op/s 2024-09-16T09:00:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:33 smithi177 ceph-mon[27209]: pgmap v51: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 188 KiB/s rd, 6.0 KiB/s wr, 355 op/s 2024-09-16T09:00:35.346 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[34229]: pgmap v52: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 257 B/s wr, 126 op/s 2024-09-16T09:00:35.346 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.346 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[34229]: Checking pool "foo" exists for service iscsi.foo 2024-09-16T09:00:35.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/880711245' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:00:35.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[34229]: osdmap e76: 8 total, 8 up, 8 in 2024-09-16T09:00:35.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3217261221' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2984178562"}]: dispatch 2024-09-16T09:00:35.347 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[23697]: pgmap v52: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 257 B/s wr, 126 op/s 2024-09-16T09:00:35.347 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.347 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.348 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.348 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[23697]: Checking pool "foo" exists for service iscsi.foo 2024-09-16T09:00:35.348 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.348 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/880711245' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:00:35.348 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[23697]: osdmap e76: 8 total, 8 up, 8 in 2024-09-16T09:00:35.348 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.348 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3217261221' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2984178562"}]: dispatch 2024-09-16T09:00:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:35 smithi177 ceph-mon[27209]: pgmap v52: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 82 KiB/s rd, 257 B/s wr, 126 op/s 2024-09-16T09:00:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:35 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:35 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:35 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:35 smithi177 ceph-mon[27209]: Checking pool "foo" exists for service iscsi.foo 2024-09-16T09:00:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:35 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:35 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/880711245' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:00:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:35 smithi177 ceph-mon[27209]: osdmap e76: 8 total, 8 up, 8 in 2024-09-16T09:00:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:35 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:35 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3217261221' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2984178562"}]: dispatch 2024-09-16T09:00:35.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:00:35] "GET /metrics HTTP/1.1" 200 38058 "" "Prometheus/2.43.0" 2024-09-16T09:00:36.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[23697]: pgmap v54: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 341 B/s wr, 167 op/s 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3217261221' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2984178562"}]': finished 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[23697]: osdmap e77: 8 total, 8 up, 8 in 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/729306741' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4269791334"}]: dispatch 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4269791334"}]: dispatch 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[23697]: mgrmap e22: y(active, since 66s), standbys: x 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[34229]: pgmap v54: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 341 B/s wr, 167 op/s 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3217261221' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2984178562"}]': finished 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[34229]: osdmap e77: 8 total, 8 up, 8 in 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/729306741' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4269791334"}]: dispatch 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4269791334"}]: dispatch 2024-09-16T09:00:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:36 smithi003 ceph-mon[34229]: mgrmap e22: y(active, since 66s), standbys: x 2024-09-16T09:00:36.961 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:36 smithi177 ceph-mon[27209]: pgmap v54: 161 pgs: 4 peering, 157 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 109 KiB/s rd, 341 B/s wr, 167 op/s 2024-09-16T09:00:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:36 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3217261221' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2984178562"}]': finished 2024-09-16T09:00:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:36 smithi177 ceph-mon[27209]: osdmap e77: 8 total, 8 up, 8 in 2024-09-16T09:00:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:36 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/729306741' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4269791334"}]: dispatch 2024-09-16T09:00:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:36 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4269791334"}]: dispatch 2024-09-16T09:00:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:36 smithi177 ceph-mon[27209]: mgrmap e22: y(active, since 66s), standbys: x 2024-09-16T09:00:37.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:37 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4269791334"}]': finished 2024-09-16T09:00:37.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:37 smithi177 ceph-mon[27209]: osdmap e78: 8 total, 8 up, 8 in 2024-09-16T09:00:37.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:37 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1243834893' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1463530790"}]: dispatch 2024-09-16T09:00:37.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:37 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1463530790"}]: dispatch 2024-09-16T09:00:37.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:37 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:37.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:37 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4269791334"}]': finished 2024-09-16T09:00:38.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[23697]: osdmap e78: 8 total, 8 up, 8 in 2024-09-16T09:00:38.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1243834893' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1463530790"}]: dispatch 2024-09-16T09:00:38.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1463530790"}]: dispatch 2024-09-16T09:00:38.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4269791334"}]': finished 2024-09-16T09:00:38.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[34229]: osdmap e78: 8 total, 8 up, 8 in 2024-09-16T09:00:38.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1243834893' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1463530790"}]: dispatch 2024-09-16T09:00:38.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1463530790"}]: dispatch 2024-09-16T09:00:38.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:37 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.913 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 511 B/s wr, 9 op/s 2024-09-16T09:00:38.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1463530790"}]': finished 2024-09-16T09:00:38.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: osdmap e79: 8 total, 8 up, 8 in 2024-09-16T09:00:38.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:38.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:38.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-16T09:00:38.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: Reconfiguring daemon alertmanager.a on smithi003 2024-09-16T09:00:38.914 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1531655499' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/3655945547"}]: dispatch 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 511 B/s wr, 9 op/s 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1463530790"}]': finished 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: osdmap e79: 8 total, 8 up, 8 in 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: Reconfiguring daemon alertmanager.a on smithi003 2024-09-16T09:00:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:38 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1531655499' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/3655945547"}]: dispatch 2024-09-16T09:00:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 511 B/s wr, 9 op/s 2024-09-16T09:00:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1463530790"}]': finished 2024-09-16T09:00:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: osdmap e79: 8 total, 8 up, 8 in 2024-09-16T09:00:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:38.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:38.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: Reconfiguring alertmanager.a (dependencies changed)... 2024-09-16T09:00:38.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: Reconfiguring daemon alertmanager.a on smithi003 2024-09-16T09:00:38.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:38 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1531655499' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/3655945547"}]: dispatch 2024-09-16T09:00:40.046 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:39 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1531655499' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/3655945547"}]': finished 2024-09-16T09:00:40.046 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:39 smithi003 ceph-mon[34229]: osdmap e80: 8 total, 8 up, 8 in 2024-09-16T09:00:40.046 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:39 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1798782695' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2210884389"}]: dispatch 2024-09-16T09:00:40.046 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:39 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2210884389"}]: dispatch 2024-09-16T09:00:40.046 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:39 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1531655499' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/3655945547"}]': finished 2024-09-16T09:00:40.046 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:39 smithi003 ceph-mon[23697]: osdmap e80: 8 total, 8 up, 8 in 2024-09-16T09:00:40.046 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:39 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1798782695' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2210884389"}]: dispatch 2024-09-16T09:00:40.047 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:39 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2210884389"}]: dispatch 2024-09-16T09:00:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:39 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1531655499' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/3655945547"}]': finished 2024-09-16T09:00:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:39 smithi177 ceph-mon[27209]: osdmap e80: 8 total, 8 up, 8 in 2024-09-16T09:00:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:39 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1798782695' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2210884389"}]: dispatch 2024-09-16T09:00:40.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:39 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2210884389"}]: dispatch 2024-09-16T09:00:40.910 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:40 smithi177 ceph-mon[27209]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 767 B/s wr, 13 op/s 2024-09-16T09:00:41.160 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:40 smithi003 ceph-mon[23697]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 767 B/s wr, 13 op/s 2024-09-16T09:00:41.160 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:40 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2210884389"}]': finished 2024-09-16T09:00:41.160 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:40 smithi003 ceph-mon[23697]: osdmap e81: 8 total, 8 up, 8 in 2024-09-16T09:00:41.160 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:40 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3222286977' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/3655945547"}]: dispatch 2024-09-16T09:00:41.161 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:40 smithi003 ceph-mon[34229]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 767 B/s wr, 13 op/s 2024-09-16T09:00:41.161 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:40 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2210884389"}]': finished 2024-09-16T09:00:41.161 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:40 smithi003 ceph-mon[34229]: osdmap e81: 8 total, 8 up, 8 in 2024-09-16T09:00:41.161 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:40 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3222286977' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/3655945547"}]: dispatch 2024-09-16T09:00:41.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:40 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2210884389"}]': finished 2024-09-16T09:00:41.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:40 smithi177 ceph-mon[27209]: osdmap e81: 8 total, 8 up, 8 in 2024-09-16T09:00:41.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:40 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3222286977' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/3655945547"}]: dispatch 2024-09-16T09:00:41.420 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:41 smithi003 systemd[1]: Stopping Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:00:41.671 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:41 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[64341]: ts=2024-09-16T09:00:41.419Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-16T09:00:41.695 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:41 smithi003 podman[73316]: 2024-09-16 09:00:41.460708364 +0000 UTC m=+0.148203035 container died 2e89386f288340cddf88950f0e112c0ce356468a7a107d4a7046a2b26edb9415 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:41.925 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:41 smithi003 podman[73316]: 2024-09-16 09:00:41.877877124 +0000 UTC m=+0.565371792 container cleanup 2e89386f288340cddf88950f0e112c0ce356468a7a107d4a7046a2b26edb9415 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:41.925 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:41 smithi003 bash[73316]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a 2024-09-16T09:00:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:41 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3222286977' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/3655945547"}]': finished 2024-09-16T09:00:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:41 smithi003 ceph-mon[23697]: osdmap e82: 8 total, 8 up, 8 in 2024-09-16T09:00:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:41 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/107112938' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2618273752"}]: dispatch 2024-09-16T09:00:41.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:41 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3222286977' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/3655945547"}]': finished 2024-09-16T09:00:41.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:41 smithi003 ceph-mon[34229]: osdmap e82: 8 total, 8 up, 8 in 2024-09-16T09:00:41.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:41 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/107112938' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2618273752"}]: dispatch 2024-09-16T09:00:42.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:41 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3222286977' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/3655945547"}]': finished 2024-09-16T09:00:42.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:41 smithi177 ceph-mon[27209]: osdmap e82: 8 total, 8 up, 8 in 2024-09-16T09:00:42.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:41 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/107112938' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2618273752"}]: dispatch 2024-09-16T09:00:42.305 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:42 smithi003 podman[73328]: 2024-09-16 09:00:42.146110831 +0000 UTC m=+0.684272971 container remove 2e89386f288340cddf88950f0e112c0ce356468a7a107d4a7046a2b26edb9415 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:42.555 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:42 smithi003 podman[73328]: 2024-09-16 09:00:42.305216405 +0000 UTC m=+0.843378551 volume remove 395aafc7122ac9f0c4eeb663d9131b3919c679dd84774f7d4e89b40a66298b63 2024-09-16T09:00:42.555 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:42 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-16T09:00:42.867 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:42 smithi003 systemd[1]: Stopped Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:00:42.867 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:42 smithi003 systemd[1]: Starting Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:00:42.867 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:42 smithi003 podman[73442]: 2024-09-16 09:00:42.757972264 +0000 UTC m=+0.106990264 volume create 171725364be38e47d24beccc6fcc07d52e80a115b0fbb5a67943272303456d1c 2024-09-16T09:00:42.867 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:42 smithi003 podman[73442]: 2024-09-16 09:00:42.667201664 +0000 UTC m=+0.016219673 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-09-16T09:00:42.867 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:42 smithi003 podman[73442]: 2024-09-16 09:00:42.866679599 +0000 UTC m=+0.215697598 container create 58d549b6cf0cbfb10481cc98ec93ff770fe914b343a5503ec5bfc253521cfeb2 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:43.153 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:42 smithi003 ceph-mon[23697]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:43.153 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:42 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/107112938' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2618273752"}]': finished 2024-09-16T09:00:43.153 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:42 smithi003 ceph-mon[23697]: osdmap e83: 8 total, 8 up, 8 in 2024-09-16T09:00:43.153 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:42 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/340109659' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4069522964"}]: dispatch 2024-09-16T09:00:43.153 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:42 smithi003 ceph-mon[34229]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:43.153 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:42 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/107112938' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2618273752"}]': finished 2024-09-16T09:00:43.153 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:42 smithi003 ceph-mon[34229]: osdmap e83: 8 total, 8 up, 8 in 2024-09-16T09:00:43.153 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:42 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/340109659' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4069522964"}]: dispatch 2024-09-16T09:00:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:42 smithi177 ceph-mon[27209]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:42 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/107112938' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2618273752"}]': finished 2024-09-16T09:00:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:42 smithi177 ceph-mon[27209]: osdmap e83: 8 total, 8 up, 8 in 2024-09-16T09:00:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:42 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/340109659' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4069522964"}]: dispatch 2024-09-16T09:00:43.425 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 podman[73442]: 2024-09-16 09:00:43.152468585 +0000 UTC m=+0.501486590 container init 58d549b6cf0cbfb10481cc98ec93ff770fe914b343a5503ec5bfc253521cfeb2 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 podman[73442]: 2024-09-16 09:00:43.156318526 +0000 UTC m=+0.505336532 container start 58d549b6cf0cbfb10481cc98ec93ff770fe914b343a5503ec5bfc253521cfeb2 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:00:43.168Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:00:43.168Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:00:43.169Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.3 port=9094 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:00:43.170Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:00:43.196Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:00:43.196Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:00:43.199Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:00:43.199Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 bash[73442]: 58d549b6cf0cbfb10481cc98ec93ff770fe914b343a5503ec5bfc253521cfeb2 2024-09-16T09:00:43.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:43 smithi003 systemd[1]: Started Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:00:44.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/340109659' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4069522964"}]': finished 2024-09-16T09:00:44.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[23697]: osdmap e84: 8 total, 8 up, 8 in 2024-09-16T09:00:44.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4045292369' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2713396698"}]: dispatch 2024-09-16T09:00:44.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2713396698"}]: dispatch 2024-09-16T09:00:44.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:44.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:44.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[23697]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:00:44.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/340109659' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4069522964"}]': finished 2024-09-16T09:00:44.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[34229]: osdmap e84: 8 total, 8 up, 8 in 2024-09-16T09:00:44.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4045292369' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2713396698"}]: dispatch 2024-09-16T09:00:44.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2713396698"}]: dispatch 2024-09-16T09:00:44.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:44.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:44.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:43 smithi003 ceph-mon[34229]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:00:44.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:43 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/340109659' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4069522964"}]': finished 2024-09-16T09:00:44.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:43 smithi177 ceph-mon[27209]: osdmap e84: 8 total, 8 up, 8 in 2024-09-16T09:00:44.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:43 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4045292369' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2713396698"}]: dispatch 2024-09-16T09:00:44.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:43 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2713396698"}]: dispatch 2024-09-16T09:00:44.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:43 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:44.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:43 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:44.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:43 smithi177 ceph-mon[27209]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:00:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:44 smithi177 ceph-mon[27209]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:00:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:44 smithi177 ceph-mon[27209]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:44 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2713396698"}]': finished 2024-09-16T09:00:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:44 smithi177 ceph-mon[27209]: osdmap e85: 8 total, 8 up, 8 in 2024-09-16T09:00:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:44 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:00:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:44 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2559076626' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1886672874"}]: dispatch 2024-09-16T09:00:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:44 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1886672874"}]: dispatch 2024-09-16T09:00:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:44 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:45.345 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:00:45.170Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000010028s 2024-09-16T09:00:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[23697]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:00:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[23697]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2713396698"}]': finished 2024-09-16T09:00:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[23697]: osdmap e85: 8 total, 8 up, 8 in 2024-09-16T09:00:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:00:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2559076626' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1886672874"}]: dispatch 2024-09-16T09:00:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1886672874"}]: dispatch 2024-09-16T09:00:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:45.346 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[34229]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:00:45.346 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[34229]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:45.346 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2713396698"}]': finished 2024-09-16T09:00:45.346 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[34229]: osdmap e85: 8 total, 8 up, 8 in 2024-09-16T09:00:45.346 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:00:45.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2559076626' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1886672874"}]: dispatch 2024-09-16T09:00:45.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1886672874"}]: dispatch 2024-09-16T09:00:45.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:44 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:00:45.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:00:45] "GET /metrics HTTP/1.1" 200 38130 "" "Prometheus/2.43.0" 2024-09-16T09:00:46.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:45 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1886672874"}]': finished 2024-09-16T09:00:46.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:45 smithi177 ceph-mon[27209]: osdmap e86: 8 total, 8 up, 8 in 2024-09-16T09:00:46.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:45 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/104115073' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1886672874"}]: dispatch 2024-09-16T09:00:46.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:45 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1886672874"}]': finished 2024-09-16T09:00:46.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:45 smithi003 ceph-mon[23697]: osdmap e86: 8 total, 8 up, 8 in 2024-09-16T09:00:46.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:45 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/104115073' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1886672874"}]: dispatch 2024-09-16T09:00:46.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:45 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1886672874"}]': finished 2024-09-16T09:00:46.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:45 smithi003 ceph-mon[34229]: osdmap e86: 8 total, 8 up, 8 in 2024-09-16T09:00:46.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:45 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/104115073' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1886672874"}]: dispatch 2024-09-16T09:00:46.957 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:46 smithi177 systemd[1]: Stopping Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:00:47.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:46 smithi177 ceph-mon[27209]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:47.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:46 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/104115073' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1886672874"}]': finished 2024-09-16T09:00:47.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:46 smithi177 ceph-mon[27209]: osdmap e87: 8 total, 8 up, 8 in 2024-09-16T09:00:47.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:46 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3242583730' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/156255614"}]: dispatch 2024-09-16T09:00:47.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:46 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/156255614"}]: dispatch 2024-09-16T09:00:47.212 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-16T09:00:47.213 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-16T09:00:47.213 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-16T09:00:47.213 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-16T09:00:47.213 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-16T09:00:47.213 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-16T09:00:47.213 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-16T09:00:47.213 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-16T09:00:47.213 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-16T09:00:47.213 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-16T09:00:47.213 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-16T09:00:47.214 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[53690]: ts=2024-09-16T09:00:47.038Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-16T09:00:47.214 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 podman[58832]: 2024-09-16 09:00:47.04825635 +0000 UTC m=+0.132650179 container died 37e3d8bfc1b67087f2ff49f00f09e614c65e73a0d3db81b514e358b16483b210 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:47.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:46 smithi003 ceph-mon[23697]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:47.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:46 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/104115073' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1886672874"}]': finished 2024-09-16T09:00:47.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:46 smithi003 ceph-mon[23697]: osdmap e87: 8 total, 8 up, 8 in 2024-09-16T09:00:47.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:46 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3242583730' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/156255614"}]: dispatch 2024-09-16T09:00:47.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:46 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/156255614"}]: dispatch 2024-09-16T09:00:47.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:46 smithi003 ceph-mon[34229]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 240 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:00:47.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:46 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/104115073' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/1886672874"}]': finished 2024-09-16T09:00:47.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:46 smithi003 ceph-mon[34229]: osdmap e87: 8 total, 8 up, 8 in 2024-09-16T09:00:47.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:46 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3242583730' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/156255614"}]: dispatch 2024-09-16T09:00:47.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:46 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/156255614"}]: dispatch 2024-09-16T09:00:47.681 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 podman[58832]: 2024-09-16 09:00:47.421262744 +0000 UTC m=+0.505656579 container cleanup 37e3d8bfc1b67087f2ff49f00f09e614c65e73a0d3db81b514e358b16483b210 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:47.681 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 bash[58832]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a 2024-09-16T09:00:47.962 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 podman[58844]: 2024-09-16 09:00:47.680746508 +0000 UTC m=+0.634713320 container remove 37e3d8bfc1b67087f2ff49f00f09e614c65e73a0d3db81b514e358b16483b210 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:47.962 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-16T09:00:47.962 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 systemd[1]: Stopped Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:00:47.962 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Consumed 1.194s CPU time. 2024-09-16T09:00:47.962 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:47 smithi177 systemd[1]: Starting Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:00:48.309 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/156255614"}]': finished 2024-09-16T09:00:48.309 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-mon[27209]: osdmap e88: 8 total, 8 up, 8 in 2024-09-16T09:00:48.309 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/541517482' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/210534669"}]: dispatch 2024-09-16T09:00:48.309 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:47 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/210534669"}]: dispatch 2024-09-16T09:00:48.309 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 podman[58937]: 2024-09-16 09:00:47.959240682 +0000 UTC m=+0.017089339 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-16T09:00:48.309 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 podman[58937]: 2024-09-16 09:00:48.098409257 +0000 UTC m=+0.156257958 container create 401d12cef10f902ad416282c0e2609ae66a12c3d3145b5fa2754d2f362ef63a9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:48.309 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 podman[58937]: 2024-09-16 09:00:48.308690405 +0000 UTC m=+0.366539047 container init 401d12cef10f902ad416282c0e2609ae66a12c3d3145b5fa2754d2f362ef63a9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:48.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:47 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/156255614"}]': finished 2024-09-16T09:00:48.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:47 smithi003 ceph-mon[23697]: osdmap e88: 8 total, 8 up, 8 in 2024-09-16T09:00:48.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:47 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/541517482' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/210534669"}]: dispatch 2024-09-16T09:00:48.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:47 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/210534669"}]: dispatch 2024-09-16T09:00:48.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:47 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/156255614"}]': finished 2024-09-16T09:00:48.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:47 smithi003 ceph-mon[34229]: osdmap e88: 8 total, 8 up, 8 in 2024-09-16T09:00:48.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:47 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/541517482' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/210534669"}]: dispatch 2024-09-16T09:00:48.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:47 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/210534669"}]: dispatch 2024-09-16T09:00:48.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 podman[58937]: 2024-09-16 09:00:48.311713192 +0000 UTC m=+0.369561845 container start 401d12cef10f902ad416282c0e2609ae66a12c3d3145b5fa2754d2f362ef63a9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:00:48.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.335Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-16T09:00:48.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.335Z 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-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.335Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi177 (none))" 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.335Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.335Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.336Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.337Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.339Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.339Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.340Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.340Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.39µs 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.340Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.343Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-16T09:00:48.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.343Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-16T09:00:48.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.343Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=16.53µs wal_replay_duration=3.373599ms wbl_replay_duration=104ns total_replay_duration=3.407196ms 2024-09-16T09:00:48.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.344Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-16T09:00:48.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.344Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-16T09:00:48.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.344Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-16T09:00:48.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.363Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=19.417744ms db_storage=716ns remote_storage=1.097µs web_handler=358ns query_engine=867ns scrape=426.724µs scrape_sd=94.909µs notify=16.705µs notify_sd=15.653µs rules=18.553308ms tracing=5.85µs 2024-09-16T09:00:48.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.363Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-16T09:00:48.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:00:48.363Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-16T09:00:48.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 bash[58937]: 401d12cef10f902ad416282c0e2609ae66a12c3d3145b5fa2754d2f362ef63a9 2024-09-16T09:00:48.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:00:48 smithi177 systemd[1]: Started Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:00:48.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:48] ENGINE Bus STOPPING 2024-09-16T09:00:48.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:48] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:00:48.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:48] ENGINE Bus STOPPED 2024-09-16T09:00:48.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:48] ENGINE Bus STARTING 2024-09-16T09:00:48.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:48] ENGINE Serving on http://:::9283 2024-09-16T09:00:48.926 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:48] ENGINE Bus STARTED 2024-09-16T09:00:48.926 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:48] ENGINE Bus STOPPING 2024-09-16T09:00:49.253 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:00:49.253 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE Bus STOPPED 2024-09-16T09:00:49.254 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE Bus STARTING 2024-09-16T09:00:49.254 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:49.254 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/210534669"}]': finished 2024-09-16T09:00:49.254 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: osdmap e89: 8 total, 8 up, 8 in 2024-09-16T09:00:49.254 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3956673035' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/1135719700"}]: dispatch 2024-09-16T09:00:49.254 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/1135719700"}]: dispatch 2024-09-16T09:00:49.254 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.254 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.254 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi177.front.sepia.ceph.com:9095"}]: dispatch 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi177.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T09:00:49.255 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/210534669"}]': finished 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: osdmap e89: 8 total, 8 up, 8 in 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3956673035' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/1135719700"}]: dispatch 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/1135719700"}]: dispatch 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:00:49.256 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:00:49.257 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.257 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:00:49.257 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.257 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:00:49.257 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi177.front.sepia.ceph.com:9095"}]: dispatch 2024-09-16T09:00:49.257 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.257 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:00:49.257 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi177.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T09:00:49.257 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:48 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/210534669"}]': finished 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: osdmap e89: 8 total, 8 up, 8 in 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3956673035' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/1135719700"}]: dispatch 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/1135719700"}]: dispatch 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:00:49.303 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:00:49.304 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.304 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:00:49.304 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.304 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:00:49.304 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi177.front.sepia.ceph.com:9095"}]: dispatch 2024-09-16T09:00:49.304 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.304 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:00:49.304 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi177.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T09:00:49.304 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:48 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:49.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE Serving on http://:::9283 2024-09-16T09:00:49.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE Bus STARTED 2024-09-16T09:00:49.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE Bus STOPPING 2024-09-16T09:00:50.162 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:00:50.162 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE Bus STOPPED 2024-09-16T09:00:50.162 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE Bus STARTING 2024-09-16T09:00:50.162 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE Serving on http://:::9283 2024-09-16T09:00:50.162 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE Bus STARTED 2024-09-16T09:00:50.162 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:49] ENGINE Bus STOPPING 2024-09-16T09:00:50.162 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:00:50.162 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: Adding iSCSI gateway http://:@172.21.15.3:5000 to Dashboard 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi177.front.sepia.ceph.com:9095"}]: dispatch 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi177.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/1135719700"}]': finished 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: osdmap e90: 8 total, 8 up, 8 in 2024-09-16T09:00:50.163 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/661591397' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2698716109"}]: dispatch 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: Adding iSCSI gateway http://:@172.21.15.3:5000 to Dashboard 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi177.front.sepia.ceph.com:9095"}]: dispatch 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi177.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/1135719700"}]': finished 2024-09-16T09:00:50.164 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: osdmap e90: 8 total, 8 up, 8 in 2024-09-16T09:00:50.165 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:49 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/661591397' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2698716109"}]: dispatch 2024-09-16T09:00:50.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:50] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:00:50.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:50] ENGINE Bus STOPPED 2024-09-16T09:00:50.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:50] ENGINE Bus STARTING 2024-09-16T09:00:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:00:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T09:00:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:00:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: Adding iSCSI gateway http://:@172.21.15.3:5000 to Dashboard 2024-09-16T09:00:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:00:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:00:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:00:50.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi177.front.sepia.ceph.com:9095"}]: dispatch 2024-09-16T09:00:50.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:00:50.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi177.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T09:00:50.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/1135719700"}]': finished 2024-09-16T09:00:50.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: osdmap e90: 8 total, 8 up, 8 in 2024-09-16T09:00:50.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:49 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/661591397' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2698716109"}]: dispatch 2024-09-16T09:00:50.878 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:50] ENGINE Serving on http://:::9283 2024-09-16T09:00:50.878 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:00:50] ENGINE Bus STARTED 2024-09-16T09:00:51.002 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:50 smithi177 ceph-mon[27209]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:51.002 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:50 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/661591397' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2698716109"}]': finished 2024-09-16T09:00:51.002 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:50 smithi177 ceph-mon[27209]: osdmap e91: 8 total, 8 up, 8 in 2024-09-16T09:00:51.002 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:50 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/317358512' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1463530790"}]: dispatch 2024-09-16T09:00:51.003 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:50 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1463530790"}]: dispatch 2024-09-16T09:00:51.137 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-mon[23697]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:51.137 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/661591397' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2698716109"}]': finished 2024-09-16T09:00:51.137 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-mon[23697]: osdmap e91: 8 total, 8 up, 8 in 2024-09-16T09:00:51.137 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/317358512' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1463530790"}]: dispatch 2024-09-16T09:00:51.138 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1463530790"}]: dispatch 2024-09-16T09:00:51.138 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-mon[34229]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:51.138 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/661591397' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/2698716109"}]': finished 2024-09-16T09:00:51.138 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-mon[34229]: osdmap e91: 8 total, 8 up, 8 in 2024-09-16T09:00:51.138 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/317358512' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1463530790"}]: dispatch 2024-09-16T09:00:51.138 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:50 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1463530790"}]: dispatch 2024-09-16T09:00:52.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:51 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1463530790"}]': finished 2024-09-16T09:00:52.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:51 smithi003 ceph-mon[23697]: osdmap e92: 8 total, 8 up, 8 in 2024-09-16T09:00:52.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:51 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1463530790"}]': finished 2024-09-16T09:00:52.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:51 smithi003 ceph-mon[34229]: osdmap e92: 8 total, 8 up, 8 in 2024-09-16T09:00:52.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:51 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/1463530790"}]': finished 2024-09-16T09:00:52.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:51 smithi177 ceph-mon[27209]: osdmap e92: 8 total, 8 up, 8 in 2024-09-16T09:00:53.425 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:00:53.172Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001869763s 2024-09-16T09:00:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[23697]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[34229]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:53 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:53 smithi177 ceph-mon[27209]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:00:53.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:53 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:53 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:53 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:53 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:53 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:00:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:53 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:00:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:53 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:00:54.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:54 smithi003 ceph-mon[23697]: Checking dashboard <-> RGW credentials 2024-09-16T09:00:54.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:54 smithi003 ceph-mon[34229]: Checking dashboard <-> RGW credentials 2024-09-16T09:00:54.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:54 smithi177 ceph-mon[27209]: Checking dashboard <-> RGW credentials 2024-09-16T09:00:55.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:55 smithi003 ceph-mon[23697]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 907 B/s rd, 0 op/s 2024-09-16T09:00:55.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:55 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:00:55.346 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:55 smithi003 ceph-mon[34229]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 907 B/s rd, 0 op/s 2024-09-16T09:00:55.347 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:55 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:00:55.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:55 smithi177 ceph-mon[27209]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 907 B/s rd, 0 op/s 2024-09-16T09:00:55.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:55 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:00:55.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:00:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:00:55] "GET /metrics HTTP/1.1" 200 38130 "" "Prometheus/2.43.0" 2024-09-16T09:00:57.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:57 smithi003 ceph-mon[23697]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 0 op/s 2024-09-16T09:00:57.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:57 smithi003 ceph-mon[34229]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 0 op/s 2024-09-16T09:00:57.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:57 smithi177 ceph-mon[27209]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 771 B/s rd, 0 op/s 2024-09-16T09:00:59.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:00:59 smithi003 ceph-mon[23697]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4 op/s 2024-09-16T09:00:59.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:00:59 smithi003 ceph-mon[34229]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4 op/s 2024-09-16T09:00:59.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:00:59 smithi177 ceph-mon[27209]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 4 op/s 2024-09-16T09:01:00.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:00 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:00.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:00 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:00.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:00 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:01.402 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:01 smithi177 ceph-mon[27209]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-16T09:01:01.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:01 smithi003 ceph-mon[23697]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-16T09:01:01.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:01 smithi003 ceph-mon[34229]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-16T09:01:03.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:03 smithi003 ceph-mon[23697]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-16T09:01:03.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:03 smithi003 ceph-mon[34229]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-16T09:01:03.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:03 smithi177 ceph-mon[27209]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-16T09:01:05.344 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:05 smithi003 ceph-mon[23697]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-16T09:01:05.344 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:05 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:05.345 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:05 smithi003 ceph-mon[34229]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-16T09:01:05.345 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:05 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:05.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:05 smithi177 ceph-mon[27209]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-16T09:01:05.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:05 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:05.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:01:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:01:05] "GET /metrics HTTP/1.1" 200 38139 "" "Prometheus/2.43.0" 2024-09-16T09:01:07.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:07 smithi003 ceph-mon[23697]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-16T09:01:07.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:07 smithi003 ceph-mon[34229]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-16T09:01:07.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:07 smithi177 ceph-mon[27209]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-16T09:01:09.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:09 smithi003 ceph-mon[34229]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-16T09:01:09.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:09 smithi003 ceph-mon[23697]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-16T09:01:09.461 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:09 smithi177 ceph-mon[27209]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-16T09:01:11.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:11 smithi003 ceph-mon[34229]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:11.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:11 smithi003 ceph-mon[23697]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:11.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:11 smithi177 ceph-mon[27209]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:13.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:13 smithi003 ceph-mon[34229]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:13.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:13 smithi003 ceph-mon[23697]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:13.455 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:13 smithi177 ceph-mon[27209]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:15.345 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:15 smithi003 ceph-mon[34229]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:15.345 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:15 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:15.345 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:15 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:15.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:15 smithi003 ceph-mon[23697]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:15.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:15 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:15.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:15 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:15.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:15 smithi177 ceph-mon[27209]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:15.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:15 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:15.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:15 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:15.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:01:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:01:15] "GET /metrics HTTP/1.1" 200 38139 "" "Prometheus/2.43.0" 2024-09-16T09:01:17.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:17 smithi003 ceph-mon[23697]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:17.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:17 smithi003 ceph-mon[34229]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:17.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:17 smithi177 ceph-mon[27209]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:19.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:19 smithi003 ceph-mon[23697]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:19.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:19 smithi003 ceph-mon[34229]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:19.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:19 smithi177 ceph-mon[27209]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:21.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:21 smithi003 ceph-mon[23697]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:21.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:21 smithi003 ceph-mon[34229]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:21.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:21 smithi177 ceph-mon[27209]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:23.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:23 smithi003 ceph-mon[23697]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:23.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:23 smithi003 ceph-mon[34229]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:23.461 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:23 smithi177 ceph-mon[27209]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:25.345 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:25 smithi003 ceph-mon[34229]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:25.345 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:25 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:25.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:25 smithi003 ceph-mon[23697]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:25.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:25 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:25.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:25 smithi177 ceph-mon[27209]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:25.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:25 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:25.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:01:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:01:25] "GET /metrics HTTP/1.1" 200 38139 "" "Prometheus/2.43.0" 2024-09-16T09:01:27.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:27 smithi003 ceph-mon[23697]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:27.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:27 smithi003 ceph-mon[34229]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:27.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:27 smithi177 ceph-mon[27209]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:29.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:29 smithi003 ceph-mon[23697]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:29.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:29 smithi003 ceph-mon[34229]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:29 smithi177 ceph-mon[27209]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:30.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:30.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:31.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:31 smithi003 ceph-mon[34229]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:31.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:31 smithi003 ceph-mon[23697]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:31.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:31 smithi177 ceph-mon[27209]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:33.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:33 smithi003 ceph-mon[23697]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:33.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:33 smithi003 ceph-mon[34229]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:33.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:33 smithi177 ceph-mon[27209]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:35.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:01:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:01:35] "GET /metrics HTTP/1.1" 200 38137 "" "Prometheus/2.43.0" 2024-09-16T09:01:35.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:35 smithi003 ceph-mon[23697]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:35.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:35 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:35.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:35 smithi003 ceph-mon[34229]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:35.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:35 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:35 smithi177 ceph-mon[27209]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:35 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:37.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:37 smithi003 ceph-mon[23697]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:37.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:37 smithi003 ceph-mon[34229]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:37.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:37 smithi177 ceph-mon[27209]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:39.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:39 smithi003 ceph-mon[23697]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:39.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:39 smithi003 ceph-mon[34229]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:39.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:39 smithi177 ceph-mon[27209]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:41.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:41 smithi003 ceph-mon[23697]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:41.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:41 smithi003 ceph-mon[34229]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:41.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:41 smithi177 ceph-mon[27209]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:43.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:43 smithi003 ceph-mon[23697]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:43.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:43 smithi003 ceph-mon[34229]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:43.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:43 smithi177 ceph-mon[27209]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:45.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:01:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:01:45] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.43.0" 2024-09-16T09:01:45.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:45 smithi003 ceph-mon[23697]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:45.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:45 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:45.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:45 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:45.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:45 smithi003 ceph-mon[34229]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:45.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:45 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:45.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:45 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:45.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:45 smithi177 ceph-mon[27209]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:45.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:45 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:45.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:45 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:01:47.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:47 smithi003 ceph-mon[23697]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:47.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:47 smithi003 ceph-mon[34229]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:47.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:47 smithi177 ceph-mon[27209]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:49.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:49 smithi003 ceph-mon[34229]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:49 smithi003 ceph-mon[23697]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:49.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:49 smithi177 ceph-mon[27209]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:51.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:51 smithi003 ceph-mon[34229]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:51.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:51 smithi003 ceph-mon[23697]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:51 smithi177 ceph-mon[27209]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:53.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:53 smithi003 ceph-mon[34229]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:53 smithi003 ceph-mon[23697]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:53.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:53 smithi177 ceph-mon[27209]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:55.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:01:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:01:55] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.43.0" 2024-09-16T09:01:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:55 smithi003 ceph-mon[23697]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:55 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:55.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:55 smithi003 ceph-mon[34229]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:55.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:55 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:55.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:55 smithi177 ceph-mon[27209]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:55.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:55 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:01:57.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[23697]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:01:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:01:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:01:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:01:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:01:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[34229]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:01:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:01:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:01:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:01:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:57 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:01:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:57 smithi177 ceph-mon[27209]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:01:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:57 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:01:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:57 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:01:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:57 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:01:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:57 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:01:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:57 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:01:59.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:01:59 smithi003 ceph-mon[23697]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:59.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:01:59 smithi003 ceph-mon[34229]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:01:59.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:01:59 smithi177 ceph-mon[27209]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:00.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:00 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:00.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:00 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:00.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:00 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:01.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:01 smithi003 ceph-mon[23697]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:01.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:01 smithi003 ceph-mon[34229]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:01.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:01 smithi177 ceph-mon[27209]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:03.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:03 smithi003 ceph-mon[34229]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:03.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:03 smithi003 ceph-mon[23697]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:03.711 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:03 smithi177 ceph-mon[27209]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:05.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:05 smithi003 ceph-mon[34229]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:05.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:05 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:05 smithi003 ceph-mon[23697]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:05 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:05.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:02:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:02:05] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.43.0" 2024-09-16T09:02:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:05 smithi177 ceph-mon[27209]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:05 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:07 smithi003 ceph-mon[34229]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:07.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:07 smithi003 ceph-mon[23697]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:07.711 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:07 smithi177 ceph-mon[27209]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:09.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:09 smithi003 ceph-mon[34229]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:09 smithi003 ceph-mon[23697]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:09.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:09 smithi177 ceph-mon[27209]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:11.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:11 smithi003 ceph-mon[34229]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:11.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:11 smithi003 ceph-mon[23697]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:11.711 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:11 smithi177 ceph-mon[27209]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:13.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:13 smithi003 ceph-mon[23697]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:13.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:13 smithi003 ceph-mon[34229]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:13 smithi177 ceph-mon[27209]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:15.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:15 smithi003 ceph-mon[23697]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:15.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:15 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:15.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:15 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:15.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:02:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:02:15] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.43.0" 2024-09-16T09:02:15.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:15 smithi003 ceph-mon[34229]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:15.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:15 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:15.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:15 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:15 smithi177 ceph-mon[27209]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:15 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:15 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:17.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:17 smithi003 ceph-mon[23697]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:17.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:17 smithi003 ceph-mon[34229]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:17.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:17 smithi177 ceph-mon[27209]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:19.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:19 smithi003 ceph-mon[23697]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:19.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:19 smithi003 ceph-mon[34229]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:19.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:19 smithi177 ceph-mon[27209]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:21.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:21 smithi003 ceph-mon[23697]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:21.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:21 smithi003 ceph-mon[34229]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:21.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:21 smithi177 ceph-mon[27209]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:23.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:23 smithi003 ceph-mon[23697]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:23 smithi003 ceph-mon[34229]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:23 smithi177 ceph-mon[27209]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:25.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:02:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:02:25] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.43.0" 2024-09-16T09:02:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:25 smithi003 ceph-mon[23697]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:25 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:25 smithi003 ceph-mon[34229]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:25 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:25 smithi177 ceph-mon[27209]: pgmap v124: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:25 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:27.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:27 smithi003 ceph-mon[34229]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:27 smithi003 ceph-mon[23697]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:27 smithi177 ceph-mon[27209]: pgmap v125: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:29.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:29 smithi003 ceph-mon[23697]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:29.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:29 smithi003 ceph-mon[34229]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:29 smithi177 ceph-mon[27209]: pgmap v126: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:30.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:30.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:31.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:31 smithi003 ceph-mon[34229]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:31 smithi003 ceph-mon[23697]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:31 smithi177 ceph-mon[27209]: pgmap v127: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:33.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:33 smithi003 ceph-mon[34229]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:33.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:33 smithi003 ceph-mon[23697]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:33 smithi177 ceph-mon[27209]: pgmap v128: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:35.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:02:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:02:35] "GET /metrics HTTP/1.1" 200 38152 "" "Prometheus/2.43.0" 2024-09-16T09:02:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:35 smithi003 ceph-mon[34229]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:35 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:35 smithi003 ceph-mon[23697]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:35 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:35 smithi177 ceph-mon[27209]: pgmap v129: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:35 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:37.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:37 smithi003 ceph-mon[23697]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:37.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:37 smithi003 ceph-mon[34229]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:37 smithi177 ceph-mon[27209]: pgmap v130: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:39.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:39 smithi003 ceph-mon[23697]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:39.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:39 smithi003 ceph-mon[34229]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:39.711 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:39 smithi177 ceph-mon[27209]: pgmap v131: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:41.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:41 smithi003 ceph-mon[23697]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:41.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:41 smithi003 ceph-mon[34229]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:41 smithi177 ceph-mon[27209]: pgmap v132: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:43.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:43 smithi003 ceph-mon[23697]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:43.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:43 smithi003 ceph-mon[34229]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:43 smithi177 ceph-mon[27209]: pgmap v133: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:45.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:45 smithi003 ceph-mon[23697]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:45 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:45 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:45.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:02:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:02:45] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.43.0" 2024-09-16T09:02:45.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:45 smithi003 ceph-mon[34229]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:45.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:45 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:45.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:45 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:45 smithi177 ceph-mon[27209]: pgmap v134: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:45 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:45 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:02:47.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:47 smithi003 ceph-mon[23697]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:47.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:47 smithi003 ceph-mon[34229]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:47.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:47 smithi177 ceph-mon[27209]: pgmap v135: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:49.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:49 smithi003 ceph-mon[34229]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:49 smithi003 ceph-mon[23697]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:49 smithi177 ceph-mon[27209]: pgmap v136: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:51 smithi003 ceph-mon[34229]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:51.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:51 smithi003 ceph-mon[23697]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:51.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:51 smithi177 ceph-mon[27209]: pgmap v137: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:53.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:53 smithi003 ceph-mon[34229]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:53.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:53 smithi003 ceph-mon[23697]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:53 smithi177 ceph-mon[27209]: pgmap v138: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:55 smithi003 ceph-mon[23697]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:55 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:55.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:02:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:02:55] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.43.0" 2024-09-16T09:02:55.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:55 smithi003 ceph-mon[34229]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:55.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:55 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:55 smithi177 ceph-mon[27209]: pgmap v139: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:55 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:02:57.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:57 smithi003 ceph-mon[23697]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:57 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:02:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:57 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:02:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:57 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:02:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:57 smithi003 ceph-mon[34229]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:57 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:02:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:57 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:02:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:57 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:02:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:57 smithi177 ceph-mon[27209]: pgmap v140: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:02:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:57 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:02:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:57 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:02:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:57 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:02:59.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:02:59 smithi003 ceph-mon[23697]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:59.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:02:59 smithi003 ceph-mon[34229]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:02:59.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:02:59 smithi177 ceph-mon[27209]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:00.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:00 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:00.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:00 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:00.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:00 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:01.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:01 smithi003 ceph-mon[23697]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:01.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:01 smithi003 ceph-mon[34229]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:01.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:01 smithi177 ceph-mon[27209]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:03.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:03 smithi003 ceph-mon[23697]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:03.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:03 smithi003 ceph-mon[34229]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:03.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:03 smithi177 ceph-mon[27209]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:05.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:05 smithi003 ceph-mon[23697]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:05 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:05.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:03:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:03:05] "GET /metrics HTTP/1.1" 200 38148 "" "Prometheus/2.43.0" 2024-09-16T09:03:05.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:05 smithi003 ceph-mon[34229]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:05.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:05 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:05 smithi177 ceph-mon[27209]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:05 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:07.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:07 smithi003 ceph-mon[23697]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:07 smithi003 ceph-mon[34229]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:07 smithi177 ceph-mon[27209]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:09.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:09 smithi003 ceph-mon[23697]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:09 smithi003 ceph-mon[34229]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:09.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:09 smithi177 ceph-mon[27209]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:11.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:11 smithi003 ceph-mon[23697]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:11.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:11 smithi003 ceph-mon[34229]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:11.711 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:11 smithi177 ceph-mon[27209]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:13.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:13 smithi003 ceph-mon[23697]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:13.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:13 smithi003 ceph-mon[34229]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:13 smithi177 ceph-mon[27209]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:15.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:15 smithi003 ceph-mon[23697]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:15.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:15 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:15.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:15 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:15.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:03:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:03:15] "GET /metrics HTTP/1.1" 200 38149 "" "Prometheus/2.43.0" 2024-09-16T09:03:15.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:15 smithi003 ceph-mon[34229]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:15.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:15 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:15.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:15 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:15 smithi177 ceph-mon[27209]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:15 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:15 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:17.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:17 smithi003 ceph-mon[23697]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:17.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:17 smithi003 ceph-mon[34229]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:17.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:17 smithi177 ceph-mon[27209]: pgmap v150: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:19.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:19 smithi003 ceph-mon[23697]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:19.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:19 smithi003 ceph-mon[34229]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:19.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:19 smithi177 ceph-mon[27209]: pgmap v151: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:21.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:21 smithi003 ceph-mon[23697]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:21.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:21 smithi003 ceph-mon[34229]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:21.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:21 smithi177 ceph-mon[27209]: pgmap v152: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:23.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:23 smithi003 ceph-mon[23697]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:23 smithi003 ceph-mon[34229]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:23 smithi177 ceph-mon[27209]: pgmap v153: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:25 smithi003 ceph-mon[23697]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:25 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:25.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:03:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:03:25] "GET /metrics HTTP/1.1" 200 38149 "" "Prometheus/2.43.0" 2024-09-16T09:03:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:25 smithi003 ceph-mon[34229]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:25 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:25 smithi177 ceph-mon[27209]: pgmap v154: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:25 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:27 smithi177 ceph-mon[27209]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:27.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:27 smithi003 ceph-mon[23697]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:27.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:27 smithi003 ceph-mon[34229]: pgmap v155: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:29 smithi177 ceph-mon[27209]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:29.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:29 smithi003 ceph-mon[23697]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:29.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:29 smithi003 ceph-mon[34229]: pgmap v156: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:30.906 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:30.906 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:31.283 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-16T09:03:31.549 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:03:31.655 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:31 smithi003 ceph-mon[23697]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:31.656 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:31 smithi003 ceph-mon[34229]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:31 smithi177 ceph-mon[27209]: pgmap v157: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:32.973 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-16T09:03:33.238 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:03:33.615 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:33 smithi003 ceph-mon[23697]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:33.615 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:33 smithi003 ceph-mon[34229]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:33 smithi177 ceph-mon[27209]: pgmap v158: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:34.565 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-16T09:03:34.825 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:03:35.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:35 smithi003 ceph-mon[23697]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:35 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:03:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:03:35] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.43.0" 2024-09-16T09:03:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:35 smithi003 ceph-mon[34229]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:35 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:35 smithi177 ceph-mon[27209]: pgmap v159: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:35 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:36.182 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:03:36.441 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:03:37.087 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:03:37.087 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (2m) 100s ago 3m - - 0.25.0 c8568f914cd2 58d549b6cf0c 2024-09-16T09:03:37.087 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (3m) 2m ago 3m 75.9M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:03:37.087 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (3m) 100s ago 3m - - 3.8 b5388489f99e 4521e44446d0 2024-09-16T09:03:37.087 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,8765 running (7m) 2m ago 7m 440M - 19.1.1-328-gad35db06 b5388489f99e 60196dcdaebe 2024-09-16T09:03:37.087 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:9283,8765 running (9m) 100s ago 9m - - 19.1.1-328-gad35db06 b5388489f99e 347e1ce319c2 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (9m) 100s ago 9m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (8m) 2m ago 8m 39.7M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (8m) 100s ago 8m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (3m) 100s ago 3m - - 1.5.0 0da6a335fe13 21935400ccf9 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (3m) 2m ago 3m 3573k - 1.5.0 0da6a335fe13 5c4173a9984d 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (7m) 100s ago 7m - 4017M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (7m) 100s ago 7m - 4017M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (6m) 100s ago 6m - 4017M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (6m) 100s ago 6m - 4017M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (5m) 2m ago 5m 55.9M 4015M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (5m) 2m ago 5m 45.0M 4015M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (5m) 2m ago 5m 53.0M 4015M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:03:37.088 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (4m) 2m ago 4m 56.2M 4015M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:03:37.089 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (2m) 2m ago 4m 29.2M - 2.43.0 a07b618ecd1d 401d12cef10f 2024-09-16T09:03:37.089 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (3m) 100s ago 3m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:03:37.089 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (3m) 2m ago 3m 79.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:03:37.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:37 smithi003 ceph-mon[23697]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:37.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:37 smithi003 ceph-mon[34229]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:37.685 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions' 2024-09-16T09:03:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:37 smithi177 ceph-mon[27209]: pgmap v160: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:37.941 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:03:38.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:38 smithi003 ceph-mon[23697]: from='client.24854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:38.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:38 smithi003 ceph-mon[34229]: from='client.24854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:38.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:38 smithi177 ceph-mon[27209]: from='client.24854 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:38.758 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:03:38.759 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:03:38.760 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:03:38.760 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 15 2024-09-16T09:03:38.760 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:03:38.760 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:03:39.345 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph -s' 2024-09-16T09:03:39.604 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:03:39.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:39 smithi003 ceph-mon[34229]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:39.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:39 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3498778200' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:03:39.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:39 smithi003 ceph-mon[23697]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:39.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:39 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3498778200' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:03:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:39 smithi177 ceph-mon[27209]: pgmap v161: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:39 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3498778200' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:03:40.322 INFO:teuthology.orchestra.run.smithi003.stdout: cluster: 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: id: 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: health: HEALTH_OK 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: services: 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: mon: 3 daemons, quorum a,b,c (age 8m) 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: mgr: y(active, since 4m), standbys: x 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: osd: 8 osds: 8 up (since 4m), 8 in (since 4m) 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: data: 2024-09-16T09:03:40.323 INFO:teuthology.orchestra.run.smithi003.stdout: pools: 6 pools, 161 pgs 2024-09-16T09:03:40.324 INFO:teuthology.orchestra.run.smithi003.stdout: objects: 212 objects, 585 KiB 2024-09-16T09:03:40.324 INFO:teuthology.orchestra.run.smithi003.stdout: usage: 241 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:03:40.324 INFO:teuthology.orchestra.run.smithi003.stdout: pgs: 161 active+clean 2024-09-16T09:03:40.324 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:03:40.324 INFO:teuthology.orchestra.run.smithi003.stdout: io: 2024-09-16T09:03:40.324 INFO:teuthology.orchestra.run.smithi003.stdout: client: 852 B/s rd, 0 op/s rd, 0 op/s wr 2024-09-16T09:03:40.324 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:03:40.637 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:40 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/795396472' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:03:40.637 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:40 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/795396472' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:03:40.925 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ls' 2024-09-16T09:03:40.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:40 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/795396472' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:03:41.183 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:03:41.823 INFO:teuthology.orchestra.run.smithi003.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-16T09:03:41.823 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager ?:9093,9094 1/1 105s ago 4m smithi003=a;count:1 2024-09-16T09:03:41.823 INFO:teuthology.orchestra.run.smithi003.stdout:grafana ?:3000 1/1 2m ago 4m smithi177=a;count:1 2024-09-16T09:03:41.824 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo ?:5000 1/1 105s ago 3m count:1 2024-09-16T09:03:41.824 INFO:teuthology.orchestra.run.smithi003.stdout:mgr 2/2 2m ago 7m smithi003=y;smithi177=x;count:2 2024-09-16T09:03:41.824 INFO:teuthology.orchestra.run.smithi003.stdout:mon 3/3 2m ago 8m smithi003:172.21.15.3=a;smithi003:[v2:172.21.15.3:3301,v1:172.21.15.3:6790]=c;smithi177:172.21.15.177=b;count:3 2024-09-16T09:03:41.824 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter ?:9100 2/2 2m ago 4m smithi003=a;smithi177=b;count:2 2024-09-16T09:03:41.824 INFO:teuthology.orchestra.run.smithi003.stdout:osd 8 2m ago - 2024-09-16T09:03:41.824 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus ?:9095 1/1 2m ago 4m smithi177=a;count:1 2024-09-16T09:03:41.824 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo ?:8000 2/2 2m ago 3m count:2 2024-09-16T09:03:41.824 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:41 smithi003 ceph-mon[23697]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:41.825 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:41 smithi003 ceph-mon[34229]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:41.863 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:41 smithi177 ceph-mon[27209]: pgmap v162: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:03:42.627 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:03:42.888 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:03:42.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:42 smithi003 ceph-mon[23697]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:42 smithi003 ceph-mon[23697]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:42 smithi003 ceph-mon[34229]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:42 smithi003 ceph-mon[34229]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:42 smithi177 ceph-mon[27209]: pgmap v163: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:42.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:42 smithi177 ceph-mon[27209]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:43.890 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled to redeploy mgr.x on host 'smithi177' 2024-09-16T09:03:43.891 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:43 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/821977982' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T09:03:43.891 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:43 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/821977982' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T09:03:43.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:43 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/821977982' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T09:03:44.524 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps --refresh' 2024-09-16T09:03:44.782 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:03:45.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:45.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:45.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: Schedule redeploy daemon mgr.x 2024-09-16T09:03:45.129 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: Deploying daemon mgr.x on smithi177 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:45.130 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: Schedule redeploy daemon mgr.x 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:03:45.131 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: Deploying daemon mgr.x on smithi177 2024-09-16T09:03:45.132 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:45.132 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:44 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.x", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: Schedule redeploy daemon mgr.x 2024-09-16T09:03:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:03:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:03:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:03:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:03:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:03:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T09:03:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:03:45.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: Deploying daemon mgr.x on smithi177 2024-09-16T09:03:45.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:45.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:44 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:03:45.414 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:03:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:03:45] "GET /metrics HTTP/1.1" 200 38151 "" "Prometheus/2.43.0" 2024-09-16T09:03:45.415 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:03:45.415 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (3m) 109s ago 3m - - 0.25.0 c8568f914cd2 58d549b6cf0c 2024-09-16T09:03:45.415 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (3m) 2m ago 3m 75.9M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:03:45.415 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (3m) 109s ago 3m - - 3.8 b5388489f99e 4521e44446d0 2024-09-16T09:03:45.415 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,8765 running (7m) 2m ago 7m 440M - 19.1.1-328-gad35db06 b5388489f99e 60196dcdaebe 2024-09-16T09:03:45.415 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:9283,8765 running (9m) 109s ago 9m - - 19.1.1-328-gad35db06 b5388489f99e 347e1ce319c2 2024-09-16T09:03:45.415 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (9m) 109s ago 9m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:03:45.415 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (8m) 2m ago 8m 39.7M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:03:45.415 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (8m) 109s ago 8m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:03:45.415 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (3m) 109s ago 3m - - 1.5.0 0da6a335fe13 21935400ccf9 2024-09-16T09:03:45.416 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (3m) 2m ago 3m 3573k - 1.5.0 0da6a335fe13 5c4173a9984d 2024-09-16T09:03:45.416 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (7m) 109s ago 7m - 4017M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:03:45.416 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (7m) 109s ago 7m - 4017M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:03:45.416 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (6m) 109s ago 6m - 4017M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:03:45.416 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (6m) 109s ago 6m - 4017M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:03:45.416 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (6m) 2m ago 6m 55.9M 4015M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:03:45.416 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (5m) 2m ago 5m 45.0M 4015M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:03:45.417 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (5m) 2m ago 5m 53.0M 4015M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:03:45.417 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (4m) 2m ago 4m 56.2M 4015M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:03:45.417 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (2m) 2m ago 4m 29.2M - 2.43.0 a07b618ecd1d 401d12cef10f 2024-09-16T09:03:45.417 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (3m) 109s ago 3m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:03:45.417 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (3m) 2m ago 3m 79.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:03:45.994 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:45 smithi003 ceph-mon[34229]: from='client.24890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:46.034 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:45 smithi003 ceph-mon[23697]: from='client.24890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:46.035 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'sleep 180' 2024-09-16T09:03:46.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:45 smithi177 ceph-mon[27209]: from='client.24890 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:03:46.291 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:03:46.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:46 smithi003 ceph-mon[23697]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:46.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:46 smithi003 ceph-mon[34229]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:47.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:46 smithi177 ceph-mon[27209]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:49.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:48 smithi003 ceph-mon[23697]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:48 smithi003 ceph-mon[34229]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:49.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:48 smithi177 ceph-mon[27209]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:51.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:50 smithi003 ceph-mon[23697]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:50 smithi003 ceph-mon[34229]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:51.211 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:50 smithi177 ceph-mon[27209]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:53.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:52 smithi003 ceph-mon[23697]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:53.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:52 smithi003 ceph-mon[34229]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:53.211 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:52 smithi177 ceph-mon[27209]: pgmap v168: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:55.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:54 smithi003 ceph-mon[34229]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:55.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:54 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:54 smithi003 ceph-mon[23697]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:54 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:55.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:54 smithi177 ceph-mon[27209]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:55.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:54 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:03:55.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:03:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:03:55] "GET /metrics HTTP/1.1" 200 38151 "" "Prometheus/2.43.0" 2024-09-16T09:03:57.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:56 smithi003 ceph-mon[34229]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:57.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:56 smithi003 ceph-mon[23697]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:56 smithi177 ceph-mon[27209]: pgmap v170: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:03:59.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:58 smithi003 ceph-mon[34229]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:59.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:58 smithi003 ceph-mon[23697]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:03:59.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:58 smithi177 ceph-mon[27209]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:00.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:03:59 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:00.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:03:59 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:00.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:03:59 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:01.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:00 smithi003 ceph-mon[23697]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:01.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:00 smithi003 ceph-mon[34229]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:01.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:00 smithi177 ceph-mon[27209]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:03.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:02 smithi003 ceph-mon[23697]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:02 smithi003 ceph-mon[34229]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:03.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:02 smithi177 ceph-mon[27209]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:05.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:04 smithi003 ceph-mon[34229]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:04 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:04 smithi003 ceph-mon[23697]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:04 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:04 smithi177 ceph-mon[27209]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:04 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:05.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:04:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:04:05] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.43.0" 2024-09-16T09:04:07.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:06 smithi003 ceph-mon[23697]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:07.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:06 smithi003 ceph-mon[34229]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:07.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:06 smithi177 ceph-mon[27209]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:09.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:08 smithi003 ceph-mon[23697]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:09.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:08 smithi003 ceph-mon[34229]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:09.211 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:08 smithi177 ceph-mon[27209]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:10 smithi177 ceph-mon[27209]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:11.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:10 smithi003 ceph-mon[23697]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:11.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:10 smithi003 ceph-mon[34229]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:13.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:12 smithi177 ceph-mon[27209]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:13.228 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:12 smithi003 ceph-mon[23697]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:13.228 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:12 smithi003 ceph-mon[34229]: pgmap v178: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:14 smithi177 ceph-mon[27209]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:14 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:14 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:15.214 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:14 smithi003 ceph-mon[23697]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:15.214 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:14 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:15.214 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:14 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:15.214 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:14 smithi003 ceph-mon[34229]: pgmap v179: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:15.215 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:14 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:15.215 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:14 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:15.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:04:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:04:15] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.43.0" 2024-09-16T09:04:17.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:16 smithi177 ceph-mon[27209]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:17.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:16 smithi003 ceph-mon[23697]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:17.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:16 smithi003 ceph-mon[34229]: pgmap v180: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:17.926 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:17 smithi177 systemd[1]: Stopping Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:04:18.462 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:18 smithi177 podman[60034]: 2024-09-16 09:04:18.208180827 +0000 UTC m=+0.135727105 container died 60196dcdaebe7ecb4c25801c5ab55aa81992ffe1f18faae3f7f92679238661f6 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, RELEASE=squid-ad35db0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-16T09:04:18.879 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:18 smithi177 podman[60034]: 2024-09-16 09:04:18.585644801 +0000 UTC m=+0.513191140 container cleanup 60196dcdaebe7ecb4c25801c5ab55aa81992ffe1f18faae3f7f92679238661f6 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-ad35db0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, ceph=True, org.label-schema.license=GPLv2) 2024-09-16T09:04:18.879 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:18 smithi177 bash[60034]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x 2024-09-16T09:04:19.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:18 smithi177 ceph-mon[27209]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:19.213 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:18 smithi177 podman[60047]: 2024-09-16 09:04:18.878778102 +0000 UTC m=+0.671094192 container remove 60196dcdaebe7ecb4c25801c5ab55aa81992ffe1f18faae3f7f92679238661f6 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, GIT_BRANCH=HEAD, RELEASE=squid-ad35db0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:04:19.213 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:18 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-16T09:04:19.213 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-16T09:04:19.213 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 systemd[1]: Stopped Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:04:19.213 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.x.service: Consumed 10.961s CPU time. 2024-09-16T09:04:19.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:18 smithi003 ceph-mon[23697]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:19.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:18 smithi003 ceph-mon[34229]: pgmap v181: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:19.554 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 systemd[1]: Starting Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:04:19.554 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 podman[60175]: 2024-09-16 09:04:19.334145332 +0000 UTC m=+0.016041604 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:04:19.554 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 podman[60175]: 2024-09-16 09:04:19.446597776 +0000 UTC m=+0.128494048 container create 3c0f6139b2c1e3c1de9b400f5037c99526df57ec0db405034041be374ef13fd0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, ceph=True) 2024-09-16T09:04:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 podman[60175]: 2024-09-16 09:04:19.640894637 +0000 UTC m=+0.322790898 container init 3c0f6139b2c1e3c1de9b400f5037c99526df57ec0db405034041be374ef13fd0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-16T09:04:19.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 podman[60175]: 2024-09-16 09:04:19.644095772 +0000 UTC m=+0.325992051 container start 3c0f6139b2c1e3c1de9b400f5037c99526df57ec0db405034041be374ef13fd0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-16T09:04:19.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 ceph-mgr[60194]: -- 172.21.15.177:0/3717176635 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5629603af0e0 con 0x56296038d400 2024-09-16T09:04:19.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 bash[60175]: 3c0f6139b2c1e3c1de9b400f5037c99526df57ec0db405034041be374ef13fd0 2024-09-16T09:04:19.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:19 smithi177 systemd[1]: Started Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:04:21.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:20 smithi177 ceph-mon[27209]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:21.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:20 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:20 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:20 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:20 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:20 smithi003 ceph-mon[23697]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:20 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:20 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:20 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:20 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:20 smithi003 ceph-mon[34229]: pgmap v182: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:20 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:20 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:20 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:20 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:22.946 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:22 smithi177 ceph-mon[27209]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:23.070 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:22 smithi003 ceph-mon[34229]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:23.070 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:22 smithi003 ceph-mon[23697]: pgmap v183: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:24.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:25.307 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:04:25] ENGINE Bus STARTING 2024-09-16T09:04:25.307 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: CherryPy Checker: 2024-09-16T09:04:25.308 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: The Application mounted at '' has an empty config. 2024-09-16T09:04:25.308 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: 2024-09-16T09:04:25.308 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:04:25] ENGINE Serving on http://:::9283 2024-09-16T09:04:25.308 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:04:25] ENGINE Bus STARTED 2024-09-16T09:04:25.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:04:25] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.43.0" 2024-09-16T09:04:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:04:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:04:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: Standby manager daemon x restarted 2024-09-16T09:04:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: Standby manager daemon x started 2024-09-16T09:04:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:04:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:04:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: Standby manager daemon x restarted 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: Standby manager daemon x started 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:04:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:25 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:04:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: pgmap v184: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:04:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:04:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:04:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: Standby manager daemon x restarted 2024-09-16T09:04:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: Standby manager daemon x started 2024-09-16T09:04:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:04:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:04:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:04:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:25 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:04:26.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:26 smithi003 ceph-mon[34229]: mgrmap e23: y(active, since 4m), standbys: x 2024-09-16T09:04:26.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:26 smithi003 ceph-mon[34229]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:26.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:26 smithi003 ceph-mon[23697]: mgrmap e23: y(active, since 4m), standbys: x 2024-09-16T09:04:26.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:26 smithi003 ceph-mon[23697]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:26.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:26 smithi177 ceph-mon[27209]: mgrmap e23: y(active, since 4m), standbys: x 2024-09-16T09:04:26.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:26 smithi177 ceph-mon[27209]: pgmap v185: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:29.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:28 smithi003 ceph-mon[34229]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:28 smithi003 ceph-mon[23697]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:29.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:28 smithi177 ceph-mon[27209]: pgmap v186: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:30.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:29 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:29 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:29 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:31.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:30 smithi003 ceph-mon[23697]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:31.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:30 smithi003 ceph-mon[34229]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:31.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:30 smithi177 ceph-mon[27209]: pgmap v187: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:32 smithi177 ceph-mon[27209]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:33.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:32 smithi003 ceph-mon[23697]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:33.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:32 smithi003 ceph-mon[34229]: pgmap v188: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:35.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:34 smithi003 ceph-mon[34229]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:35.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:34 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:35.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:34 smithi003 ceph-mon[23697]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:35.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:34 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:35.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:34 smithi177 ceph-mon[27209]: pgmap v189: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:35.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:34 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:35.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:04:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:04:35] "GET /metrics HTTP/1.1" 200 38145 "" "Prometheus/2.43.0" 2024-09-16T09:04:37.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:36 smithi003 ceph-mon[23697]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:37.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:36 smithi003 ceph-mon[34229]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:37.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:36 smithi177 ceph-mon[27209]: pgmap v190: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:39.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:38 smithi003 ceph-mon[23697]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:39.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:38 smithi003 ceph-mon[34229]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:39.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:38 smithi177 ceph-mon[27209]: pgmap v191: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:41.014 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:40 smithi177 ceph-mon[27209]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:41.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:40 smithi003 ceph-mon[23697]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:41.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:40 smithi003 ceph-mon[34229]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:43.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:42 smithi003 ceph-mon[23697]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:43.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:42 smithi003 ceph-mon[34229]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:42 smithi177 ceph-mon[27209]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:44.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:44 smithi003 ceph-mon[23697]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:44.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:44 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:44.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:44 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:44.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:44 smithi003 ceph-mon[34229]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:44.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:44 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:44.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:44 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:44 smithi177 ceph-mon[27209]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:44 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:44 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:04:45.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:04:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:04:45] "GET /metrics HTTP/1.1" 200 38149 "" "Prometheus/2.43.0" 2024-09-16T09:04:47.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:46 smithi003 ceph-mon[23697]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:47.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:46 smithi003 ceph-mon[34229]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:47.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:46 smithi177 ceph-mon[27209]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:49.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:48 smithi003 ceph-mon[23697]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:48 smithi003 ceph-mon[34229]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:49.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:48 smithi177 ceph-mon[27209]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:51.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:50 smithi003 ceph-mon[23697]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:50 smithi003 ceph-mon[34229]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:51.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:50 smithi177 ceph-mon[27209]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:53.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:52 smithi003 ceph-mon[23697]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:53.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:52 smithi003 ceph-mon[34229]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:52 smithi177 ceph-mon[27209]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:54 smithi003 ceph-mon[23697]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:54 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:54 smithi003 ceph-mon[34229]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:54 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:55.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:54 smithi177 ceph-mon[27209]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:55.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:54 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:04:55.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:04:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:04:55] "GET /metrics HTTP/1.1" 200 38149 "" "Prometheus/2.43.0" 2024-09-16T09:04:57.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:56 smithi003 ceph-mon[23697]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:57.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:56 smithi003 ceph-mon[34229]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:56 smithi177 ceph-mon[27209]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:04:59.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:58 smithi003 ceph-mon[23697]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:58 smithi003 ceph-mon[34229]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:04:59.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:58 smithi177 ceph-mon[27209]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:00.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:04:59 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:00.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:04:59 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:00.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:04:59 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:01.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:00 smithi003 ceph-mon[23697]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:01.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:00 smithi003 ceph-mon[34229]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:01.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:00 smithi177 ceph-mon[27209]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:03.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:02 smithi003 ceph-mon[23697]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:02 smithi003 ceph-mon[34229]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:03.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:02 smithi177 ceph-mon[27209]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:05.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:04 smithi003 ceph-mon[23697]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:05.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:04 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:04 smithi003 ceph-mon[34229]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:04 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:04 smithi177 ceph-mon[27209]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:04 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:05.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:05:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:05:05] "GET /metrics HTTP/1.1" 200 38150 "" "Prometheus/2.43.0" 2024-09-16T09:05:07.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:06 smithi003 ceph-mon[23697]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:07.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:06 smithi003 ceph-mon[34229]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:07.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:06 smithi177 ceph-mon[27209]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:09.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:08 smithi003 ceph-mon[23697]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:09.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:08 smithi003 ceph-mon[34229]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:09.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:08 smithi177 ceph-mon[27209]: pgmap v206: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:11.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:10 smithi003 ceph-mon[23697]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:11.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:10 smithi003 ceph-mon[34229]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:10 smithi177 ceph-mon[27209]: pgmap v207: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:13.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:12 smithi003 ceph-mon[23697]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:13.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:12 smithi003 ceph-mon[34229]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:13.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:12 smithi177 ceph-mon[27209]: pgmap v208: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:15.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:14 smithi003 ceph-mon[34229]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:15.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:14 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:15.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:14 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:15.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:14 smithi003 ceph-mon[23697]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:15.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:14 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:15.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:14 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:14 smithi177 ceph-mon[27209]: pgmap v209: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:14 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:14 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:15.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:05:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:05:15] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.43.0" 2024-09-16T09:05:17.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:16 smithi003 ceph-mon[34229]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:17.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:16 smithi003 ceph-mon[23697]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:17.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:16 smithi177 ceph-mon[27209]: pgmap v210: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:19.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:18 smithi003 ceph-mon[34229]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:18 smithi003 ceph-mon[23697]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:19.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:18 smithi177 ceph-mon[27209]: pgmap v211: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:20 smithi003 ceph-mon[23697]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:20 smithi003 ceph-mon[34229]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:20 smithi177 ceph-mon[27209]: pgmap v212: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:23.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:22 smithi003 ceph-mon[23697]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:23.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:22 smithi003 ceph-mon[34229]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:23.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:22 smithi177 ceph-mon[27209]: pgmap v213: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:25.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[23697]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:25.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:25.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[34229]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:25.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:25.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:24 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:24 smithi177 ceph-mon[27209]: pgmap v214: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:25.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:24 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:25.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:24 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:25.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:05:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:05:25] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.43.0" 2024-09-16T09:05:27.119 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:26 smithi003 ceph-mon[23697]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:27.120 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:26 smithi003 ceph-mon[34229]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:27.135 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:26 smithi177 ceph-mon[27209]: pgmap v215: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:29.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:28 smithi003 ceph-mon[34229]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:05:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:28 smithi003 ceph-mon[23697]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:05:29.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:28 smithi177 ceph-mon[27209]: pgmap v216: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:05:30.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:30.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:30.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:05:30.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:05:30.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:30.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:05:30.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:05:30.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:30.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:29 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:29 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:29 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:29 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:05:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:29 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:05:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:29 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:05:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:29 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:31.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:31 smithi003 ceph-mon[34229]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:05:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:31 smithi003 ceph-mon[23697]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:05:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:31 smithi177 ceph-mon[27209]: pgmap v217: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:05:33.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:33 smithi003 ceph-mon[34229]: pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:33.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:33 smithi003 ceph-mon[23697]: pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:33 smithi177 ceph-mon[27209]: pgmap v218: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:35.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:35 smithi003 ceph-mon[34229]: pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:05:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:35 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:35 smithi003 ceph-mon[23697]: pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:05:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:35 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:05:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:05:35] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.43.0" 2024-09-16T09:05:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:35 smithi177 ceph-mon[27209]: pgmap v219: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:05:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:35 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:37.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:37 smithi003 ceph-mon[34229]: pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:37.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:37 smithi003 ceph-mon[23697]: pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:37 smithi177 ceph-mon[27209]: pgmap v220: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:39.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:39 smithi003 ceph-mon[34229]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:39.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:39 smithi003 ceph-mon[23697]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:39 smithi177 ceph-mon[27209]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:41.514 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:41 smithi177 ceph-mon[27209]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:41.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:41 smithi003 ceph-mon[34229]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:41 smithi003 ceph-mon[23697]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:43.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:43 smithi003 ceph-mon[34229]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:43 smithi003 ceph-mon[23697]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:43 smithi177 ceph-mon[27209]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:45.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:05:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:05:45] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.43.0" 2024-09-16T09:05:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:45 smithi003 ceph-mon[23697]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:05:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:45 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:45 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:45.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:45 smithi003 ceph-mon[34229]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:05:45.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:45 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:45.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:45 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:45 smithi177 ceph-mon[27209]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:05:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:45 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:45 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:05:47.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:47 smithi003 ceph-mon[23697]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:47.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:47 smithi003 ceph-mon[34229]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:47.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:47 smithi177 ceph-mon[27209]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:49.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:49 smithi003 ceph-mon[23697]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:49.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:49 smithi003 ceph-mon[34229]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:49 smithi177 ceph-mon[27209]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:51.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:51 smithi003 ceph-mon[23697]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:51 smithi003 ceph-mon[34229]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:51.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:51 smithi177 ceph-mon[27209]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:53.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:53 smithi003 ceph-mon[23697]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:53.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:53 smithi003 ceph-mon[34229]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:53 smithi177 ceph-mon[27209]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:55.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:55 smithi003 ceph-mon[23697]: pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:55 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:55.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:05:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:05:55] "GET /metrics HTTP/1.1" 200 38146 "" "Prometheus/2.43.0" 2024-09-16T09:05:55.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:55 smithi003 ceph-mon[34229]: pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:55.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:55 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:55 smithi177 ceph-mon[27209]: pgmap v229: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:55 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:05:57.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:57 smithi003 ceph-mon[23697]: pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:57 smithi003 ceph-mon[34229]: pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:57 smithi177 ceph-mon[27209]: pgmap v230: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:05:59.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:05:59 smithi003 ceph-mon[23697]: pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:59.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:05:59 smithi003 ceph-mon[34229]: pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:05:59.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:05:59 smithi177 ceph-mon[27209]: pgmap v231: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:00.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:00 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:00.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:00 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:00.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:00 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:01.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:01 smithi003 ceph-mon[23697]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:01.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:01 smithi003 ceph-mon[34229]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:01.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:01 smithi177 ceph-mon[27209]: pgmap v232: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:03.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:03 smithi003 ceph-mon[23697]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:03.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:03 smithi003 ceph-mon[34229]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:03.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:03 smithi177 ceph-mon[27209]: pgmap v233: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:05.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:06:05] "GET /metrics HTTP/1.1" 200 38149 "" "Prometheus/2.43.0" 2024-09-16T09:06:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:05 smithi003 ceph-mon[23697]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:05 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:05.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:05 smithi003 ceph-mon[34229]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:05.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:05 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:05 smithi177 ceph-mon[27209]: pgmap v234: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:05 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:07.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:07 smithi003 ceph-mon[23697]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:07 smithi003 ceph-mon[34229]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:07 smithi177 ceph-mon[27209]: pgmap v235: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:09 smithi003 ceph-mon[23697]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:09 smithi003 ceph-mon[34229]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:09.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:09 smithi177 ceph-mon[27209]: pgmap v236: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:11.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:11 smithi003 ceph-mon[23697]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:11.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:11 smithi003 ceph-mon[34229]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:11.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:11 smithi177 ceph-mon[27209]: pgmap v237: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:13.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:13 smithi003 ceph-mon[23697]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:13.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:13 smithi003 ceph-mon[34229]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:13 smithi177 ceph-mon[27209]: pgmap v238: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:15.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:06:15] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.43.0" 2024-09-16T09:06:15.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:15 smithi003 ceph-mon[34229]: pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:15.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:15 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:15.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:15 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:15.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:15 smithi003 ceph-mon[23697]: pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:15.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:15 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:15.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:15 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:15 smithi177 ceph-mon[27209]: pgmap v239: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:15 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:15 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:17.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:17 smithi003 ceph-mon[34229]: pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:17.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:17 smithi003 ceph-mon[23697]: pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:17.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:17 smithi177 ceph-mon[27209]: pgmap v240: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:19.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:19 smithi003 ceph-mon[34229]: pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:19.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:19 smithi003 ceph-mon[23697]: pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:19.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:19 smithi177 ceph-mon[27209]: pgmap v241: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:21.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:21 smithi003 ceph-mon[34229]: pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:21.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:21 smithi003 ceph-mon[23697]: pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:21.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:21 smithi177 ceph-mon[27209]: pgmap v242: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:23.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:23 smithi003 ceph-mon[23697]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:23 smithi003 ceph-mon[34229]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:23 smithi177 ceph-mon[27209]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:25.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:25 smithi003 ceph-mon[23697]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:25 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:25.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:06:25] "GET /metrics HTTP/1.1" 200 38147 "" "Prometheus/2.43.0" 2024-09-16T09:06:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:25 smithi003 ceph-mon[34229]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:25 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:25 smithi177 ceph-mon[27209]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:25 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:27.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:27 smithi003 ceph-mon[23697]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:27.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:27 smithi003 ceph-mon[34229]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:27 smithi177 ceph-mon[27209]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:29.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:29 smithi003 ceph-mon[23697]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:29.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:29 smithi003 ceph-mon[34229]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:29 smithi177 ceph-mon[27209]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:30.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:30.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:06:30.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:30 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:06:30.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:30 smithi003 ceph-mon[23697]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:06:30.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:30.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:06:30.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:30 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:06:30.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:30 smithi003 ceph-mon[34229]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:06:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:06:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:30 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:06:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:30 smithi177 ceph-mon[27209]: from='mgr.14436 ' entity='mgr.y' 2024-09-16T09:06:31.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:31 smithi003 ceph-mon[23697]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:31.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:31 smithi003 ceph-mon[34229]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:31 smithi177 ceph-mon[27209]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:33.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:33 smithi003 ceph-mon[23697]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:33 smithi003 ceph-mon[34229]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:33 smithi177 ceph-mon[27209]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:06:35] "GET /metrics HTTP/1.1" 200 38148 "" "Prometheus/2.43.0" 2024-09-16T09:06:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:35 smithi003 ceph-mon[23697]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:35 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:35 smithi003 ceph-mon[34229]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:35 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:35 smithi177 ceph-mon[27209]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:35 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:37.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:37 smithi003 ceph-mon[34229]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:37.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:37 smithi003 ceph-mon[23697]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:37 smithi177 ceph-mon[27209]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:39.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:39 smithi003 ceph-mon[23697]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:39.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:39 smithi003 ceph-mon[34229]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:39 smithi177 ceph-mon[27209]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:41.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:41 smithi003 ceph-mon[23697]: pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:41.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:41 smithi003 ceph-mon[34229]: pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:41 smithi177 ceph-mon[27209]: pgmap v252: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:43.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:43 smithi003 ceph-mon[23697]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:43.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:43 smithi003 ceph-mon[34229]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:43 smithi177 ceph-mon[27209]: pgmap v253: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:45.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:45 smithi003 ceph-mon[34229]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:45.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:45 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:45.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:45 smithi003 ceph-mon[34229]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:45 smithi003 ceph-mon[23697]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:45 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:45 smithi003 ceph-mon[23697]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:45.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:06:45] "GET /metrics HTTP/1.1" 200 38148 "" "Prometheus/2.43.0" 2024-09-16T09:06:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:45 smithi177 ceph-mon[27209]: pgmap v254: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:45 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:45 smithi177 ceph-mon[27209]: from='mgr.14436 172.21.15.3:0/1721524394' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:47.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:47 smithi003 ceph-mon[23697]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:47.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:47 smithi003 ceph-mon[34229]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:47.531 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:06:47.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:47 smithi177 ceph-mon[27209]: pgmap v255: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:47.797 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:06:48.547 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (6m) 2m ago 6m - - 0.25.0 c8568f914cd2 58d549b6cf0c 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (6m) 79s ago 6m 80.1M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (6m) 2m ago 6m - - 3.8 b5388489f99e 4521e44446d0 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (2m) 79s ago 11m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb 3c0f6139b2c1 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:9283,8765 running (12m) 2m ago 12m - - 19.1.1-328-gad35db06 b5388489f99e 347e1ce319c2 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (12m) 2m ago 12m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (11m) 79s ago 11m 41.8M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (11m) 2m ago 11m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (6m) 2m ago 6m - - 1.5.0 0da6a335fe13 21935400ccf9 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (6m) 79s ago 6m 17.3M - 1.5.0 0da6a335fe13 5c4173a9984d 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (10m) 2m ago 10m - 4017M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (10m) 2m ago 10m - 4017M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:06:48.548 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (9m) 2m ago 9m - 4017M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:06:48.549 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (9m) 2m ago 9m - 4017M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:06:48.549 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (9m) 79s ago 9m 58.8M 4015M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:06:48.549 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (8m) 79s ago 8m 47.7M 4015M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:06:48.549 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (8m) 79s ago 8m 55.5M 4015M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:06:48.549 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (7m) 79s ago 7m 58.9M 4015M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:06:48.549 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (6m) 79s ago 7m 54.5M - 2.43.0 a07b618ecd1d 401d12cef10f 2024-09-16T09:06:48.549 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (6m) 2m ago 6m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:06:48.549 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (6m) 79s ago 6m 82.4M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:06:49.164 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions' 2024-09-16T09:06:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:49 smithi003 ceph-mon[23697]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:49.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:49 smithi003 ceph-mon[34229]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:49.431 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:06:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:49 smithi177 ceph-mon[27209]: pgmap v256: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:50.154 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:06:50.154 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:06:50.154 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3 2024-09-16T09:06:50.154 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:06:50.154 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:06:50.154 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 1, 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 1 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 14, 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 1 2024-09-16T09:06:50.155 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:06:50.156 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:06:50.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:50 smithi003 ceph-mon[34229]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:06:50.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:50 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2686445445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:06:50.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:50 smithi003 ceph-mon[23697]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:06:50.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:50 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2686445445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:06:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:50 smithi177 ceph-mon[27209]: from='client.24902 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:06:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:50 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2686445445' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:06:50.769 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph -s' 2024-09-16T09:06:51.024 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:06:51.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:51 smithi003 ceph-mon[34229]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:51.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:51 smithi003 ceph-mon[23697]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:51.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:51 smithi177 ceph-mon[27209]: pgmap v257: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:51.799 INFO:teuthology.orchestra.run.smithi003.stdout: cluster: 2024-09-16T09:06:51.799 INFO:teuthology.orchestra.run.smithi003.stdout: id: 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:06:51.799 INFO:teuthology.orchestra.run.smithi003.stdout: health: HEALTH_OK 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: services: 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: mon: 3 daemons, quorum a,b,c (age 11m) 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: mgr: y(active, since 7m), standbys: x 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: osd: 8 osds: 8 up (since 7m), 8 in (since 8m) 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: data: 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: pools: 6 pools, 161 pgs 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: objects: 212 objects, 585 KiB 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: usage: 241 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: pgs: 161 active+clean 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:06:51.800 INFO:teuthology.orchestra.run.smithi003.stdout: io: 2024-09-16T09:06:51.801 INFO:teuthology.orchestra.run.smithi003.stdout: client: 853 B/s rd, 0 op/s rd, 0 op/s wr 2024-09-16T09:06:51.801 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:06:52.515 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:52 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2646618390' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:06:52.515 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:52 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2646618390' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:06:52.551 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph health detail' 2024-09-16T09:06:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:52 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2646618390' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:06:52.810 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:06:53.664 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2024-09-16T09:06:53.664 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:53 smithi003 ceph-mon[23697]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:53.664 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:53 smithi003 ceph-mon[34229]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:53 smithi177 ceph-mon[27209]: pgmap v258: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:54.236 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 2'"'"'' 2024-09-16T09:06:54.498 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:06:54.619 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:54 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2532884550' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:06:54.619 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:54 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2532884550' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:06:54.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:54 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2532884550' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:06:55.279 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:06:55.633 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:06:55] "GET /metrics HTTP/1.1" 200 38148 "" "Prometheus/2.43.0" 2024-09-16T09:06:55.634 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:55 smithi003 ceph-mon[23697]: pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:55.634 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:55 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:55.634 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:55 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3749694465' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:06:55.634 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:55 smithi003 ceph-mon[34229]: pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:55.634 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:55 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:55.634 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:55 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3749694465' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:06:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:55 smithi177 ceph-mon[27209]: pgmap v259: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:06:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:55 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:06:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:55 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3749694465' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:06:55.932 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph mgr fail' 2024-09-16T09:06:56.191 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:06:56.855 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:56.835+0000 7ffa78d4f640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-16T09:06:57.127 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ignoring --setuser ceph since I am not root 2024-09-16T09:06:57.127 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ignoring --setgroup ceph since I am not root 2024-09-16T09:06:57.127 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:56.999+0000 7f61eef23040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-16T09:06:57.127 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:57.059+0000 7f61eef23040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-16T09:06:57.212 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:06:56] ENGINE Bus STOPPING 2024-09-16T09:06:57.401 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:57.215+0000 7f61eef23040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-16T09:06:57.401 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:57.284+0000 7f61eef23040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-16T09:06:57.482 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'sleep 180' 2024-09-16T09:06:57.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:57.443+0000 7f61eef23040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-16T09:06:57.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:57.606+0000 7f61eef23040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-16T09:06:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1766279951' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:06:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: Activating manager daemon x 2024-09-16T09:06:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1766279951' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-16T09:06:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: osdmap e93: 8 total, 8 up, 8 in 2024-09-16T09:06:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:06:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: mgrmap e24: x(active, starting, since 0.0132397s) 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:06:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[23697]: Manager daemon x is now available 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1766279951' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: Activating manager daemon x 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1766279951' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: osdmap e93: 8 total, 8 up, 8 in 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:06:57.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: mgrmap e24: x(active, starting, since 0.0132397s) 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:06:57.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-mon[34229]: Manager daemon x is now available 2024-09-16T09:06:57.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:06:57] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:06:57.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:06:57] ENGINE Bus STOPPED 2024-09-16T09:06:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: pgmap v260: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1766279951' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: Activating manager daemon x 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1766279951' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: osdmap e93: 8 total, 8 up, 8 in 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:06:57.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: mgrmap e24: x(active, starting, since 0.0132397s) 2024-09-16T09:06:57.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:06:57.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:06:57.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:06:57.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:06:57.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:06:57.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:06:57.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:57 smithi177 ceph-mon[27209]: Manager daemon x is now available 2024-09-16T09:06:57.752 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:06:58.175 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:57.963+0000 7f61eef23040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-16T09:06:58.175 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:58.030+0000 7f61eef23040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-16T09:06:58.525 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:58.225+0000 7f61eef23040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-16T09:06:58.629 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:06:58] ENGINE Bus STARTING 2024-09-16T09:06:58.629 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:06:58] ENGINE Serving on http://:::9283 2024-09-16T09:06:58.629 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:06:58] ENGINE Bus STARTED 2024-09-16T09:06:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: mgrmap e25: x(active, since 1.0112s) 2024-09-16T09:06:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:06:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:06:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:06:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:06:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:06:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:06:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:06:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:06:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:58 smithi177 ceph-mon[27209]: Deploying cephadm binary to smithi003 2024-09-16T09:06:59.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: mgrmap e25: x(active, since 1.0112s) 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[34229]: Deploying cephadm binary to smithi003 2024-09-16T09:06:59.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: mgrmap e25: x(active, since 1.0112s) 2024-09-16T09:06:59.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:06:59.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:06:59.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:06:59.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:06:59.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:06:59.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:06:59.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:06:59.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:06:59.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:06:59.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:58 smithi003 ceph-mon[23697]: Deploying cephadm binary to smithi003 2024-09-16T09:06:59.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:59.176+0000 7f61eef23040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-16T09:06:59.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:06:59.247+0000 7f61eef23040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-16T09:06:59.847 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: 2024-09-16T09:06:59.470+0000 7f1e7cfdd640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:09:06:59] ENGINE Error in HTTPServer.serve 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: Traceback (most recent call last): 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: self._connections.run(self.expiration_interval) 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: self._run(expiration_interval) 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: s = self.context.wrap_socket( 2024-09-16T09:06:59.848 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:06:59.849 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: return self.sslsocket_class._create( 2024-09-16T09:06:59.849 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:06:59.849 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: self.do_handshake() 2024-09-16T09:06:59.849 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:06:59.849 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: self._sslobj.do_handshake() 2024-09-16T09:06:59.849 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:06:59.849 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: 2024-09-16T09:07:00.175 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:00.048+0000 7f61eef23040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-16T09:07:00.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[23697]: Deploying cephadm binary to smithi177 2024-09-16T09:07:00.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[23697]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:07:00.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[23697]: [16/Sep/2024:09:06:59] ENGINE Bus STARTING 2024-09-16T09:07:00.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[23697]: [16/Sep/2024:09:06:59] ENGINE Serving on http://172.21.15.177:8765 2024-09-16T09:07:00.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[23697]: [16/Sep/2024:09:06:59] ENGINE Serving on https://172.21.15.177:7150 2024-09-16T09:07:00.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[23697]: [16/Sep/2024:09:06:59] ENGINE Bus STARTED 2024-09-16T09:07:00.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[23697]: [16/Sep/2024:09:06:59] ENGINE Error in HTTPServer.serve 2024-09-16T09:07:00.176 INFO:journalctl@ceph.mon.a.smithi003.stdout: Traceback (most recent call last): 2024-09-16T09:07:00.176 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._run(expiration_interval) 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: self.do_handshake() 2024-09-16T09:07:00.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.a.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[34229]: Deploying cephadm binary to smithi177 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[34229]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[34229]: [16/Sep/2024:09:06:59] ENGINE Bus STARTING 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[34229]: [16/Sep/2024:09:06:59] ENGINE Serving on http://172.21.15.177:8765 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[34229]: [16/Sep/2024:09:06:59] ENGINE Serving on https://172.21.15.177:7150 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[34229]: [16/Sep/2024:09:06:59] ENGINE Bus STARTED 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:06:59 smithi003 ceph-mon[34229]: [16/Sep/2024:09:06:59] ENGINE Error in HTTPServer.serve 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout: Traceback (most recent call last): 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:07:00.178 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._run(expiration_interval) 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: self.do_handshake() 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T09:07:00.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:07:00.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-mon[27209]: Deploying cephadm binary to smithi177 2024-09-16T09:07:00.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-mon[27209]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:07:00.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-mon[27209]: [16/Sep/2024:09:06:59] ENGINE Bus STARTING 2024-09-16T09:07:00.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-mon[27209]: [16/Sep/2024:09:06:59] ENGINE Serving on http://172.21.15.177:8765 2024-09-16T09:07:00.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-mon[27209]: [16/Sep/2024:09:06:59] ENGINE Serving on https://172.21.15.177:7150 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-mon[27209]: [16/Sep/2024:09:06:59] ENGINE Bus STARTED 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:06:59 smithi177 ceph-mon[27209]: [16/Sep/2024:09:06:59] ENGINE Error in HTTPServer.serve 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: Traceback (most recent call last): 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._run(expiration_interval) 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:07:00.213 INFO:journalctl@ceph.mon.b.smithi177.stdout: s = self.context.wrap_socket( 2024-09-16T09:07:00.214 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:07:00.214 INFO:journalctl@ceph.mon.b.smithi177.stdout: return self.sslsocket_class._create( 2024-09-16T09:07:00.214 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:07:00.214 INFO:journalctl@ceph.mon.b.smithi177.stdout: self.do_handshake() 2024-09-16T09:07:00.214 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:07:00.214 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._sslobj.do_handshake() 2024-09-16T09:07:00.214 INFO:journalctl@ceph.mon.b.smithi177.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:07:00.556 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:00.175+0000 7f61eef23040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-16T09:07:00.556 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:00.328+0000 7f61eef23040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-16T09:07:00.556 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:00.393+0000 7f61eef23040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-16T09:07:00.557 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:00.555+0000 7f61eef23040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-16T09:07:00.851 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:00.633+0000 7f61eef23040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-16T09:07:00.852 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:00.701+0000 7f61eef23040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-16T09:07:01.121 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-mon[23697]: mgrmap e26: x(active, since 3s) 2024-09-16T09:07:01.122 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-mon[34229]: mgrmap e26: x(active, since 3s) 2024-09-16T09:07:01.122 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:00.889+0000 7f61eef23040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-16T09:07:01.122 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:00 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:00.958+0000 7f61eef23040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-16T09:07:01.122 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:01 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:01.028+0000 7f61eef23040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-16T09:07:01.122 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:01 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:01.120+0000 7f61eef23040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-16T09:07:01.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:00 smithi177 ceph-mon[27209]: mgrmap e26: x(active, since 3s) 2024-09-16T09:07:01.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:01 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:01.183+0000 7f61eef23040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-16T09:07:01.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:01 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:01.245+0000 7f61eef23040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-16T09:07:02.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:01 smithi003 ceph-mon[23697]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:07:02.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:01 smithi003 ceph-mon[34229]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:07:02.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:01 smithi177 ceph-mon[27209]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:07:02.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:02.102+0000 7f61eef23040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-16T09:07:02.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:07:02] ENGINE Bus STARTING 2024-09-16T09:07:02.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: CherryPy Checker: 2024-09-16T09:07:02.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: The Application mounted at '' has an empty config. 2024-09-16T09:07:02.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: 2024-09-16T09:07:02.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:07:02] ENGINE Serving on http://:::9283 2024-09-16T09:07:02.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: [16/Sep/2024:09:07:02] ENGINE Bus STARTED 2024-09-16T09:07:03.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:02 smithi177 ceph-mon[27209]: mgrmap e27: x(active, since 5s) 2024-09-16T09:07:03.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:02 smithi177 ceph-mon[27209]: Standby manager daemon y started 2024-09-16T09:07:03.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:02 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-16T09:07:03.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:02 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:07:03.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:02 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-16T09:07:03.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:02 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:07:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[34229]: mgrmap e27: x(active, since 5s) 2024-09-16T09:07:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[34229]: Standby manager daemon y started 2024-09-16T09:07:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-16T09:07:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:07:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-16T09:07:03.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:07:03.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[23697]: mgrmap e27: x(active, since 5s) 2024-09-16T09:07:03.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[23697]: Standby manager daemon y started 2024-09-16T09:07:03.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-16T09:07:03.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:07:03.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-16T09:07:03.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:02 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/3723960771' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:07:04.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 15 op/s 2024-09-16T09:07:04.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:07:04.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: mgrmap e28: x(active, since 6s), standbys: y 2024-09-16T09:07:04.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi003 to 2993M 2024-09-16T09:07:04.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 15 op/s 2024-09-16T09:07:04.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:07:04.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: mgrmap e28: x(active, since 6s), standbys: y 2024-09-16T09:07:04.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi003 to 2993M 2024-09-16T09:07:04.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:03 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 15 op/s 2024-09-16T09:07:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:07:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: mgrmap e28: x(active, since 6s), standbys: y 2024-09-16T09:07:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:04.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi003 to 2993M 2024-09-16T09:07:04.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:03 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[23924]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:07:05] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:07:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:05 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:07:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='client.14814 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:07:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:05 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:07:06.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T09:07:06.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Adjusting osd_memory_target on smithi177 to 3247M 2024-09-16T09:07:06.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:07:06.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:07:06.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:07:06.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:07:06.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:07:06.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:07:06.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:07:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:07:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:07:06.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:07:06.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:07:06.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:07:06.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[23697]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:07:06.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T09:07:06.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Adjusting osd_memory_target on smithi177 to 3247M 2024-09-16T09:07:06.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:07:06.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:07:06.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:07:06.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:07:06.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:07:06.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:07:06.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:07:06.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:07:06.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:07:06.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:07:06.682 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:07:06.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:07:06.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:06 smithi003 ceph-mon[34229]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:07:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T09:07:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Adjusting osd_memory_target on smithi177 to 3247M 2024-09-16T09:07:06.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:07:06.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:07:06.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:07:06.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:07:06.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:07:06.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:07:06.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:07:06.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:07:06.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:06.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:07:06.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:07:06.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:07:06.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:07:06.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:06 smithi177 ceph-mon[27209]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:07:08.466 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:08 smithi003 ceph-mon[23697]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:07:08.467 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:08 smithi003 ceph-mon[34229]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:07:08.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:08 smithi177 ceph-mon[27209]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:07:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[23697]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:07:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/984582902' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:07:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4198201792' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/695223274"}]: dispatch 2024-09-16T09:07:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/695223274"}]: dispatch 2024-09-16T09:07:09.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:09.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:09.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[34229]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:07:09.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/984582902' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:07:09.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4198201792' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/695223274"}]: dispatch 2024-09-16T09:07:09.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:09 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/695223274"}]: dispatch 2024-09-16T09:07:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:09 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:09 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:09 smithi177 ceph-mon[27209]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:07:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:09 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/984582902' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:07:09.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:09 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4198201792' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/695223274"}]: dispatch 2024-09-16T09:07:09.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:09 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/695223274"}]: dispatch 2024-09-16T09:07:10.875 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:10 smithi177 ceph-mon[27209]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:07:10.875 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:10 smithi177 ceph-mon[27209]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-16T09:07:10.875 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:10 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/695223274"}]': finished 2024-09-16T09:07:10.875 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:10 smithi177 ceph-mon[27209]: osdmap e94: 8 total, 8 up, 8 in 2024-09-16T09:07:10.875 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:10 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/329353050' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/499876567"}]: dispatch 2024-09-16T09:07:10.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:10 smithi003 ceph-mon[34229]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:07:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:10 smithi003 ceph-mon[34229]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-16T09:07:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:10 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/695223274"}]': finished 2024-09-16T09:07:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:10 smithi003 ceph-mon[34229]: osdmap e94: 8 total, 8 up, 8 in 2024-09-16T09:07:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:10 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/329353050' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/499876567"}]: dispatch 2024-09-16T09:07:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:10 smithi003 ceph-mon[23697]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:07:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:10 smithi003 ceph-mon[23697]: pgmap v9: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-16T09:07:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:10 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/695223274"}]': finished 2024-09-16T09:07:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:10 smithi003 ceph-mon[23697]: osdmap e94: 8 total, 8 up, 8 in 2024-09-16T09:07:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:10 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/329353050' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/499876567"}]: dispatch 2024-09-16T09:07:11.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:11 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/329353050' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/499876567"}]': finished 2024-09-16T09:07:11.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:11 smithi003 ceph-mon[34229]: osdmap e95: 8 total, 8 up, 8 in 2024-09-16T09:07:11.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:11 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3654414119' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4054270385"}]: dispatch 2024-09-16T09:07:11.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:11 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4054270385"}]: dispatch 2024-09-16T09:07:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:11 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/329353050' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/499876567"}]': finished 2024-09-16T09:07:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:11 smithi003 ceph-mon[23697]: osdmap e95: 8 total, 8 up, 8 in 2024-09-16T09:07:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:11 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3654414119' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4054270385"}]: dispatch 2024-09-16T09:07:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:11 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4054270385"}]: dispatch 2024-09-16T09:07:11.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:11 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/329353050' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/499876567"}]': finished 2024-09-16T09:07:11.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:11 smithi177 ceph-mon[27209]: osdmap e95: 8 total, 8 up, 8 in 2024-09-16T09:07:11.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:11 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3654414119' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4054270385"}]: dispatch 2024-09-16T09:07:11.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:11 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4054270385"}]: dispatch 2024-09-16T09:07:11.963 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:11 smithi177 systemd[1]: Stopping Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:07:12.413 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.128Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-16T09:07:12.413 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-16T09:07:12.413 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-16T09:07:12.413 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-16T09:07:12.413 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-16T09:07:12.413 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-16T09:07:12.413 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-16T09:07:12.414 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-16T09:07:12.414 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-16T09:07:12.414 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-16T09:07:12.414 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-16T09:07:12.414 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[58952]: ts=2024-09-16T09:07:12.129Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-16T09:07:12.414 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 podman[63376]: 2024-09-16 09:07:12.138993902 +0000 UTC m=+0.129692555 container died 401d12cef10f902ad416282c0e2609ae66a12c3d3145b5fa2754d2f362ef63a9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:07:12.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 podman[63376]: 2024-09-16 09:07:12.494979042 +0000 UTC m=+0.485677698 container cleanup 401d12cef10f902ad416282c0e2609ae66a12c3d3145b5fa2754d2f362ef63a9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:07:12.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 bash[63376]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a 2024-09-16T09:07:12.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-mon[27209]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:07:12.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4054270385"}]': finished 2024-09-16T09:07:12.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-mon[27209]: osdmap e96: 8 total, 8 up, 8 in 2024-09-16T09:07:12.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:12 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4217232350' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/7084"}]: dispatch 2024-09-16T09:07:12.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:12 smithi003 ceph-mon[23697]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:07:12.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:12 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4054270385"}]': finished 2024-09-16T09:07:12.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:12 smithi003 ceph-mon[23697]: osdmap e96: 8 total, 8 up, 8 in 2024-09-16T09:07:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:12 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4217232350' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/7084"}]: dispatch 2024-09-16T09:07:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:12 smithi003 ceph-mon[34229]: pgmap v12: 161 pgs: 161 active+clean; 585 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:07:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:12 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/4054270385"}]': finished 2024-09-16T09:07:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:12 smithi003 ceph-mon[34229]: osdmap e96: 8 total, 8 up, 8 in 2024-09-16T09:07:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:12 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4217232350' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/7084"}]: dispatch 2024-09-16T09:07:13.143 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 podman[63390]: 2024-09-16 09:07:12.788139179 +0000 UTC m=+0.651405023 container remove 401d12cef10f902ad416282c0e2609ae66a12c3d3145b5fa2754d2f362ef63a9 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:07:13.143 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-16T09:07:13.143 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 systemd[1]: Stopped Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:07:13.143 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Consumed 2.169s CPU time. 2024-09-16T09:07:13.143 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:12 smithi177 systemd[1]: Starting Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:07:13.401 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 podman[63480]: 2024-09-16 09:07:13.046057507 +0000 UTC m=+0.017046695 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-16T09:07:13.402 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 podman[63480]: 2024-09-16 09:07:13.147123846 +0000 UTC m=+0.118113033 container create e6762d6594fc0bd7efc3feda3fe7db3a79b1bbcabcd6015aea7142b4c01ced61 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:07:13.402 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 podman[63480]: 2024-09-16 09:07:13.374538769 +0000 UTC m=+0.345527956 container init e6762d6594fc0bd7efc3feda3fe7db3a79b1bbcabcd6015aea7142b4c01ced61 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:07:13.402 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 podman[63480]: 2024-09-16 09:07:13.377405745 +0000 UTC m=+0.348394933 container start e6762d6594fc0bd7efc3feda3fe7db3a79b1bbcabcd6015aea7142b4c01ced61 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:07:13.653 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.401Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-16T09:07:13.653 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.401Z 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-16T09:07:13.653 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.401Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi177 (none))" 2024-09-16T09:07:13.653 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.401Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-16T09:07:13.653 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.401Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-16T09:07:13.653 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.402Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-16T09:07:13.653 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.403Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.404Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.404Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.406Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.406Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.119µs 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.406Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.408Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.416Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.416Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.416Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=20.208µs wal_replay_duration=10.253679ms wbl_replay_duration=133ns total_replay_duration=10.293584ms 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.418Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.418Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.418Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-16T09:07:13.654 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.439Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.930218ms db_storage=776ns remote_storage=1.179µs web_handler=367ns query_engine=563ns scrape=260.307µs scrape_sd=104.576µs notify=16.946µs notify_sd=26.176µs rules=20.166838ms tracing=6.704µs 2024-09-16T09:07:13.655 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.439Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-16T09:07:13.655 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:07:13.439Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-16T09:07:13.655 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 bash[63480]: e6762d6594fc0bd7efc3feda3fe7db3a79b1bbcabcd6015aea7142b4c01ced61 2024-09-16T09:07:13.655 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:07:13 smithi177 systemd[1]: Started Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:07:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4217232350' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/7084"}]': finished 2024-09-16T09:07:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[23697]: osdmap e97: 8 total, 8 up, 8 in 2024-09-16T09:07:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2957278615' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/2468305811"}]: dispatch 2024-09-16T09:07:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/2468305811"}]: dispatch 2024-09-16T09:07:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:07:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:07:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:07:13.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4217232350' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/7084"}]': finished 2024-09-16T09:07:13.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[34229]: osdmap e97: 8 total, 8 up, 8 in 2024-09-16T09:07:13.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2957278615' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/2468305811"}]: dispatch 2024-09-16T09:07:13.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/2468305811"}]: dispatch 2024-09-16T09:07:13.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:13.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:13.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:13.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:07:13.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:07:13.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:13 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:07:13.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4217232350' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/7084"}]': finished 2024-09-16T09:07:13.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-mon[27209]: osdmap e97: 8 total, 8 up, 8 in 2024-09-16T09:07:13.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2957278615' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/2468305811"}]: dispatch 2024-09-16T09:07:13.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/2468305811"}]: dispatch 2024-09-16T09:07:13.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:13.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:13.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:13.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:07:13.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:07:13.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:13 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:07:14.688 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[23697]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:14.688 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/2468305811"}]': finished 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[23697]: osdmap e98: 8 total, 8 up, 8 in 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2109452487' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/2468305811"}]: dispatch 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[34229]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/2468305811"}]': finished 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[34229]: osdmap e98: 8 total, 8 up, 8 in 2024-09-16T09:07:14.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:14 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2109452487' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/2468305811"}]: dispatch 2024-09-16T09:07:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:14 smithi177 ceph-mon[27209]: pgmap v15: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:14 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:07:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:14 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:07:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:14 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:07:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:14 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/2468305811"}]': finished 2024-09-16T09:07:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:14 smithi177 ceph-mon[27209]: osdmap e98: 8 total, 8 up, 8 in 2024-09-16T09:07:14.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:14 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2109452487' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/2468305811"}]: dispatch 2024-09-16T09:07:15.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:15 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2109452487' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/2468305811"}]': finished 2024-09-16T09:07:15.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:15 smithi003 ceph-mon[23697]: osdmap e99: 8 total, 8 up, 8 in 2024-09-16T09:07:15.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:15 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2089398978' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3737253389"}]: dispatch 2024-09-16T09:07:15.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:15 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2109452487' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/2468305811"}]': finished 2024-09-16T09:07:15.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:15 smithi003 ceph-mon[34229]: osdmap e99: 8 total, 8 up, 8 in 2024-09-16T09:07:15.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:15 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2089398978' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3737253389"}]: dispatch 2024-09-16T09:07:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:15 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2109452487' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/2468305811"}]': finished 2024-09-16T09:07:15.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:15 smithi177 ceph-mon[27209]: osdmap e99: 8 total, 8 up, 8 in 2024-09-16T09:07:15.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:15 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2089398978' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3737253389"}]: dispatch 2024-09-16T09:07:16.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:16 smithi003 ceph-mon[34229]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:16 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2089398978' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3737253389"}]': finished 2024-09-16T09:07:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:16 smithi003 ceph-mon[34229]: osdmap e100: 8 total, 8 up, 8 in 2024-09-16T09:07:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:16 smithi003 ceph-mon[23697]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:16 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2089398978' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3737253389"}]': finished 2024-09-16T09:07:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:16 smithi003 ceph-mon[23697]: osdmap e100: 8 total, 8 up, 8 in 2024-09-16T09:07:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:16 smithi177 ceph-mon[27209]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:16 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2089398978' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3737253389"}]': finished 2024-09-16T09:07:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:16 smithi177 ceph-mon[27209]: osdmap e100: 8 total, 8 up, 8 in 2024-09-16T09:07:18.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[23697]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:18.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:07:18.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:07:18.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[34229]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:07:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:07:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:18 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:18 smithi177 ceph-mon[27209]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:18 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:18 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:18 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:18 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:18.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:18 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:07:18.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:18 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:07:18.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:18 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:07:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:07:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:07:19] "GET /metrics HTTP/1.1" 200 38223 "" "Prometheus/2.43.0" 2024-09-16T09:07:20.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:20 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:20.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:20 smithi003 ceph-mon[23697]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:20.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:20 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:20.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:20 smithi003 ceph-mon[34229]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:20 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:20 smithi177 ceph-mon[27209]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:22.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:22 smithi003 ceph-mon[23697]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2024-09-16T09:07:22.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:22 smithi003 ceph-mon[34229]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2024-09-16T09:07:22.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:22 smithi177 ceph-mon[27209]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2024-09-16T09:07:24.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:24 smithi003 ceph-mon[23697]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:24.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:24 smithi003 ceph-mon[34229]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:24.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:24 smithi177 ceph-mon[27209]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:26.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:26 smithi177 ceph-mon[27209]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:07:26.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:26 smithi003 ceph-mon[34229]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:07:26.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:26 smithi003 ceph-mon[23697]: pgmap v24: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:07:28.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:28 smithi003 ceph-mon[34229]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s 2024-09-16T09:07:28.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:28 smithi003 ceph-mon[23697]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s 2024-09-16T09:07:28.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:28 smithi177 ceph-mon[27209]: pgmap v25: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s 2024-09-16T09:07:29.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:29 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:29.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:29 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:29 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:29.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:07:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:07:29] "GET /metrics HTTP/1.1" 200 38220 "" "Prometheus/2.43.0" 2024-09-16T09:07:30.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:30 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:30.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:30 smithi003 ceph-mon[23697]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:30 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:30 smithi003 ceph-mon[34229]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:30.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:30 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:30.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:30 smithi177 ceph-mon[27209]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:32.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:32 smithi003 ceph-mon[23697]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:32.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:32 smithi003 ceph-mon[34229]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:32.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:32 smithi177 ceph-mon[27209]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:34.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:34 smithi003 ceph-mon[23697]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:34.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:34 smithi003 ceph-mon[34229]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:34.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:34 smithi177 ceph-mon[27209]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:36 smithi003 ceph-mon[23697]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:36 smithi003 ceph-mon[34229]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:36.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:36 smithi177 ceph-mon[27209]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:38.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:38 smithi003 ceph-mon[23697]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:38 smithi003 ceph-mon[34229]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:38.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:38 smithi177 ceph-mon[27209]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:39.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:07:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:07:39] "GET /metrics HTTP/1.1" 200 38220 "" "Prometheus/2.43.0" 2024-09-16T09:07:40.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:40 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:40.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:40 smithi003 ceph-mon[23697]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:40.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:40 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:40.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:40 smithi003 ceph-mon[34229]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:40.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:40 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:40.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:40 smithi177 ceph-mon[27209]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:42.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:42 smithi003 ceph-mon[23697]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:42.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:42 smithi003 ceph-mon[34229]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:42.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:42 smithi177 ceph-mon[27209]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:44.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:44 smithi003 ceph-mon[23697]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:44.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:44 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:44.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:44 smithi003 ceph-mon[34229]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:44.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:44 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:44.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:44 smithi177 ceph-mon[27209]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:44.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:44 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:46.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:46 smithi003 ceph-mon[23697]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:46.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:46 smithi003 ceph-mon[34229]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:46.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:46 smithi177 ceph-mon[27209]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:48.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:48 smithi003 ceph-mon[23697]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:48.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:48 smithi003 ceph-mon[34229]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:48.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:48 smithi177 ceph-mon[27209]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:49.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:07:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:07:49] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.43.0" 2024-09-16T09:07:50.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:50 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:50.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:50 smithi003 ceph-mon[23697]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:50.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:50 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:50.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:50 smithi003 ceph-mon[34229]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:50 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:07:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:50 smithi177 ceph-mon[27209]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:52.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:52 smithi003 ceph-mon[23697]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:52.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:52 smithi003 ceph-mon[34229]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:52.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:52 smithi177 ceph-mon[27209]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:54.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:54 smithi003 ceph-mon[23697]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:54.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:54 smithi003 ceph-mon[34229]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:54.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:54 smithi177 ceph-mon[27209]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:07:56.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:56 smithi003 ceph-mon[23697]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:56.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:56 smithi003 ceph-mon[34229]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:56.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:56 smithi177 ceph-mon[27209]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:58.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:58 smithi003 ceph-mon[23697]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:58 smithi003 ceph-mon[34229]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:58.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:58 smithi177 ceph-mon[27209]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:07:59.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:07:59 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:59.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:07:59 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:59.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:07:59 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:07:59.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:07:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:07:59] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.43.0" 2024-09-16T09:08:00.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:00 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:00.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:00 smithi003 ceph-mon[34229]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:00.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:00 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:00.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:00 smithi003 ceph-mon[23697]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:00.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:00 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:00.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:00 smithi177 ceph-mon[27209]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:02.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:02 smithi003 ceph-mon[34229]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:02.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:02 smithi003 ceph-mon[23697]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:02.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:02 smithi177 ceph-mon[27209]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:04.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:04 smithi003 ceph-mon[34229]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:04.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:04 smithi003 ceph-mon[23697]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:04.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:04 smithi177 ceph-mon[27209]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:06.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:06 smithi003 ceph-mon[34229]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:08:06.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:06 smithi003 ceph-mon[23697]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:08:06.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:06 smithi177 ceph-mon[27209]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:08:08.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:08 smithi003 ceph-mon[23697]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:08:08.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:08 smithi003 ceph-mon[34229]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:08:08.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:08 smithi177 ceph-mon[27209]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:08:09.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:08:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:08:09] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.43.0" 2024-09-16T09:08:10.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:10 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:10 smithi003 ceph-mon[23697]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:10.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:10 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:10.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:10 smithi003 ceph-mon[34229]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:10 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:10 smithi177 ceph-mon[27209]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:12.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:12 smithi003 ceph-mon[23697]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:08:12.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:12 smithi003 ceph-mon[34229]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:08:12.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:12 smithi177 ceph-mon[27209]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:08:14.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:14 smithi177 ceph-mon[27209]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:14.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:14 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:14.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:14 smithi003 ceph-mon[23697]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:14.483 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:14 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:14.483 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:14 smithi003 ceph-mon[34229]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:14.483 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:14 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:16.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:16 smithi177 ceph-mon[27209]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:16.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:16 smithi003 ceph-mon[23697]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:16 smithi003 ceph-mon[34229]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:18 smithi177 ceph-mon[27209]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:18 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:08:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:18 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:08:18.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:18 smithi003 ceph-mon[23697]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:18.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:18 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:08:18.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:18 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:08:18.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:18 smithi003 ceph-mon[34229]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:18.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:18 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:08:18.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:18 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:08:19.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:19 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:08:19.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:19 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:08:19.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:19 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:08:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:08:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:08:19] "GET /metrics HTTP/1.1" 200 38222 "" "Prometheus/2.43.0" 2024-09-16T09:08:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:20 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:20 smithi177 ceph-mon[27209]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:20.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:20 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:20.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:20 smithi003 ceph-mon[23697]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:20.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:20 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:20.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:20 smithi003 ceph-mon[34229]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:22.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:22 smithi177 ceph-mon[27209]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:22.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:22 smithi003 ceph-mon[23697]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:22.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:22 smithi003 ceph-mon[34229]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:24.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:24 smithi177 ceph-mon[27209]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:24.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:24 smithi003 ceph-mon[23697]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:24.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:24 smithi003 ceph-mon[34229]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:26.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:26 smithi177 ceph-mon[27209]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:26.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:26 smithi003 ceph-mon[23697]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:26.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:26 smithi003 ceph-mon[34229]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:28.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:28 smithi177 ceph-mon[27209]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:28.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:28 smithi003 ceph-mon[23697]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:28.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:28 smithi003 ceph-mon[34229]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:29 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:29.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:29 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:29 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:29.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:08:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:08:29] "GET /metrics HTTP/1.1" 200 38220 "" "Prometheus/2.43.0" 2024-09-16T09:08:30.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:30 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:30.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:30 smithi177 ceph-mon[27209]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:30.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:30 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:30.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:30 smithi003 ceph-mon[34229]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:30.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:30 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:30.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:30 smithi003 ceph-mon[23697]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:32.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:32 smithi003 ceph-mon[34229]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:32.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:32 smithi003 ceph-mon[23697]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:32.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:32 smithi177 ceph-mon[27209]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:34.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:34 smithi003 ceph-mon[34229]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:34.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:34 smithi003 ceph-mon[23697]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:34.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:34 smithi177 ceph-mon[27209]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:36.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:36 smithi003 ceph-mon[34229]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:36.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:36 smithi003 ceph-mon[23697]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:36 smithi177 ceph-mon[27209]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:38.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:38 smithi003 ceph-mon[34229]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:38.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:38 smithi003 ceph-mon[23697]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:38.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:38 smithi177 ceph-mon[27209]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:39.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:08:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:08:39] "GET /metrics HTTP/1.1" 200 38220 "" "Prometheus/2.43.0" 2024-09-16T09:08:40.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:40 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:40 smithi003 ceph-mon[23697]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:40 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:40 smithi003 ceph-mon[34229]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:40.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:40 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:40.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:40 smithi177 ceph-mon[27209]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:42.515 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:42 smithi177 ceph-mon[27209]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:42.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:42 smithi003 ceph-mon[23697]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:42.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:42 smithi003 ceph-mon[34229]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:44.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:44 smithi003 ceph-mon[23697]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:44.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:44 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:44.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:44 smithi003 ceph-mon[34229]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:44.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:44 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:44.686 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:44 smithi177 ceph-mon[27209]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:44.686 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:44 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:46.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:46 smithi003 ceph-mon[23697]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:46.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:46 smithi003 ceph-mon[34229]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:46.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:46 smithi177 ceph-mon[27209]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:48.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:48 smithi003 ceph-mon[23697]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:48.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:48 smithi003 ceph-mon[34229]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:48.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:48 smithi177 ceph-mon[27209]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:49.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:08:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:08:49] "GET /metrics HTTP/1.1" 200 38216 "" "Prometheus/2.43.0" 2024-09-16T09:08:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:50 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:50 smithi003 ceph-mon[34229]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:50.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:50 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:50 smithi003 ceph-mon[23697]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:50 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:08:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:50 smithi177 ceph-mon[27209]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:52.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:52 smithi003 ceph-mon[23697]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:52.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:52 smithi003 ceph-mon[34229]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:52 smithi177 ceph-mon[27209]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:54.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:54 smithi177 ceph-mon[27209]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:54.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:54 smithi003 ceph-mon[23697]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:54.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:54 smithi003 ceph-mon[34229]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:08:56.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:56 smithi003 ceph-mon[23697]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:56.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:56 smithi003 ceph-mon[34229]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:56 smithi177 ceph-mon[27209]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:58.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:58 smithi003 ceph-mon[23697]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:58.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:58 smithi003 ceph-mon[34229]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:58.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:58 smithi177 ceph-mon[27209]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:08:59.671 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:08:59 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:59.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:08:59 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:08:59 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:08:59.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:08:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:08:59] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.43.0" 2024-09-16T09:09:00.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:00 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:00.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:00 smithi003 ceph-mon[23697]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:00.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:00 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:00.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:00 smithi003 ceph-mon[34229]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:00.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:00 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:00.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:00 smithi177 ceph-mon[27209]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:02.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:02 smithi003 ceph-mon[23697]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:02.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:02 smithi003 ceph-mon[34229]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:02.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:02 smithi177 ceph-mon[27209]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:04.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:04 smithi003 ceph-mon[23697]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:04.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:04 smithi003 ceph-mon[34229]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:04.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:04 smithi177 ceph-mon[27209]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:06.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:06 smithi003 ceph-mon[23697]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:06.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:06 smithi003 ceph-mon[34229]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:06 smithi177 ceph-mon[27209]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:08.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:08 smithi003 ceph-mon[23697]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:08.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:08 smithi003 ceph-mon[34229]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:08.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:08 smithi177 ceph-mon[27209]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:09.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:09:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:09:09] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.43.0" 2024-09-16T09:09:10.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:10 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:10.708 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:10 smithi003 ceph-mon[23697]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:10.709 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:10 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:10.709 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:10 smithi003 ceph-mon[34229]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:10 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:10 smithi177 ceph-mon[27209]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:12.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:12 smithi003 ceph-mon[23697]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:12.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:12 smithi003 ceph-mon[34229]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:12.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:12 smithi177 ceph-mon[27209]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:14.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:14 smithi003 ceph-mon[23697]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:14.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:14 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:14.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:14 smithi003 ceph-mon[34229]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:14.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:14 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:14 smithi177 ceph-mon[27209]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:14 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:16.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:16 smithi003 ceph-mon[23697]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:16 smithi003 ceph-mon[34229]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:16.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:16 smithi177 ceph-mon[27209]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:18.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:18 smithi003 ceph-mon[34229]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:18.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:18 smithi003 ceph-mon[23697]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:18.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:18 smithi177 ceph-mon[27209]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:19.672 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:19 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:09:19.672 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:19 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:09:19.672 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:19 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:09:19.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:19 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:09:19.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:19 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:09:19.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:19 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:09:19.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:19 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:09:19.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:19 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:09:19.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:19 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:09:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:09:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:09:19] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-16T09:09:20.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:20 smithi003 ceph-mon[23697]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:20.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:20 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:20.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:20 smithi003 ceph-mon[34229]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:20.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:20 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:20.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:20 smithi177 ceph-mon[27209]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:20.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:20 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:22.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:22 smithi003 ceph-mon[23697]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:22.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:22 smithi003 ceph-mon[34229]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:22.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:22 smithi177 ceph-mon[27209]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:24 smithi003 ceph-mon[23697]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:24.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:24 smithi003 ceph-mon[34229]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:24.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:24 smithi177 ceph-mon[27209]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:26.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:26 smithi003 ceph-mon[34229]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:26.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:26 smithi003 ceph-mon[23697]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:26.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:26 smithi177 ceph-mon[27209]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:28.905 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:28 smithi003 ceph-mon[34229]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:28.905 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:28 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:28.905 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:28 smithi003 ceph-mon[23697]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:28.905 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:28 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:28 smithi177 ceph-mon[27209]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:28 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:29.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:09:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:09:29] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-16T09:09:30.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:30 smithi003 ceph-mon[34229]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:30.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:30 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:30 smithi003 ceph-mon[23697]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:30 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:30 smithi177 ceph-mon[27209]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:30 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:32.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:32 smithi003 ceph-mon[34229]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:32 smithi003 ceph-mon[23697]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:32 smithi177 ceph-mon[27209]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:34 smithi003 ceph-mon[23697]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:34.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:34 smithi003 ceph-mon[34229]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:34.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:34 smithi177 ceph-mon[27209]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:36 smithi003 ceph-mon[23697]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:36 smithi003 ceph-mon[34229]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:36 smithi177 ceph-mon[27209]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:38.915 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:38 smithi003 ceph-mon[23697]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:38.915 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:38 smithi003 ceph-mon[34229]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:38 smithi177 ceph-mon[27209]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:39.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:09:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:09:39] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-16T09:09:40.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:40 smithi003 ceph-mon[23697]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:40.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:40 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:40 smithi003 ceph-mon[34229]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:40 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:40.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:40 smithi177 ceph-mon[27209]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:40.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:40 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:42.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:42 smithi003 ceph-mon[34229]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:42 smithi003 ceph-mon[23697]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:42 smithi177 ceph-mon[27209]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:43.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:43 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:43 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:43.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:43 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:44.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:44 smithi003 ceph-mon[23697]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:44.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:44 smithi003 ceph-mon[34229]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:44.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:44 smithi177 ceph-mon[27209]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:46.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:46 smithi177 ceph-mon[27209]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:47.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:46 smithi003 ceph-mon[23697]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:47.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:46 smithi003 ceph-mon[34229]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:48.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:48 smithi177 ceph-mon[27209]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:49.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:48 smithi003 ceph-mon[23697]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:48 smithi003 ceph-mon[34229]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:49.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:09:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:09:49] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-16T09:09:50.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:50 smithi177 ceph-mon[27209]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:50.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:50 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:50 smithi003 ceph-mon[23697]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:50 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:50 smithi003 ceph-mon[34229]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:50 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:09:52.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:52 smithi177 ceph-mon[27209]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:53.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:52 smithi003 ceph-mon[23697]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:53.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:52 smithi003 ceph-mon[34229]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:54.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:54 smithi177 ceph-mon[27209]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:55.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:54 smithi003 ceph-mon[23697]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:54 smithi003 ceph-mon[34229]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:09:56.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:56 smithi177 ceph-mon[27209]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:57.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:56 smithi003 ceph-mon[23697]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:57.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:56 smithi003 ceph-mon[34229]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:58.878 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:58 smithi003 ceph-mon[23697]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:58.879 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:09:58 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:58.879 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:58 smithi003 ceph-mon[34229]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:58.879 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:09:58 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:58.914 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:09:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:58 smithi177 ceph-mon[27209]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:09:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:09:58 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:09:59.180 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:09:59.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:09:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:09:59] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-16T09:10:00.229 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled to redeploy mgr.y on host 'smithi003' 2024-09-16T09:10:00.827 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:00.827 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:00.827 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2940560426' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T09:10:00.827 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: overall HEALTH_OK 2024-09-16T09:10:00.827 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:10:00.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:10:00.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:10:00.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:10:00.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T09:10:00.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2940560426' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: overall HEALTH_OK 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:10:00.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:10:00.830 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T09:10:00.830 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:00 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:10:00.857 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps --refresh' 2024-09-16T09:10:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2940560426' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-16T09:10:00.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: overall HEALTH_OK 2024-09-16T09:10:00.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:10:00.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:10:00.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:00.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:10:00.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:10:00.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T09:10:00.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:00 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:10:01.120 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:10:01.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:01 smithi003 ceph-mon[23697]: from='client.25037 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:10:01.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:01 smithi003 ceph-mon[23697]: Schedule redeploy daemon mgr.y 2024-09-16T09:10:01.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:01 smithi003 ceph-mon[23697]: Deploying daemon mgr.y on smithi003 2024-09-16T09:10:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:01 smithi003 ceph-mon[34229]: from='client.25037 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:10:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:01 smithi003 ceph-mon[34229]: Schedule redeploy daemon mgr.y 2024-09-16T09:10:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:01 smithi003 ceph-mon[34229]: Deploying daemon mgr.y on smithi003 2024-09-16T09:10:01.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:01 smithi177 ceph-mon[27209]: from='client.25037 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:10:01.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:01 smithi177 ceph-mon[27209]: Schedule redeploy daemon mgr.y 2024-09-16T09:10:01.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:01 smithi177 ceph-mon[27209]: Deploying daemon mgr.y on smithi003 2024-09-16T09:10:01.997 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:10:01.997 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (9m) 2m ago 10m - - 0.25.0 c8568f914cd2 58d549b6cf0c 2024-09-16T09:10:01.997 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (9m) 2m ago 9m 80.2M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:10:01.998 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (2m) 2m ago 9m - - 3.8 b5388489f99e 8b829e22c339 2024-09-16T09:10:01.998 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (5m) 2m ago 14m 509M - 19.3.0-4917-g8293d73f 425e316ba8eb 3c0f6139b2c1 2024-09-16T09:10:01.998 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:9283,8765 running (15m) 2m ago 15m - - 19.1.1-328-gad35db06 b5388489f99e 347e1ce319c2 2024-09-16T09:10:01.998 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (15m) 2m ago 15m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:10:01.998 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (14m) 2m ago 14m 45.5M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:10:01.998 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (14m) 2m ago 14m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:10:01.998 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (9m) 2m ago 9m - - 1.5.0 0da6a335fe13 21935400ccf9 2024-09-16T09:10:01.998 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (9m) 2m ago 9m 16.8M - 1.5.0 0da6a335fe13 5c4173a9984d 2024-09-16T09:10:01.998 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (13m) 2m ago 13m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:10:01.999 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (13m) 2m ago 13m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:10:01.999 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (13m) 2m ago 13m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:10:01.999 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (12m) 2m ago 12m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:10:01.999 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (12m) 2m ago 12m 59.5M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:10:01.999 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (11m) 2m ago 11m 48.8M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:10:01.999 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (11m) 2m ago 11m 56.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:10:01.999 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (11m) 2m ago 11m 59.9M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:10:01.999 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (2m) 2m ago 10m 35.8M - 2.43.0 a07b618ecd1d e6762d6594fc 2024-09-16T09:10:01.999 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (9m) 2m ago 9m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:10:01.999 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (9m) 2m ago 9m 83.9M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:10:02.591 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'sleep 180' 2024-09-16T09:10:02.856 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:10:02.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:02 smithi003 ceph-mon[23697]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:02.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:02 smithi003 ceph-mon[34229]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:02.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:02 smithi177 ceph-mon[27209]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:04.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:03 smithi003 ceph-mon[23697]: from='client.25043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:10:04.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:03 smithi003 ceph-mon[34229]: from='client.25043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:10:04.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:03 smithi177 ceph-mon[27209]: from='client.25043 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:10:05.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:04 smithi003 ceph-mon[34229]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:04 smithi003 ceph-mon[23697]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:04 smithi177 ceph-mon[27209]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:07.114 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:06 smithi177 ceph-mon[27209]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:07.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:06 smithi003 ceph-mon[34229]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:07.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:06 smithi003 ceph-mon[23697]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:07.462 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:10:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=cleanup t=2024-09-16T09:10:07.114519202Z level=info msg="Completed cleanup jobs" duration=2.31514ms 2024-09-16T09:10:09.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:08 smithi003 ceph-mon[23697]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:09.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:08 smithi003 ceph-mon[34229]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:09.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:08 smithi177 ceph-mon[27209]: pgmap v105: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:09.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:10:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:10:09] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-16T09:10:11.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:10 smithi003 ceph-mon[23697]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:11.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:10 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:11.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:10 smithi003 ceph-mon[34229]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:11.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:10 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:10 smithi177 ceph-mon[27209]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:10 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:13.017 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:12 smithi177 ceph-mon[27209]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:13.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:12 smithi003 ceph-mon[34229]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:13.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:12 smithi003 ceph-mon[23697]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:14.076 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:13 smithi003 ceph-mon[34229]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:14.077 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:13 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:14.077 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:13 smithi003 ceph-mon[23697]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:14.077 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:13 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:14.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:13 smithi177 ceph-mon[27209]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:14.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:13 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:16.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:15 smithi177 ceph-mon[27209]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:16.433 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:15 smithi003 ceph-mon[23697]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:16.433 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:15 smithi003 ceph-mon[34229]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:18.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:17 smithi177 ceph-mon[27209]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:18.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:17 smithi003 ceph-mon[23697]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:17 smithi003 ceph-mon[34229]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:10:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:10:19] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.43.0" 2024-09-16T09:10:20.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:19 smithi003 ceph-mon[23697]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:20.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:19 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:20.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:19 smithi003 ceph-mon[34229]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:20.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:19 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:19 smithi177 ceph-mon[27209]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:19 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:22.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:21 smithi003 ceph-mon[23697]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:22.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:21 smithi003 ceph-mon[34229]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:22.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:21 smithi177 ceph-mon[27209]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:24.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:23 smithi003 ceph-mon[23697]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:24.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:23 smithi003 ceph-mon[34229]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:24.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:23 smithi177 ceph-mon[27209]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:26.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:25 smithi003 ceph-mon[23697]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:26.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:25 smithi003 ceph-mon[34229]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:26.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:25 smithi177 ceph-mon[27209]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:28.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:27 smithi003 ceph-mon[23697]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:28.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:27 smithi003 ceph-mon[34229]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:28.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:27 smithi177 ceph-mon[27209]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:29.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:28 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:29.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:28 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:28 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:29.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:10:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:10:29] "GET /metrics HTTP/1.1" 200 38228 "" "Prometheus/2.43.0" 2024-09-16T09:10:30.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:29 smithi003 ceph-mon[23697]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-16T09:10:30.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:29 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:29 smithi003 ceph-mon[34229]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-16T09:10:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:29 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:30.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:29 smithi177 ceph-mon[27209]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-16T09:10:30.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:29 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:32.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:31 smithi003 ceph-mon[23697]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-16T09:10:32.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:31 smithi003 ceph-mon[34229]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-16T09:10:32.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:31 smithi177 ceph-mon[27209]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-16T09:10:34.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:33 smithi003 ceph-mon[23697]: 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-16T09:10:34.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:33 smithi003 ceph-mon[34229]: 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-16T09:10:34.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:33 smithi177 ceph-mon[27209]: 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-16T09:10:36.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:35 smithi003 ceph-mon[23697]: 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-16T09:10:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:35 smithi003 ceph-mon[34229]: 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-16T09:10:36.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:35 smithi177 ceph-mon[27209]: 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-16T09:10:38.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:37 smithi003 ceph-mon[23697]: 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-16T09:10:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:37 smithi003 ceph-mon[34229]: 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-16T09:10:38.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:37 smithi177 ceph-mon[27209]: 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-16T09:10:39.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:10:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:10:39] "GET /metrics HTTP/1.1" 200 38228 "" "Prometheus/2.43.0" 2024-09-16T09:10:40.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:39 smithi003 ceph-mon[23697]: 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-16T09:10:40.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:39 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:40.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:39 smithi003 ceph-mon[34229]: 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-16T09:10:40.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:39 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:40.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:39 smithi177 ceph-mon[27209]: 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-16T09:10:40.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:39 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:42.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:41 smithi003 ceph-mon[23697]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:42.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:42 smithi003 ceph-mon[34229]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:42.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:42 smithi177 ceph-mon[27209]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:10:43.175 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:42 smithi003 systemd[1]: Stopping Ceph mgr.y for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:10:43.506 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:43 smithi003 podman[82151]: 2024-09-16 09:10:43.202829137 +0000 UTC m=+0.131994944 container died 347e1ce319c2cfed70eeae9dd85c36cf0af477774b41f9df2b38d84a32b58864 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-ad35db0, org.label-schema.vendor=CentOS) 2024-09-16T09:10:43.865 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:43 smithi003 podman[82151]: 2024-09-16 09:10:43.588145234 +0000 UTC m=+0.517311041 container cleanup 347e1ce319c2cfed70eeae9dd85c36cf0af477774b41f9df2b38d84a32b58864 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , 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, RELEASE=squid-ad35db0, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-16T09:10:43.866 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:43 smithi003 bash[82151]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y 2024-09-16T09:10:44.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:44 smithi003 ceph-mon[23697]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:44.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:44 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:44.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:44 smithi003 ceph-mon[34229]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:44.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:44 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:44.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:43 smithi003 podman[82164]: 2024-09-16 09:10:43.864916121 +0000 UTC m=+0.657633913 container remove 347e1ce319c2cfed70eeae9dd85c36cf0af477774b41f9df2b38d84a32b58864 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-ad35db0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-16T09:10:44.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:43 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.y.service: Main process exited, code=exited, status=143/n/a 2024-09-16T09:10:44.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-09-16T09:10:44.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 systemd[1]: Stopped Ceph mgr.y for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:10:44.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.y.service: Consumed 52.643s CPU time. 2024-09-16T09:10:44.265 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:44 smithi177 ceph-mon[27209]: pgmap v123: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:10:44.265 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:44 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:44.454 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 systemd[1]: Starting Ceph mgr.y for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:10:44.707 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 podman[82293]: 2024-09-16 09:10:44.356046179 +0000 UTC m=+0.016656448 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:10:44.707 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 podman[82293]: 2024-09-16 09:10:44.591138739 +0000 UTC m=+0.251748997 container create f4ba0c12d167d8865e5be046d3b167e124c15cce247c7a913fbd4fbf68ef0acf (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True) 2024-09-16T09:10:45.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 podman[82293]: 2024-09-16 09:10:44.7767327 +0000 UTC m=+0.437342966 container init f4ba0c12d167d8865e5be046d3b167e124c15cce247c7a913fbd4fbf68ef0acf (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, ceph=True) 2024-09-16T09:10:45.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 podman[82293]: 2024-09-16 09:10:44.779790634 +0000 UTC m=+0.440400897 container start f4ba0c12d167d8865e5be046d3b167e124c15cce247c7a913fbd4fbf68ef0acf (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:10:45.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 ceph-mgr[82313]: -- 172.21.15.3:0/2070171673 <== mon.2 v2:172.21.15.3:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56531eb7f0e0 con 0x56531eb5c800 2024-09-16T09:10:45.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 bash[82293]: f4ba0c12d167d8865e5be046d3b167e124c15cce247c7a913fbd4fbf68ef0acf 2024-09-16T09:10:45.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:44 smithi003 systemd[1]: Started Ceph mgr.y for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:10:46.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:45 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:45 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:45 smithi003 ceph-mon[23697]: 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-16T09:10:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:45 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:45 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:45 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:45 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:45 smithi003 ceph-mon[34229]: 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-16T09:10:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:45 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:45 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:45 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:45 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:45 smithi177 ceph-mon[27209]: 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-16T09:10:46.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:45 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:46.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:45 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:48.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:47 smithi177 ceph-mon[27209]: 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-16T09:10:48.224 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:47 smithi003 ceph-mon[23697]: 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-16T09:10:48.224 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:47 smithi003 ceph-mon[34229]: 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-16T09:10:49.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:10:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:10:49] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-16T09:10:50.278 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[34229]: 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-16T09:10:50.278 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.278 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.278 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:50.279 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.279 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.279 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:10:50.279 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:10:50.279 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.280 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[23697]: 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-16T09:10:50.280 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.280 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.280 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:50.280 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.280 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.280 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:10:50.280 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:10:50.281 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:49 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:49 smithi177 ceph-mon[27209]: 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-16T09:10:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:49 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:49 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:49 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:10:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:49 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:49 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:49 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:10:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:49 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:10:50.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:49 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:10:50.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:10:50] ENGINE Bus STARTING 2024-09-16T09:10:50.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: CherryPy Checker: 2024-09-16T09:10:50.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: The Application mounted at '' has an empty config. 2024-09-16T09:10:50.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:10:50.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:10:50] ENGINE Serving on http://:::9283 2024-09-16T09:10:50.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:10:50] ENGINE Bus STARTED 2024-09-16T09:10:51.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[23697]: Standby manager daemon y restarted 2024-09-16T09:10:51.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[23697]: Standby manager daemon y started 2024-09-16T09:10:51.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-16T09:10:51.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:10:51.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-16T09:10:51.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:10:51.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[34229]: Standby manager daemon y restarted 2024-09-16T09:10:51.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[34229]: Standby manager daemon y started 2024-09-16T09:10:51.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-16T09:10:51.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:10:51.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-16T09:10:51.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:50 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:10:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:50 smithi177 ceph-mon[27209]: Standby manager daemon y restarted 2024-09-16T09:10:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:50 smithi177 ceph-mon[27209]: Standby manager daemon y started 2024-09-16T09:10:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:50 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-16T09:10:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:50 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:10:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:50 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-16T09:10:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:50 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:10:52.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:51 smithi003 ceph-mon[23697]: 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-16T09:10:52.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:51 smithi003 ceph-mon[23697]: mgrmap e29: x(active, since 3m), standbys: y 2024-09-16T09:10:52.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:51 smithi003 ceph-mon[34229]: 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-16T09:10:52.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:51 smithi003 ceph-mon[34229]: mgrmap e29: x(active, since 3m), standbys: y 2024-09-16T09:10:52.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:51 smithi177 ceph-mon[27209]: 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-16T09:10:52.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:51 smithi177 ceph-mon[27209]: mgrmap e29: x(active, since 3m), standbys: y 2024-09-16T09:10:54.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:53 smithi003 ceph-mon[23697]: 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-16T09:10:54.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:53 smithi003 ceph-mon[34229]: 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-16T09:10:54.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:53 smithi177 ceph-mon[27209]: 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-16T09:10:56.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:55 smithi003 ceph-mon[23697]: 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-16T09:10:56.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:55 smithi003 ceph-mon[34229]: 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-16T09:10:56.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:55 smithi177 ceph-mon[27209]: 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-16T09:10:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:57 smithi003 ceph-mon[23697]: 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-16T09:10:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:57 smithi003 ceph-mon[34229]: 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-16T09:10:58.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:57 smithi177 ceph-mon[27209]: 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-16T09:10:59.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:10:59 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:59.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:10:59 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:59.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:10:59 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:10:59.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:10:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:10:59] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-16T09:11:00.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:00 smithi003 ceph-mon[23697]: 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-16T09:11:00.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:00 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:00.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:00 smithi003 ceph-mon[34229]: 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-16T09:11:00.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:00 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:00.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:00 smithi177 ceph-mon[27209]: 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-16T09:11:00.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:00 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:02.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:02 smithi003 ceph-mon[23697]: 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-16T09:11:02.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:02 smithi003 ceph-mon[34229]: 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-16T09:11:02.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:02 smithi177 ceph-mon[27209]: 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-16T09:11:04.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:04 smithi003 ceph-mon[23697]: 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-16T09:11:04.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:04 smithi003 ceph-mon[34229]: 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-16T09:11:04.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:04 smithi177 ceph-mon[27209]: 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-16T09:11:06.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:06 smithi003 ceph-mon[23697]: 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-16T09:11:06.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:06 smithi003 ceph-mon[34229]: 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-16T09:11:06.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:06 smithi177 ceph-mon[27209]: 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-16T09:11:08.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:08 smithi003 ceph-mon[34229]: 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-16T09:11:08.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:08 smithi003 ceph-mon[23697]: 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-16T09:11:08.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:08 smithi177 ceph-mon[27209]: 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-16T09:11:09.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:11:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:11:09] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.43.0" 2024-09-16T09:11:10.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:10 smithi003 ceph-mon[34229]: 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-16T09:11:10.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:10 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:10 smithi003 ceph-mon[23697]: 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-16T09:11:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:10 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:10 smithi177 ceph-mon[27209]: 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-16T09:11:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:10 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:12.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:12 smithi003 ceph-mon[34229]: 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-16T09:11:12.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:12 smithi003 ceph-mon[23697]: 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-16T09:11:12.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:12 smithi177 ceph-mon[27209]: 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-16T09:11:14.278 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:14 smithi177 ceph-mon[27209]: 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-16T09:11:14.279 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:14 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:14.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:14 smithi003 ceph-mon[23697]: 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-16T09:11:14.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:14 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:14.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:14 smithi003 ceph-mon[34229]: 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-16T09:11:14.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:14 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:16.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:16 smithi003 ceph-mon[23697]: 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-16T09:11:16.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:16 smithi003 ceph-mon[34229]: 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-16T09:11:16.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:16 smithi177 ceph-mon[27209]: 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-16T09:11:18.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:18 smithi003 ceph-mon[23697]: 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-16T09:11:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:18 smithi003 ceph-mon[34229]: 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-16T09:11:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:18 smithi177 ceph-mon[27209]: 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-16T09:11:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:11:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:11:19] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-16T09:11:20.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:20 smithi003 ceph-mon[23697]: 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-16T09:11:20.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:20 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:20.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:20 smithi003 ceph-mon[34229]: 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-16T09:11:20.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:20 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:20 smithi177 ceph-mon[27209]: 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-16T09:11:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:20 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:22.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:22 smithi003 ceph-mon[23697]: 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-16T09:11:22.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:22 smithi003 ceph-mon[34229]: 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-16T09:11:22.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:22 smithi177 ceph-mon[27209]: 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-16T09:11:24.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:24 smithi003 ceph-mon[23697]: 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-16T09:11:24.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:24 smithi003 ceph-mon[34229]: 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-16T09:11:24.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:24 smithi177 ceph-mon[27209]: 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-16T09:11:26.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:26 smithi003 ceph-mon[23697]: 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-16T09:11:26.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:26 smithi003 ceph-mon[34229]: 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-16T09:11:26.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:26 smithi177 ceph-mon[27209]: 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-16T09:11:28.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:28 smithi003 ceph-mon[34229]: 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-16T09:11:28.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:28 smithi003 ceph-mon[23697]: 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-16T09:11:28.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:28 smithi177 ceph-mon[27209]: 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-16T09:11:29.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:29 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:29.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:29 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:29.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:29 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:29.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:11:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:11:29] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-16T09:11:30.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:30 smithi003 ceph-mon[34229]: 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-16T09:11:30.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:30 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:30.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:30 smithi003 ceph-mon[23697]: 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-16T09:11:30.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:30 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:30.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:30 smithi177 ceph-mon[27209]: 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-16T09:11:30.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:30 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:32.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:32 smithi003 ceph-mon[34229]: 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-16T09:11:32.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:32 smithi003 ceph-mon[23697]: 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-16T09:11:32.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:32 smithi177 ceph-mon[27209]: 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-16T09:11:34.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:34 smithi003 ceph-mon[23697]: 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-16T09:11:34.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:34 smithi003 ceph-mon[34229]: 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-16T09:11:34.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:34 smithi177 ceph-mon[27209]: 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-16T09:11:36.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:36 smithi003 ceph-mon[23697]: 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-16T09:11:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:36 smithi003 ceph-mon[34229]: 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-16T09:11:36.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:36 smithi177 ceph-mon[27209]: 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-16T09:11:38.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:38 smithi003 ceph-mon[23697]: 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-16T09:11:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:38 smithi003 ceph-mon[34229]: 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-16T09:11:38.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:38 smithi177 ceph-mon[27209]: 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-16T09:11:39.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:11:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:11:39] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-16T09:11:40.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:40 smithi003 ceph-mon[23697]: 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-16T09:11:40.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:40 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:40.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:40 smithi003 ceph-mon[34229]: 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-16T09:11:40.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:40 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:40.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:40 smithi177 ceph-mon[27209]: 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-16T09:11:40.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:40 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:42.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:42 smithi003 ceph-mon[23697]: 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-16T09:11:42.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:42 smithi003 ceph-mon[34229]: 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-16T09:11:42.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:42 smithi177 ceph-mon[27209]: 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-16T09:11:44.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:44 smithi003 ceph-mon[34229]: 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-16T09:11:44.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:44 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:44.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:44 smithi003 ceph-mon[23697]: 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-16T09:11:44.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:44 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:44.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:44 smithi177 ceph-mon[27209]: 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-16T09:11:44.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:44 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:46.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:46 smithi003 ceph-mon[23697]: 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-16T09:11:46.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:46 smithi003 ceph-mon[34229]: 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-16T09:11:46.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:46 smithi177 ceph-mon[27209]: 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-16T09:11:48.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:48 smithi003 ceph-mon[23697]: 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-16T09:11:48.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:48 smithi003 ceph-mon[34229]: 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-16T09:11:48.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:48 smithi177 ceph-mon[27209]: 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-16T09:11:49.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:11:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:11:49] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.43.0" 2024-09-16T09:11:50.344 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:50 smithi003 ceph-mon[23697]: 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-16T09:11:50.344 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:50 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:50.344 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:50 smithi003 ceph-mon[34229]: 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-16T09:11:50.344 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:50 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:50 smithi177 ceph-mon[27209]: 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-16T09:11:50.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:50 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:11:52.350 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:52 smithi003 ceph-mon[34229]: 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-16T09:11:52.350 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:52 smithi003 ceph-mon[23697]: 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-16T09:11:52.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:52 smithi177 ceph-mon[27209]: 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-16T09:11:54.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:54 smithi003 ceph-mon[23697]: 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-16T09:11:54.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:54 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:11:54.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:54 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:11:54.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:54 smithi003 ceph-mon[34229]: 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-16T09:11:54.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:54 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:11:54.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:54 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:11:54.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:54 smithi177 ceph-mon[27209]: 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-16T09:11:54.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:54 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:11:54.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:54 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:11:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:55 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:11:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:55 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:11:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:55 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:11:55.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:55 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:11:55.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:55 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:11:55.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:55 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:11:55.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:55 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:11:55.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:55 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:11:55.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:55 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:11:56.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:56 smithi003 ceph-mon[23697]: 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-16T09:11:56.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:56 smithi003 ceph-mon[34229]: 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-16T09:11:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:56 smithi177 ceph-mon[27209]: 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-16T09:11:58.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:58 smithi003 ceph-mon[23697]: 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-16T09:11:58.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:11:58 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:58.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:58 smithi003 ceph-mon[34229]: 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-16T09:11:58.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:11:58 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:58.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:58 smithi177 ceph-mon[27209]: 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-16T09:11:58.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:11:58 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:11:59.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:11:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:11:59] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-16T09:12:00.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:00 smithi003 ceph-mon[23697]: 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-16T09:12:00.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:00 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:00.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:00 smithi003 ceph-mon[34229]: 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-16T09:12:00.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:00 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:00.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:00 smithi177 ceph-mon[27209]: 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-16T09:12:00.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:00 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:02.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:02 smithi003 ceph-mon[34229]: 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-16T09:12:02.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:02 smithi003 ceph-mon[23697]: 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-16T09:12:02.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:02 smithi177 ceph-mon[27209]: 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-16T09:12:04.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:04 smithi003 ceph-mon[34229]: 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-16T09:12:04.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:04 smithi003 ceph-mon[23697]: 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-16T09:12:04.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:04 smithi177 ceph-mon[27209]: 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-16T09:12:06.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:06 smithi003 ceph-mon[34229]: 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-16T09:12:06.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:06 smithi003 ceph-mon[23697]: 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-16T09:12:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:06 smithi177 ceph-mon[27209]: 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-16T09:12:08.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:08 smithi003 ceph-mon[34229]: 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-16T09:12:08.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:08 smithi003 ceph-mon[23697]: 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-16T09:12:08.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:08 smithi177 ceph-mon[27209]: 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-16T09:12:09.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:12:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:12:09] "GET /metrics HTTP/1.1" 200 38230 "" "Prometheus/2.43.0" 2024-09-16T09:12:10.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:10 smithi003 ceph-mon[23697]: 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-16T09:12:10.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:10 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:10.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:10 smithi003 ceph-mon[34229]: 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-16T09:12:10.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:10 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:10 smithi177 ceph-mon[27209]: 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-16T09:12:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:10 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:12.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:12 smithi003 ceph-mon[23697]: 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-16T09:12:12.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:12 smithi003 ceph-mon[34229]: 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-16T09:12:12.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:12 smithi177 ceph-mon[27209]: 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-16T09:12:13.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:13 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:13.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:13 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:13 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:14.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:14 smithi003 ceph-mon[23697]: 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-16T09:12:14.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:14 smithi003 ceph-mon[34229]: 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-16T09:12:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:14 smithi177 ceph-mon[27209]: 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-16T09:12:16.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:16 smithi003 ceph-mon[23697]: 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-16T09:12:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:16 smithi003 ceph-mon[34229]: 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-16T09:12:16.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:16 smithi177 ceph-mon[27209]: 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-16T09:12:18.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:18 smithi003 ceph-mon[23697]: 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-16T09:12:18.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:18 smithi003 ceph-mon[34229]: 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-16T09:12:18.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:18 smithi177 ceph-mon[27209]: 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-16T09:12:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:12:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:12:19] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.43.0" 2024-09-16T09:12:20.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:20 smithi003 ceph-mon[23697]: 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-16T09:12:20.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:20 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:20.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:20 smithi003 ceph-mon[34229]: 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-16T09:12:20.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:20 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:20.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:20 smithi177 ceph-mon[27209]: 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-16T09:12:20.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:20 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:22.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:22 smithi003 ceph-mon[34229]: 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-16T09:12:22.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:22 smithi003 ceph-mon[23697]: 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-16T09:12:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:22 smithi177 ceph-mon[27209]: 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-16T09:12:24.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:24 smithi003 ceph-mon[34229]: 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-16T09:12:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:24 smithi003 ceph-mon[23697]: 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-16T09:12:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:24 smithi177 ceph-mon[27209]: 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-16T09:12:26.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:26 smithi003 ceph-mon[34229]: 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-16T09:12:26.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:26 smithi003 ceph-mon[23697]: 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-16T09:12:26.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:26 smithi177 ceph-mon[27209]: 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-16T09:12:28.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:28 smithi003 ceph-mon[23697]: 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-16T09:12:28.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:28 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:28 smithi003 ceph-mon[34229]: 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-16T09:12:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:28 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:28 smithi177 ceph-mon[27209]: 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-16T09:12:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:28 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:29.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:12:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:12:29] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-16T09:12:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:30 smithi003 ceph-mon[23697]: 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-16T09:12:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:30 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:30.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:30 smithi003 ceph-mon[34229]: 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-16T09:12:30.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:30 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:30 smithi177 ceph-mon[27209]: 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-16T09:12:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:30 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:32 smithi003 ceph-mon[23697]: 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-16T09:12:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:32 smithi003 ceph-mon[34229]: 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-16T09:12:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:32 smithi177 ceph-mon[27209]: 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-16T09:12:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:34 smithi003 ceph-mon[23697]: 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-16T09:12:34.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:34 smithi003 ceph-mon[34229]: 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-16T09:12:34.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:34 smithi177 ceph-mon[27209]: 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-16T09:12:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:36 smithi003 ceph-mon[23697]: 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-16T09:12:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:36 smithi003 ceph-mon[34229]: 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-16T09:12:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:36 smithi177 ceph-mon[27209]: 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-16T09:12:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:38 smithi003 ceph-mon[34229]: 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-16T09:12:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:38 smithi003 ceph-mon[23697]: 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-16T09:12:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:38 smithi177 ceph-mon[27209]: 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-16T09:12:39.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:12:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:12:39] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-16T09:12:40.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:40 smithi003 ceph-mon[34229]: 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-16T09:12:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:40 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:40.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:40 smithi003 ceph-mon[23697]: 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-16T09:12:40.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:40 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:40.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:40 smithi177 ceph-mon[27209]: 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-16T09:12:40.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:40 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:42 smithi003 ceph-mon[34229]: 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-16T09:12:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:42 smithi003 ceph-mon[23697]: 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-16T09:12:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:42 smithi177 ceph-mon[27209]: 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-16T09:12:43.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:43 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:43.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:43 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:43.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:43 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:44.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:44 smithi003 ceph-mon[34229]: 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-16T09:12:44.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:44 smithi003 ceph-mon[23697]: 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-16T09:12:44.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:44 smithi177 ceph-mon[27209]: 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-16T09:12:46.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:46 smithi177 ceph-mon[27209]: 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-16T09:12:47.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:46 smithi003 ceph-mon[34229]: 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-16T09:12:47.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:46 smithi003 ceph-mon[23697]: 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-16T09:12:48.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:48 smithi177 ceph-mon[27209]: 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-16T09:12:49.090 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:48 smithi003 ceph-mon[23697]: 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-16T09:12:49.090 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:48 smithi003 ceph-mon[34229]: 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-16T09:12:49.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:12:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:12:49] "GET /metrics HTTP/1.1" 200 38227 "" "Prometheus/2.43.0" 2024-09-16T09:12:50.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:50 smithi177 ceph-mon[27209]: 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-16T09:12:50.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:50 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:51.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:50 smithi003 ceph-mon[34229]: 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-16T09:12:51.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:50 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:51.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:50 smithi003 ceph-mon[23697]: 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-16T09:12:51.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:50 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:12:52.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:52 smithi177 ceph-mon[27209]: 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-16T09:12:53.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:52 smithi003 ceph-mon[23697]: 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-16T09:12:53.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:52 smithi003 ceph-mon[34229]: 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-16T09:12:54.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:54 smithi177 ceph-mon[27209]: 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-16T09:12:55.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:54 smithi003 ceph-mon[34229]: 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-16T09:12:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:54 smithi003 ceph-mon[23697]: 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-16T09:12:55.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:55 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:12:55.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:55 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:12:55.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:55 smithi177 ceph-mon[27209]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:12:56.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:55 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:12:56.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:55 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:12:56.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:55 smithi003 ceph-mon[23697]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:12:56.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:55 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:12:56.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:55 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:12:56.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:55 smithi003 ceph-mon[34229]: from='mgr.24805 ' entity='mgr.x' 2024-09-16T09:12:56.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:56 smithi177 ceph-mon[27209]: 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-16T09:12:57.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:56 smithi003 ceph-mon[23697]: 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-16T09:12:57.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:56 smithi003 ceph-mon[34229]: 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-16T09:12:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:58 smithi177 ceph-mon[27209]: 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-16T09:12:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:12:58 smithi177 ceph-mon[27209]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:59.095 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:58 smithi003 ceph-mon[34229]: 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-16T09:12:59.095 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:12:58 smithi003 ceph-mon[34229]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:59.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:58 smithi003 ceph-mon[23697]: 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-16T09:12:59.096 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:12:58 smithi003 ceph-mon[23697]: from='mgr.24805 172.21.15.177:0/4032460101' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:12:59.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:12:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:12:59] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-16T09:13:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:00 smithi177 ceph-mon[27209]: 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-16T09:13:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:00 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:01.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:00 smithi003 ceph-mon[23697]: 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-16T09:13:01.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:00 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:01.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:00 smithi003 ceph-mon[34229]: 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-16T09:13:01.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:00 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:02.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:02 smithi177 ceph-mon[27209]: 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-16T09:13:03.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:02 smithi003 ceph-mon[23697]: 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-16T09:13:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:02 smithi003 ceph-mon[34229]: 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-16T09:13:03.932 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:13:04.197 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:13:04.868 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:04 smithi003 ceph-mon[23697]: 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-16T09:13:04.869 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:04 smithi003 ceph-mon[34229]: 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-16T09:13:04.869 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:13:04.869 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (12m) 70s ago 13m - - 0.25.0 c8568f914cd2 58d549b6cf0c 2024-09-16T09:13:04.869 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (12m) 2m ago 12m 79.9M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:13:04.869 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (5m) 70s ago 12m - - 3.8 b5388489f99e 8b829e22c339 2024-09-16T09:13:04.869 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (8m) 2m ago 17m 516M - 19.3.0-4917-g8293d73f 425e316ba8eb 3c0f6139b2c1 2024-09-16T09:13:04.869 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (2m) 70s ago 18m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:13:04.869 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (18m) 70s ago 19m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (17m) 2m ago 17m 49.6M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (17m) 70s ago 17m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (12m) 70s ago 12m - - 1.5.0 0da6a335fe13 21935400ccf9 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (12m) 2m ago 12m 16.7M - 1.5.0 0da6a335fe13 5c4173a9984d 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (17m) 70s ago 17m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (16m) 70s ago 16m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (16m) 70s ago 16m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (15m) 70s ago 15m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (15m) 2m ago 15m 62.4M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (14m) 2m ago 14m 50.6M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (14m) 2m ago 14m 58.9M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (14m) 2m ago 14m 61.8M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:13:04.870 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (5m) 2m ago 13m 54.7M - 2.43.0 a07b618ecd1d e6762d6594fc 2024-09-16T09:13:04.871 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (12m) 70s ago 12m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:13:04.871 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (12m) 2m ago 12m 85.8M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:13:04.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:04 smithi177 ceph-mon[27209]: 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-16T09:13:05.518 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions' 2024-09-16T09:13:05.781 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:13:06.546 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:13:06.546 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:13:06.546 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3 2024-09-16T09:13:06.546 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:13:06.546 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:13:06.546 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:13:06.546 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 13, 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:13:06.547 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:13:06.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:06 smithi003 ceph-mon[34229]: from='client.25055 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:13:06.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:06 smithi003 ceph-mon[34229]: 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-16T09:13:06.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:06 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1281071864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:13:06.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:06 smithi003 ceph-mon[23697]: from='client.25055 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:13:06.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:06 smithi003 ceph-mon[23697]: 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-16T09:13:06.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:06 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1281071864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:13:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:06 smithi177 ceph-mon[27209]: from='client.25055 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:13:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:06 smithi177 ceph-mon[27209]: 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-16T09:13:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:06 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1281071864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:13:07.098 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph health detail' 2024-09-16T09:13:07.357 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:13:08.069 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2024-09-16T09:13:08.810 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:08 smithi003 ceph-mon[23697]: 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-16T09:13:08.810 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:08 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3117520346' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:13:08.810 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:08 smithi003 ceph-mon[34229]: 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-16T09:13:08.810 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:08 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3117520346' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:13:08.843 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph -s' 2024-09-16T09:13:09.102 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:13:09.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:08 smithi177 ceph-mon[27209]: 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-16T09:13:09.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:08 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3117520346' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:13:09.834 INFO:teuthology.orchestra.run.smithi003.stdout: cluster: 2024-09-16T09:13:09.834 INFO:teuthology.orchestra.run.smithi003.stdout: id: 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: health: HEALTH_OK 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: services: 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: mon: 3 daemons, quorum a,b,c (age 17m) 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: mgr: x(active, since 6m), standbys: y 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: osd: 8 osds: 8 up (since 14m), 8 in (since 14m) 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: data: 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: pools: 6 pools, 161 pgs 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: objects: 212 objects, 585 KiB 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: usage: 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: pgs: 161 active+clean 2024-09-16T09:13:09.835 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:13:09.836 INFO:teuthology.orchestra.run.smithi003.stdout: io: 2024-09-16T09:13:09.836 INFO:teuthology.orchestra.run.smithi003.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-16T09:13:09.836 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:13:09.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:13:09] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-16T09:13:10.462 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph mgr fail' 2024-09-16T09:13:10.720 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:13:11.044 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:10 smithi003 ceph-mon[23697]: 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-16T09:13:11.045 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:10 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:11.045 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:10 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1783322879' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:13:11.045 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:10 smithi003 ceph-mon[34229]: 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-16T09:13:11.045 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:10 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:11.045 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:10 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1783322879' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:13:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:10 smithi177 ceph-mon[27209]: 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-16T09:13:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:10 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:10 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1783322879' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:13:11.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:13:11] ENGINE Bus STOPPING 2024-09-16T09:13:11.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:13:11] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:13:11.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:13:11] ENGINE Bus STOPPED 2024-09-16T09:13:11.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: 2024-09-16T09:13:11.384+0000 7f1f22002640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-16T09:13:11.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ignoring --setuser ceph since I am not root 2024-09-16T09:13:11.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ignoring --setgroup ceph since I am not root 2024-09-16T09:13:11.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mgr[60194]: -- 172.21.15.177:0/2632828885 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55f5228a90e0 con 0x55f522886800 2024-09-16T09:13:12.167 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/158306270' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:13:12.167 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:13:12.167 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: Activating manager daemon y 2024-09-16T09:13:12.167 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-16T09:13:12.167 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: osdmap e101: 8 total, 8 up, 8 in 2024-09-16T09:13:12.167 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: mgrmap e30: y(active, starting, since 0.0152171s) 2024-09-16T09:13:12.167 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:13:12.168 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[23697]: Manager daemon y is now available 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/158306270' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: Activating manager daemon y 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: osdmap e101: 8 total, 8 up, 8 in 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: mgrmap e30: y(active, starting, since 0.0152171s) 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:13:12.169 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:13:12.170 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:11 smithi003 ceph-mon[34229]: Manager daemon y is now available 2024-09-16T09:13:12.208 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'sleep 180' 2024-09-16T09:13:12.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/158306270' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:13:12.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:13:12.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: Activating manager daemon y 2024-09-16T09:13:12.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-16T09:13:12.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: osdmap e101: 8 total, 8 up, 8 in 2024-09-16T09:13:12.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: mgrmap e30: y(active, starting, since 0.0152171s) 2024-09-16T09:13:12.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:13:12.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:13:12.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:13:12.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:11 smithi177 ceph-mon[27209]: Manager daemon y is now available 2024-09-16T09:13:12.561 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:13:12.724 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:13:12] ENGINE Bus STARTING 2024-09-16T09:13:12.725 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:13:12] ENGINE Serving on http://:::9283 2024-09-16T09:13:12.725 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:13:12] ENGINE Bus STARTED 2024-09-16T09:13:13.053 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:13.053 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:13:13.053 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:13:13.053 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:13:13.053 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:13:13.053 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:13:13.053 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[23697]: mgrmap e31: y(active, since 1.01339s) 2024-09-16T09:13:13.053 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:13.053 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:13:13.054 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:13:13.054 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:13:13.054 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:13:13.054 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:13:13.054 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:12 smithi003 ceph-mon[34229]: mgrmap e31: y(active, since 1.01339s) 2024-09-16T09:13:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:12 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:12 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:13:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:12 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:13:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:12 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:13:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:12 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:13:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:12 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:13:13.101 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:12 smithi177 ceph-mon[27209]: mgrmap e31: y(active, since 1.01339s) 2024-09-16T09:13:13.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:13.422Z 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.177:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:13:13.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:13.424Z 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.177:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:13:13.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:13.426Z 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.177:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:13:13.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:13.426Z 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.177:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:13:13.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:13.426Z 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.177:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:13:13.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:13.427Z 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.177:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:13:13.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:13.427Z 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.177:8765/sd/prometheus/sd-config?service=smb\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:13:14.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:13 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:13:14.024 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:13 smithi177 ceph-mon[27209]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:14.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:13 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:13:14.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:13 smithi003 ceph-mon[23697]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:14.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:13 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:13:14.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:13 smithi003 ceph-mon[34229]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:14.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:13:14.272+0000 7ff46b323640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:09:13:14] ENGINE Error in HTTPServer.serve 2024-09-16T09:13:14.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: Traceback (most recent call last): 2024-09-16T09:13:14.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:13:14.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: self._connections.run(self.expiration_interval) 2024-09-16T09:13:14.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:13:14.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: self._run(expiration_interval) 2024-09-16T09:13:14.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:13:14.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:13:14.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: s = self.context.wrap_socket( 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: return self.sslsocket_class._create( 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: self.do_handshake() 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: self._sslobj.do_handshake() 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:13:14.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:13:14.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:14 smithi177 ceph-mon[27209]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:15.104 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-mon[23697]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:15.105 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:14 smithi003 ceph-mon[34229]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:15.991 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[23697]: [16/Sep/2024:09:13:14] ENGINE Bus STARTING 2024-09-16T09:13:15.991 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[23697]: [16/Sep/2024:09:13:14] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T09:13:15.991 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[23697]: [16/Sep/2024:09:13:14] ENGINE Error in HTTPServer.serve 2024-09-16T09:13:15.991 INFO:journalctl@ceph.mon.a.smithi003.stdout: Traceback (most recent call last): 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._run(expiration_interval) 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T09:13:15.992 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.a.smithi003.stdout: self.do_handshake() 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.a.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[23697]: [16/Sep/2024:09:13:14] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[23697]: [16/Sep/2024:09:13:14] ENGINE Bus STARTED 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[23697]: mgrmap e32: y(active, since 3s) 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[34229]: [16/Sep/2024:09:13:14] ENGINE Bus STARTING 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[34229]: [16/Sep/2024:09:13:14] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[34229]: [16/Sep/2024:09:13:14] ENGINE Error in HTTPServer.serve 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.c.smithi003.stdout: Traceback (most recent call last): 2024-09-16T09:13:15.993 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._run(expiration_interval) 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: self.do_handshake() 2024-09-16T09:13:15.994 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:13:15.995 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T09:13:15.995 INFO:journalctl@ceph.mon.c.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:13:15.995 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[34229]: [16/Sep/2024:09:13:14] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T09:13:15.995 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[34229]: [16/Sep/2024:09:13:14] ENGINE Bus STARTED 2024-09-16T09:13:15.995 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:15 smithi003 ceph-mon[34229]: mgrmap e32: y(active, since 3s) 2024-09-16T09:13:16.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:15 smithi177 ceph-mon[27209]: [16/Sep/2024:09:13:14] ENGINE Bus STARTING 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:15 smithi177 ceph-mon[27209]: [16/Sep/2024:09:13:14] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:15 smithi177 ceph-mon[27209]: [16/Sep/2024:09:13:14] ENGINE Error in HTTPServer.serve 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: Traceback (most recent call last): 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._run(expiration_interval) 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:13:16.153 INFO:journalctl@ceph.mon.b.smithi177.stdout: s = self.context.wrap_socket( 2024-09-16T09:13:16.154 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:13:16.154 INFO:journalctl@ceph.mon.b.smithi177.stdout: return self.sslsocket_class._create( 2024-09-16T09:13:16.154 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:13:16.154 INFO:journalctl@ceph.mon.b.smithi177.stdout: self.do_handshake() 2024-09-16T09:13:16.154 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:13:16.154 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._sslobj.do_handshake() 2024-09-16T09:13:16.154 INFO:journalctl@ceph.mon.b.smithi177.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:13:16.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:15 smithi177 ceph-mon[27209]: [16/Sep/2024:09:13:14] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T09:13:16.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:15 smithi177 ceph-mon[27209]: [16/Sep/2024:09:13:14] ENGINE Bus STARTED 2024-09-16T09:13:16.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:15 smithi177 ceph-mon[27209]: mgrmap e32: y(active, since 3s) 2024-09-16T09:13:16.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[34229]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[34229]: Standby manager daemon x started 2024-09-16T09:13:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:13:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:13:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:13:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:13:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[23697]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:16.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[23697]: Standby manager daemon x started 2024-09-16T09:13:16.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:13:16.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:13:16.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:13:16.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:16 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:13:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-mon[27209]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-mon[27209]: Standby manager daemon x started 2024-09-16T09:13:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:13:16.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:13:16.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:13:16.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:13:16.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:13:16] ENGINE Bus STARTING 2024-09-16T09:13:16.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: CherryPy Checker: 2024-09-16T09:13:16.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: The Application mounted at '' has an empty config. 2024-09-16T09:13:16.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: 2024-09-16T09:13:16.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:13:16] ENGINE Serving on http://:::9283 2024-09-16T09:13:16.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:16 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:13:16] ENGINE Bus STARTED 2024-09-16T09:13:18.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: mgrmap e33: y(active, since 6s), standbys: x 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:13:18.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:17 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:13:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:13:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:13:18.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: mgrmap e33: y(active, since 6s), standbys: x 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: mgrmap e33: y(active, since 6s), standbys: x 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:13:18.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:17 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:13:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:13:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:13:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:13:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:13:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:13:19.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:13:19.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[23697]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:13:19.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:13:19.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:13:19.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:13:19.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:13:19.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:13:19.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:13:19.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:19 smithi003 ceph-mon[34229]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:13:19.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:13:19.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:13:19.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:19.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:13:19.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:13:19.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:13:19.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:13:19.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-mon[27209]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:13:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:13:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:13:19] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-16T09:13:20.415 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:20 smithi003 ceph-mon[23697]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:20.415 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:20 smithi003 ceph-mon[23697]: 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-16T09:13:20.416 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:20 smithi003 ceph-mon[34229]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:20.416 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:20 smithi003 ceph-mon[34229]: 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-16T09:13:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:20 smithi177 ceph-mon[27209]: from='client.24865 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:20.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:20 smithi177 ceph-mon[27209]: 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-16T09:13:22.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:22.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:22.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[23697]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:13:22.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[23697]: 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-16T09:13:22.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[23697]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:13:22.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2357089069' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:13:22.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:22.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:22.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[34229]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:13:22.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[34229]: 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-16T09:13:22.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[34229]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:13:22.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:22 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2357089069' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:13:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:22 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:22 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:22 smithi177 ceph-mon[27209]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:13:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:22 smithi177 ceph-mon[27209]: 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-16T09:13:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:22 smithi177 ceph-mon[27209]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:13:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:22 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2357089069' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:13:24.528 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-mon[27209]: 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-16T09:13:24.891 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 systemd[1]: Stopping Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:13:24.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:24 smithi003 ceph-mon[23697]: 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-16T09:13:24.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:24 smithi003 ceph-mon[34229]: 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-16T09:13:25.193 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-16T09:13:25.193 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-16T09:13:25.193 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-16T09:13:25.193 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-16T09:13:25.194 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-16T09:13:25.194 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-16T09:13:25.194 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-16T09:13:25.194 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-16T09:13:25.194 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-16T09:13:25.194 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-16T09:13:25.194 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-16T09:13:25.194 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[63495]: ts=2024-09-16T09:13:24.890Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-16T09:13:25.194 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:24 smithi177 podman[66318]: 2024-09-16 09:13:24.900314121 +0000 UTC m=+0.097751627 container died e6762d6594fc0bd7efc3feda3fe7db3a79b1bbcabcd6015aea7142b4c01ced61 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:13:25.462 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:25 smithi177 podman[66318]: 2024-09-16 09:13:25.298113632 +0000 UTC m=+0.495551131 container cleanup e6762d6594fc0bd7efc3feda3fe7db3a79b1bbcabcd6015aea7142b4c01ced61 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:13:25.462 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:25 smithi177 bash[66318]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a 2024-09-16T09:13:25.887 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:25 smithi177 podman[66330]: 2024-09-16 09:13:25.541058834 +0000 UTC m=+0.643063231 container remove e6762d6594fc0bd7efc3feda3fe7db3a79b1bbcabcd6015aea7142b4c01ced61 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:13:25.887 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:25 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-16T09:13:25.887 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:25 smithi177 systemd[1]: Stopped Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:13:25.887 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:25 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Consumed 2.154s CPU time. 2024-09-16T09:13:25.887 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:25 smithi177 systemd[1]: Starting Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:13:26.138 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:25 smithi177 podman[66427]: 2024-09-16 09:13:25.790136564 +0000 UTC m=+0.017633005 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-16T09:13:26.138 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:25 smithi177 podman[66427]: 2024-09-16 09:13:25.925153447 +0000 UTC m=+0.152649876 container create 9cd0111e81cfb6c30ba7cb47f706f343b8f4660816bd4a05fc6be584ef301239 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:13:26.139 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 podman[66427]: 2024-09-16 09:13:26.135420341 +0000 UTC m=+0.362916769 container init 9cd0111e81cfb6c30ba7cb47f706f343b8f4660816bd4a05fc6be584ef301239 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:13:26.139 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 podman[66427]: 2024-09-16 09:13:26.13808678 +0000 UTC m=+0.365583214 container start 9cd0111e81cfb6c30ba7cb47f706f343b8f4660816bd4a05fc6be584ef301239 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:13:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.162Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-16T09:13:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.162Z 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-16T09:13:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.162Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi177 (none))" 2024-09-16T09:13:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.162Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-16T09:13:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.162Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.163Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.164Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.165Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.165Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.167Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.167Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.846µs 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.167Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.170Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.178Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.182Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.182Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-16T09:13:26.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.182Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=19.456µs wal_replay_duration=14.85489ms wbl_replay_duration=130ns total_replay_duration=14.892569ms 2024-09-16T09:13:26.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.183Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-16T09:13:26.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.183Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-16T09:13:26.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.183Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-16T09:13:26.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 bash[66427]: 9cd0111e81cfb6c30ba7cb47f706f343b8f4660816bd4a05fc6be584ef301239 2024-09-16T09:13:26.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.204Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.05257ms db_storage=776ns remote_storage=1.117µs web_handler=355ns query_engine=708ns scrape=434.773µs scrape_sd=141.009µs notify=24.44µs notify_sd=16.636µs rules=19.046483ms tracing=9.068µs 2024-09-16T09:13:26.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.204Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-16T09:13:26.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:13:26.204Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-16T09:13:26.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:13:26 smithi177 systemd[1]: Started Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:13:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[23697]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T09:13:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:13:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:13:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:13:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:13:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[34229]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T09:13:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:13:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:13:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:13:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:26 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:13:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-mon[27209]: pgmap v10: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T09:13:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:13:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:13:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:13:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:26 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:13:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:27 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:13:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:27 smithi177 ceph-mon[27209]: Adding iSCSI gateway http://:@172.21.15.3:5000 to Dashboard 2024-09-16T09:13:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:27 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:13:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:27 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:13:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:27 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:13:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:27 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:27.770 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:13:27.770 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[23697]: Adding iSCSI gateway http://:@172.21.15.3:5000 to Dashboard 2024-09-16T09:13:27.771 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:13:27.771 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:13:27.771 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:13:27.771 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:27.772 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:13:27.772 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[34229]: Adding iSCSI gateway http://:@172.21.15.3:5000 to Dashboard 2024-09-16T09:13:27.772 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:13:27.772 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:13:27.772 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:13:27.772 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:27 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:28.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:28 smithi003 ceph-mon[23697]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T09:13:28.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:28 smithi003 ceph-mon[34229]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T09:13:28.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:28 smithi177 ceph-mon[27209]: pgmap v11: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T09:13:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[23697]: 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-16T09:13:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:13:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:13:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[34229]: 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-16T09:13:30.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:13:30.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:13:30.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:30 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:30 smithi177 ceph-mon[27209]: 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-16T09:13:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:30 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:30 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:30 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:30 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:30.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:30 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:13:30.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:30 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:13:30.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:30 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:13:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:32 smithi003 ceph-mon[23697]: pgmap v13: 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-16T09:13:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:32 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:32 smithi003 ceph-mon[34229]: pgmap v13: 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-16T09:13:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:32 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:32 smithi177 ceph-mon[27209]: pgmap v13: 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-16T09:13:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:32 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:34 smithi003 ceph-mon[23697]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:13:34.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:34 smithi003 ceph-mon[34229]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:13:34.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:34 smithi177 ceph-mon[27209]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:13:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:13:35] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.43.0" 2024-09-16T09:13:36.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:36 smithi003 ceph-mon[23697]: 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-16T09:13:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:36 smithi003 ceph-mon[34229]: 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-16T09:13:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:36 smithi177 ceph-mon[27209]: 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-16T09:13:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:38 smithi003 ceph-mon[34229]: 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-16T09:13:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:38 smithi003 ceph-mon[23697]: 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-16T09:13:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:38 smithi177 ceph-mon[27209]: 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-16T09:13:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:40 smithi003 ceph-mon[34229]: 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-16T09:13:40.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:40 smithi003 ceph-mon[23697]: 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-16T09:13:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:40 smithi177 ceph-mon[27209]: 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-16T09:13:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:42 smithi003 ceph-mon[23697]: 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-16T09:13:42.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:42 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:42.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:42 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:42.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:42 smithi003 ceph-mon[34229]: 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-16T09:13:42.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:42 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:42.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:42 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:42 smithi177 ceph-mon[27209]: 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-16T09:13:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:42 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:42 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:44.764 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:44 smithi177 ceph-mon[27209]: 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-16T09:13:44.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:44 smithi003 ceph-mon[23697]: 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-16T09:13:44.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:44 smithi003 ceph-mon[34229]: 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-16T09:13:45.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:13:45] "GET /metrics HTTP/1.1" 200 38219 "" "Prometheus/2.43.0" 2024-09-16T09:13:46.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:46 smithi003 ceph-mon[23697]: 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-16T09:13:46.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:46 smithi003 ceph-mon[34229]: 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-16T09:13:46.950 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:46 smithi177 ceph-mon[27209]: 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-16T09:13:48.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:48 smithi003 ceph-mon[23697]: 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-16T09:13:48.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:48 smithi003 ceph-mon[34229]: 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-16T09:13:48.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:48 smithi177 ceph-mon[27209]: 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-16T09:13:50.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:50 smithi003 ceph-mon[34229]: 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-16T09:13:50.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:50 smithi003 ceph-mon[23697]: 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-16T09:13:50.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:50 smithi177 ceph-mon[27209]: 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-16T09:13:52.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:52 smithi003 ceph-mon[23697]: 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-16T09:13:52.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:52 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:52.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:52 smithi003 ceph-mon[34229]: 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-16T09:13:52.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:52 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:52.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:52 smithi177 ceph-mon[27209]: 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-16T09:13:52.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:52 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:13:54.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:54 smithi003 ceph-mon[23697]: 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-16T09:13:54.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:54 smithi003 ceph-mon[34229]: 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-16T09:13:54.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:54 smithi177 ceph-mon[27209]: 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-16T09:13:55.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:13:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:13:55] "GET /metrics HTTP/1.1" 200 38219 "" "Prometheus/2.43.0" 2024-09-16T09:13:56.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:56 smithi003 ceph-mon[23697]: 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-16T09:13:56.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:56 smithi003 ceph-mon[34229]: 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-16T09:13:56.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:56 smithi177 ceph-mon[27209]: 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-16T09:13:57.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:57 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:57.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:57 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:57.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:57 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:13:58.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:13:58 smithi003 ceph-mon[34229]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:13:58.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:13:58 smithi003 ceph-mon[23697]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:13:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:13:58 smithi177 ceph-mon[27209]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:00.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:00 smithi003 ceph-mon[34229]: 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-16T09:14:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:00 smithi003 ceph-mon[23697]: 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-16T09:14:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:00 smithi177 ceph-mon[27209]: 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-16T09:14:02.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:02 smithi003 ceph-mon[23697]: 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-16T09:14:02.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:02 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:02.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:02 smithi003 ceph-mon[34229]: 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-16T09:14:02.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:02 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:02.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:02 smithi177 ceph-mon[27209]: 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-16T09:14:02.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:02 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:04.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:04 smithi003 ceph-mon[34229]: 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-16T09:14:04.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:04 smithi003 ceph-mon[23697]: 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-16T09:14:04.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:04 smithi177 ceph-mon[27209]: 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-16T09:14:05.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:14:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:14:05] "GET /metrics HTTP/1.1" 200 38212 "" "Prometheus/2.43.0" 2024-09-16T09:14:06.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:06 smithi003 ceph-mon[23697]: 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-16T09:14:06.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:06 smithi003 ceph-mon[34229]: 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-16T09:14:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:06 smithi177 ceph-mon[27209]: 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-16T09:14:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:08 smithi003 ceph-mon[23697]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:08.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:08 smithi003 ceph-mon[34229]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:08.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:08 smithi177 ceph-mon[27209]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:10 smithi003 ceph-mon[23697]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:10 smithi003 ceph-mon[34229]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:10.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:10 smithi177 ceph-mon[27209]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:12 smithi003 ceph-mon[23697]: 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-16T09:14:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:12 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:12 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:12 smithi003 ceph-mon[34229]: 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-16T09:14:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:12 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:12.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:12 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:12 smithi177 ceph-mon[27209]: 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-16T09:14:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:12 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:12 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:14.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:14 smithi177 ceph-mon[27209]: 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-16T09:14:14.987 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:14 smithi003 ceph-mon[23697]: 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-16T09:14:14.987 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:14 smithi003 ceph-mon[34229]: 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-16T09:14:15.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:14:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:14:15] "GET /metrics HTTP/1.1" 200 38216 "" "Prometheus/2.43.0" 2024-09-16T09:14:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:16 smithi177 ceph-mon[27209]: 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-16T09:14:17.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:16 smithi003 ceph-mon[23697]: 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-16T09:14:17.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:16 smithi003 ceph-mon[34229]: 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-16T09:14:18.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:18 smithi177 ceph-mon[27209]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:18 smithi003 ceph-mon[23697]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:19.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:18 smithi003 ceph-mon[34229]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:20.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:20 smithi177 ceph-mon[27209]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:20 smithi003 ceph-mon[23697]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:20 smithi003 ceph-mon[34229]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:22.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:22 smithi177 ceph-mon[27209]: 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-16T09:14:22.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:22 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:23.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:22 smithi003 ceph-mon[34229]: 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-16T09:14:23.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:22 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:23.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:22 smithi003 ceph-mon[23697]: 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-16T09:14:23.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:22 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:24.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:24 smithi177 ceph-mon[27209]: 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-16T09:14:25.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:24 smithi003 ceph-mon[34229]: 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-16T09:14:25.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:24 smithi003 ceph-mon[23697]: 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-16T09:14:25.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:14:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:14:25] "GET /metrics HTTP/1.1" 200 38216 "" "Prometheus/2.43.0" 2024-09-16T09:14:26.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:26 smithi177 ceph-mon[27209]: 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-16T09:14:27.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:26 smithi003 ceph-mon[23697]: 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-16T09:14:27.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:26 smithi003 ceph-mon[34229]: 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-16T09:14:28.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:27 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:28.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:27 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:28.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:27 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:29.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:28 smithi003 ceph-mon[23697]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:29.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:28 smithi003 ceph-mon[34229]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:29.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:28 smithi177 ceph-mon[27209]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:31.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:30 smithi003 ceph-mon[23697]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:31.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:30 smithi003 ceph-mon[34229]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:31.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:30 smithi177 ceph-mon[27209]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:31.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:31 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:14:31.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:31 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:14:31.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:31 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:14:31.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:31 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:14:31.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:31 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:14:31.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:31 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:14:32.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:31 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:14:32.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:31 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:14:32.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:31 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:14:33.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:32 smithi003 ceph-mon[23697]: 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-16T09:14:33.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:32 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:33.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:32 smithi003 ceph-mon[34229]: 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-16T09:14:33.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:32 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:33.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:32 smithi177 ceph-mon[27209]: 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-16T09:14:33.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:32 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:35.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:34 smithi003 ceph-mon[23697]: 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-16T09:14:35.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:34 smithi003 ceph-mon[34229]: 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-16T09:14:35.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:34 smithi177 ceph-mon[27209]: 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-16T09:14:35.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:14:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:14:35] "GET /metrics HTTP/1.1" 200 38216 "" "Prometheus/2.43.0" 2024-09-16T09:14:37.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:36 smithi003 ceph-mon[23697]: 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-16T09:14:37.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:36 smithi003 ceph-mon[34229]: 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-16T09:14:37.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:36 smithi177 ceph-mon[27209]: 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-16T09:14:39.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:38 smithi003 ceph-mon[34229]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:39.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:38 smithi003 ceph-mon[23697]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:39.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:38 smithi177 ceph-mon[27209]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:41.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:40 smithi003 ceph-mon[23697]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:41.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:40 smithi003 ceph-mon[34229]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:41.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:40 smithi177 ceph-mon[27209]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:43.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:42 smithi003 ceph-mon[23697]: 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-16T09:14:43.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:42 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:43.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:42 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:43.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:42 smithi003 ceph-mon[34229]: 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-16T09:14:43.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:42 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:43.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:42 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:42 smithi177 ceph-mon[27209]: 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-16T09:14:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:42 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:43.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:42 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:45.014 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:44 smithi177 ceph-mon[27209]: 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-16T09:14:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:44 smithi003 ceph-mon[34229]: 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-16T09:14:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:44 smithi003 ceph-mon[23697]: 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-16T09:14:45.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:14:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:14:45] "GET /metrics HTTP/1.1" 200 38215 "" "Prometheus/2.43.0" 2024-09-16T09:14:47.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:46 smithi003 ceph-mon[34229]: 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-16T09:14:47.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:46 smithi003 ceph-mon[23697]: 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-16T09:14:47.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:46 smithi177 ceph-mon[27209]: 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-16T09:14:49.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:48 smithi003 ceph-mon[23697]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:49.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:48 smithi003 ceph-mon[34229]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:49.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:48 smithi177 ceph-mon[27209]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:14:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:50 smithi003 ceph-mon[23697]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:50 smithi003 ceph-mon[34229]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:51.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:50 smithi177 ceph-mon[27209]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:14:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:52 smithi003 ceph-mon[23697]: 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-16T09:14:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:52 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:53.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:52 smithi003 ceph-mon[34229]: 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-16T09:14:53.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:52 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:52 smithi177 ceph-mon[27209]: 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-16T09:14:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:52 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:14:55.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:54 smithi003 ceph-mon[23697]: 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-16T09:14:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:54 smithi003 ceph-mon[34229]: 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-16T09:14:55.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:54 smithi177 ceph-mon[27209]: 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-16T09:14:55.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:14:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:14:55] "GET /metrics HTTP/1.1" 200 38215 "" "Prometheus/2.43.0" 2024-09-16T09:14:57.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:56 smithi003 ceph-mon[23697]: 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-16T09:14:57.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:56 smithi003 ceph-mon[34229]: 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-16T09:14:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:56 smithi177 ceph-mon[27209]: 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-16T09:14:58.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:57 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:58.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:57 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:58.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:57 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:14:59.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:14:58 smithi003 ceph-mon[23697]: 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-16T09:14:59.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:14:58 smithi003 ceph-mon[34229]: 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-16T09:14:59.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:14:58 smithi177 ceph-mon[27209]: 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-16T09:15:01.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:00 smithi003 ceph-mon[23697]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:01.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:00 smithi003 ceph-mon[34229]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:01.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:00 smithi177 ceph-mon[27209]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:02 smithi003 ceph-mon[34229]: 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-16T09:15:03.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:02 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:03.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:02 smithi003 ceph-mon[23697]: 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-16T09:15:03.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:02 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:03.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:02 smithi177 ceph-mon[27209]: 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-16T09:15:03.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:02 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:04 smithi003 ceph-mon[23697]: 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-16T09:15:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:04 smithi003 ceph-mon[34229]: 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-16T09:15:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:04 smithi177 ceph-mon[27209]: 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-16T09:15:05.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:15:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:15:05] "GET /metrics HTTP/1.1" 200 38213 "" "Prometheus/2.43.0" 2024-09-16T09:15:06.784 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:15:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=sqlstore.transactions t=2024-09-16T09:15:06.502686086Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-16T09:15:07.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:06 smithi003 ceph-mon[23697]: 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-16T09:15:07.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:06 smithi003 ceph-mon[34229]: 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-16T09:15:07.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:06 smithi177 ceph-mon[27209]: 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-16T09:15:09.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:08 smithi003 ceph-mon[34229]: 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-16T09:15:09.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:08 smithi003 ceph-mon[23697]: 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-16T09:15:09.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:08 smithi177 ceph-mon[27209]: 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-16T09:15:11.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:10 smithi003 ceph-mon[34229]: 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-16T09:15:11.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:10 smithi003 ceph-mon[23697]: 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-16T09:15:11.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:10 smithi177 ceph-mon[27209]: 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-16T09:15:13.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:12 smithi003 ceph-mon[23697]: 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-16T09:15:13.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:12 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:13.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:12 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:13.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:12 smithi003 ceph-mon[34229]: 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-16T09:15:13.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:12 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:13.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:12 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:13.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:12 smithi177 ceph-mon[27209]: 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-16T09:15:13.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:12 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:13.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:12 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:15.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:14 smithi003 ceph-mon[23697]: 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-16T09:15:15.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:14 smithi003 ceph-mon[34229]: 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-16T09:15:15.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:14 smithi177 ceph-mon[27209]: 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-16T09:15:15.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:15:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:15:15] "GET /metrics HTTP/1.1" 200 38215 "" "Prometheus/2.43.0" 2024-09-16T09:15:17.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:16 smithi003 ceph-mon[23697]: 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-16T09:15:17.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:16 smithi003 ceph-mon[34229]: 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-16T09:15:17.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:16 smithi177 ceph-mon[27209]: 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-16T09:15:19.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:18 smithi003 ceph-mon[34229]: 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-16T09:15:19.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:18 smithi003 ceph-mon[23697]: 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-16T09:15:19.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:18 smithi177 ceph-mon[27209]: 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-16T09:15:21.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:20 smithi003 ceph-mon[23697]: 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-16T09:15:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:20 smithi003 ceph-mon[34229]: 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-16T09:15:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:20 smithi177 ceph-mon[27209]: 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-16T09:15:23.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:22 smithi003 ceph-mon[23697]: 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-16T09:15:23.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:22 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:23.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:22 smithi003 ceph-mon[34229]: 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-16T09:15:23.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:22 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:23.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:22 smithi177 ceph-mon[27209]: 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-16T09:15:23.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:22 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:25.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:24 smithi003 ceph-mon[34229]: 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-16T09:15:25.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:24 smithi003 ceph-mon[23697]: 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-16T09:15:25.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:24 smithi177 ceph-mon[27209]: 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-16T09:15:25.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:15:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:15:25] "GET /metrics HTTP/1.1" 200 38215 "" "Prometheus/2.43.0" 2024-09-16T09:15:27.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:26 smithi003 ceph-mon[34229]: 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-16T09:15:27.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:26 smithi003 ceph-mon[23697]: 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-16T09:15:27.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:26 smithi177 ceph-mon[27209]: 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-16T09:15:28.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:27 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:28.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:27 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:28.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:27 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:28 smithi003 ceph-mon[23697]: 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-16T09:15:29.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:28 smithi003 ceph-mon[34229]: 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-16T09:15:29.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:28 smithi177 ceph-mon[27209]: 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-16T09:15:31.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:30 smithi003 ceph-mon[23697]: 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-16T09:15:31.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:30 smithi003 ceph-mon[34229]: 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-16T09:15:31.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:30 smithi177 ceph-mon[27209]: 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-16T09:15:32.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[23697]: 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-16T09:15:32.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:15:32.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:15:32.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[23697]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:32.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[34229]: 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-16T09:15:32.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:15:32.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:15:32.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[34229]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:32 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:32.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:32 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:32 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:32 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:32 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:32 smithi177 ceph-mon[27209]: 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-16T09:15:32.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:32 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:15:32.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:32 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:15:32.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:32 smithi177 ceph-mon[27209]: from='mgr.25049 ' entity='mgr.y' 2024-09-16T09:15:32.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:32 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:34.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:34 smithi003 ceph-mon[34229]: 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-16T09:15:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:34 smithi003 ceph-mon[23697]: 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-16T09:15:34.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:34 smithi177 ceph-mon[27209]: 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-16T09:15:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:15:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:15:35] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-16T09:15:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:36 smithi003 ceph-mon[23697]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:36 smithi003 ceph-mon[34229]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:36 smithi177 ceph-mon[27209]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:38 smithi003 ceph-mon[23697]: 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-16T09:15:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:38 smithi003 ceph-mon[34229]: 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-16T09:15:38.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:38 smithi177 ceph-mon[27209]: 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-16T09:15:40.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:40 smithi003 ceph-mon[23697]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:40 smithi003 ceph-mon[34229]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:40.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:40 smithi177 ceph-mon[27209]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:42 smithi003 ceph-mon[34229]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:42 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:42 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:42 smithi003 ceph-mon[23697]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:42 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:42 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:42 smithi177 ceph-mon[27209]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:15:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:42 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:42 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:44.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:44 smithi003 ceph-mon[34229]: 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-16T09:15:44.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:44 smithi003 ceph-mon[23697]: 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-16T09:15:44.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:44 smithi177 ceph-mon[27209]: 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-16T09:15:45.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:15:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:15:45] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.43.0" 2024-09-16T09:15:46.764 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:46 smithi177 ceph-mon[27209]: 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-16T09:15:46.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:46 smithi003 ceph-mon[23697]: 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-16T09:15:46.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:46 smithi003 ceph-mon[34229]: 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-16T09:15:48.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:48 smithi003 ceph-mon[23697]: 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-16T09:15:48.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:48 smithi003 ceph-mon[34229]: 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-16T09:15:48.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:48 smithi177 ceph-mon[27209]: 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-16T09:15:50.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:50 smithi003 ceph-mon[23697]: 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-16T09:15:50.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:50 smithi003 ceph-mon[34229]: 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-16T09:15:50.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:50 smithi177 ceph-mon[27209]: 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-16T09:15:52.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:52 smithi003 ceph-mon[23697]: 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-16T09:15:52.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:52 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:52.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:52 smithi003 ceph-mon[34229]: 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-16T09:15:52.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:52 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:52.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:52 smithi177 ceph-mon[27209]: 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-16T09:15:52.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:52 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:15:54.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:54 smithi003 ceph-mon[23697]: 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-16T09:15:54.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:54 smithi003 ceph-mon[34229]: 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-16T09:15:54.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:54 smithi177 ceph-mon[27209]: 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-16T09:15:55.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:15:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:15:55] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.43.0" 2024-09-16T09:15:56.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:56 smithi003 ceph-mon[23697]: 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-16T09:15:56.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:56 smithi003 ceph-mon[34229]: 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-16T09:15:56.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:56 smithi177 ceph-mon[27209]: 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-16T09:15:57.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:57 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:57.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:57 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:57.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:57 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:15:58.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:15:58 smithi003 ceph-mon[23697]: 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-16T09:15:58.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:15:58 smithi003 ceph-mon[34229]: 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-16T09:15:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:15:58 smithi177 ceph-mon[27209]: 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-16T09:16:00.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:00 smithi003 ceph-mon[23697]: 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-16T09:16:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:00 smithi003 ceph-mon[34229]: 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-16T09:16:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:00 smithi177 ceph-mon[27209]: 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-16T09:16:02.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:02 smithi003 ceph-mon[23697]: 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-16T09:16:02.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:02 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:02.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:02 smithi003 ceph-mon[34229]: 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-16T09:16:02.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:02 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:02.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:02 smithi177 ceph-mon[27209]: 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-16T09:16:02.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:02 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:04.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:04 smithi003 ceph-mon[23697]: 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-16T09:16:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:04 smithi003 ceph-mon[34229]: 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-16T09:16:04.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:04 smithi177 ceph-mon[27209]: 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-16T09:16:05.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:16:05] "GET /metrics HTTP/1.1" 200 38226 "" "Prometheus/2.43.0" 2024-09-16T09:16:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:06 smithi177 ceph-mon[27209]: 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-16T09:16:07.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:06 smithi003 ceph-mon[34229]: 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-16T09:16:07.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:06 smithi003 ceph-mon[23697]: 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-16T09:16:08.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:08 smithi177 ceph-mon[27209]: 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-16T09:16:09.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:08 smithi003 ceph-mon[34229]: 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-16T09:16:09.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:08 smithi003 ceph-mon[23697]: 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-16T09:16:10.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:10 smithi177 ceph-mon[27209]: 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-16T09:16:11.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:10 smithi003 ceph-mon[23697]: 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-16T09:16:11.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:10 smithi003 ceph-mon[34229]: 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-16T09:16:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:12 smithi177 ceph-mon[27209]: 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-16T09:16:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:12 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:12 smithi177 ceph-mon[27209]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:13.062 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:12 smithi003 ceph-mon[23697]: 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-16T09:16:13.062 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:12 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:13.062 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:12 smithi003 ceph-mon[23697]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:13.062 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:12 smithi003 ceph-mon[34229]: 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-16T09:16:13.062 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:12 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:13.062 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:12 smithi003 ceph-mon[34229]: from='mgr.25049 172.21.15.3:0/2870959932' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:13.920 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:16:14.180 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (15m) 2m ago 16m - - 0.25.0 c8568f914cd2 58d549b6cf0c 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (16m) 2m ago 16m 78.5M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (2m) 2m ago 15m - - 3.8 b5388489f99e 9fd8dc821353 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (11m) 2m ago 20m 451M - 19.3.0-4917-g8293d73f 425e316ba8eb 3c0f6139b2c1 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (5m) 2m ago 21m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (22m) 2m ago 22m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (20m) 2m ago 20m 47.7M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (20m) 2m ago 20m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (16m) 2m ago 16m - - 1.5.0 0da6a335fe13 21935400ccf9 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (15m) 2m ago 15m 17.2M - 1.5.0 0da6a335fe13 5c4173a9984d 2024-09-16T09:16:14.863 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (20m) 2m ago 20m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:16:14.864 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (19m) 2m ago 19m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:16:14.864 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (19m) 2m ago 19m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:16:14.864 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (18m) 2m ago 18m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:16:14.864 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (18m) 2m ago 18m 62.7M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:16:14.864 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (18m) 2m ago 18m 50.9M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:16:14.864 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (17m) 2m ago 17m 58.3M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:16:14.864 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (17m) 2m ago 17m 62.4M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:16:14.864 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (2m) 2m ago 16m 32.2M - 2.43.0 a07b618ecd1d 9cd0111e81cf 2024-09-16T09:16:14.864 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (15m) 2m ago 15m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:16:14.864 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (15m) 2m ago 15m 88.0M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:16:14.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:14 smithi177 ceph-mon[27209]: 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-16T09:16:15.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:14 smithi003 ceph-mon[23697]: 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-16T09:16:15.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:14 smithi003 ceph-mon[34229]: 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-16T09:16:15.611 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:16:15] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.43.0" 2024-09-16T09:16:15.646 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions' 2024-09-16T09:16:15.905 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:15 smithi003 ceph-mon[23697]: from='client.25139 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:15.905 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:15 smithi003 ceph-mon[34229]: from='client.25139 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:15.916 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:15 smithi177 ceph-mon[27209]: from='client.25139 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:16:16.723 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:16:16.724 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:16:16.725 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:16:16.725 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:16:16.725 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 13, 2024-09-16T09:16:16.725 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:16:16.725 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:16:16.725 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:16:16.725 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:16 smithi003 ceph-mon[23697]: 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-16T09:16:16.725 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:16 smithi003 ceph-mon[34229]: 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-16T09:16:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:16 smithi177 ceph-mon[27209]: 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-16T09:16:17.392 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph -s' 2024-09-16T09:16:17.652 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:17.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:17 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2201234547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:16:18.026 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:17 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2201234547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:16:18.027 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:17 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2201234547' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:16:18.373 INFO:teuthology.orchestra.run.smithi003.stdout: cluster: 2024-09-16T09:16:18.373 INFO:teuthology.orchestra.run.smithi003.stdout: id: 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:16:18.373 INFO:teuthology.orchestra.run.smithi003.stdout: health: HEALTH_OK 2024-09-16T09:16:18.373 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:16:18.373 INFO:teuthology.orchestra.run.smithi003.stdout: services: 2024-09-16T09:16:18.373 INFO:teuthology.orchestra.run.smithi003.stdout: mon: 3 daemons, quorum a,b,c (age 20m) 2024-09-16T09:16:18.373 INFO:teuthology.orchestra.run.smithi003.stdout: mgr: y(active, since 3m), standbys: x 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: osd: 8 osds: 8 up (since 17m), 8 in (since 17m) 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: rgw: 2 daemons active (2 hosts, 1 zones) 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: data: 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: pools: 6 pools, 161 pgs 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: objects: 212 objects, 585 KiB 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: usage: 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: pgs: 161 active+clean 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: io: 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: client: 1.2 KiB/s rd, 1 op/s rd, 0 op/s wr 2024-09-16T09:16:18.374 INFO:teuthology.orchestra.run.smithi003.stdout: 2024-09-16T09:16:19.080 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:18 smithi003 ceph-mon[23697]: 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-16T09:16:19.081 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:18 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3908267783' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:16:19.081 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:18 smithi003 ceph-mon[34229]: 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-16T09:16:19.081 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:18 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3908267783' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:16:19.113 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph health detail' 2024-09-16T09:16:19.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:18 smithi177 ceph-mon[27209]: 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-16T09:16:19.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:18 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3908267783' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-16T09:16:19.374 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:20.130 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2024-09-16T09:16:20.768 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-16T09:16:20.791 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:20 smithi003 ceph-mon[34229]: 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-16T09:16:20.791 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:20 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4069946588' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:16:20.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:20 smithi003 ceph-mon[23697]: 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-16T09:16:20.791 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:20 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4069946588' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:16:21.025 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:20 smithi177 ceph-mon[27209]: 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-16T09:16:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:20 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4069946588' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:16:21.737 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:16:22.341 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph mgr fail' 2024-09-16T09:16:22.638 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:22.970 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:22 smithi003 ceph-mon[23697]: 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-16T09:16:22.970 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:22 smithi003 ceph-mon[23697]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:22.970 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:22 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2292669424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:16:22.970 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:22 smithi003 ceph-mon[34229]: 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-16T09:16:22.970 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:22 smithi003 ceph-mon[34229]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:22.970 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:22 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2292669424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:16:23.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:22 smithi177 ceph-mon[27209]: 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-16T09:16:23.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:22 smithi177 ceph-mon[27209]: from='client.24973 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:23.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:22 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2292669424' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:16:23.617 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:16:23] ENGINE Bus STOPPING 2024-09-16T09:16:23.637 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:16:23.303+0000 7ff50eb05640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-16T09:16:23.637 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ignoring --setuser ceph since I am not root 2024-09-16T09:16:23.638 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ignoring --setgroup ceph since I am not root 2024-09-16T09:16:23.638 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mgr[82313]: -- 172.21.15.3:0/2692895703 <== mon.2 v2:172.21.15.3:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5639d58c10e0 con 0x5639d589f000 2024-09-16T09:16:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/126007106' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:16:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: Activating manager daemon x 2024-09-16T09:16:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/126007106' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-16T09:16:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: osdmap e102: 8 total, 8 up, 8 in 2024-09-16T09:16:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: mgrmap e34: x(active, starting, since 0.00734888s) 2024-09-16T09:16:23.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:16:23.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/126007106' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: Activating manager daemon x 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/126007106' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: osdmap e102: 8 total, 8 up, 8 in 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: mgrmap e34: x(active, starting, since 0.00734888s) 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:16:23.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:16:23.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:16:23.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:16:23.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:16:23.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:16:23.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:16:23.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:16:23.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:16:23.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:16:23.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:23 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:16:23.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:16:23] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:16:23.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:16:23] ENGINE Bus STOPPED 2024-09-16T09:16:23.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/126007106' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: Activating manager daemon x 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/126007106' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: osdmap e102: 8 total, 8 up, 8 in 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: mgrmap e34: x(active, starting, since 0.00734888s) 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:16:23.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:16:23.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:16:23.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:16:23.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:16:23.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:16:23.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:23 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:16:23.984 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'sleep 180' 2024-09-16T09:16:24.251 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:16:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[23697]: Manager daemon x is now available 2024-09-16T09:16:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:16:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:16:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:16:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:16:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:16:24.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[34229]: Manager daemon x is now available 2024-09-16T09:16:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:16:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:16:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:16:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:16:24.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:24 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:16:25.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-mon[27209]: Manager daemon x is now available 2024-09-16T09:16:25.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:16:25.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:25.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:16:25.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:16:25.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:16:25.102 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-16T09:16:25.102 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:16:24] ENGINE Bus STARTING 2024-09-16T09:16:25.102 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: 2024-09-16T09:16:24.756+0000 7f3c26be3640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:09:16:24] ENGINE Error in HTTPServer.serve 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: Traceback (most recent call last): 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: self._connections.run(self.expiration_interval) 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: self._run(expiration_interval) 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: s = self.context.wrap_socket( 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: return self.sslsocket_class._create( 2024-09-16T09:16:25.103 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:16:25.104 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: self.do_handshake() 2024-09-16T09:16:25.104 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:16:25.104 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: self._sslobj.do_handshake() 2024-09-16T09:16:25.104 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:16:25.104 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: 2024-09-16T09:16:25.104 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:16:24] ENGINE Serving on http://:::9283 2024-09-16T09:16:25.104 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:24 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:16:24] ENGINE Bus STARTED 2024-09-16T09:16:25.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:25 smithi177 ceph-mon[27209]: [16/Sep/2024:09:16:24] ENGINE Bus STARTING 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:25 smithi177 ceph-mon[27209]: mgrmap e35: x(active, since 1.43475s) 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:25 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:25 smithi177 ceph-mon[27209]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:25 smithi177 ceph-mon[27209]: [16/Sep/2024:09:16:24] ENGINE Serving on https://172.21.15.177:7150 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:25 smithi177 ceph-mon[27209]: [16/Sep/2024:09:16:24] ENGINE Error in HTTPServer.serve 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: Traceback (most recent call last): 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._run(expiration_interval) 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:16:25.963 INFO:journalctl@ceph.mon.b.smithi177.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout: s = self.context.wrap_socket( 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout: return self.sslsocket_class._create( 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout: self.do_handshake() 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._sslobj.do_handshake() 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:25 smithi177 ceph-mon[27209]: [16/Sep/2024:09:16:24] ENGINE Serving on http://172.21.15.177:8765 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:25 smithi177 ceph-mon[27209]: [16/Sep/2024:09:16:24] ENGINE Bus STARTED 2024-09-16T09:16:25.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:25 smithi177 ceph-mon[27209]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:26.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[23697]: [16/Sep/2024:09:16:24] ENGINE Bus STARTING 2024-09-16T09:16:26.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[23697]: mgrmap e35: x(active, since 1.43475s) 2024-09-16T09:16:26.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:16:26.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[23697]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:26.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[23697]: [16/Sep/2024:09:16:24] ENGINE Serving on https://172.21.15.177:7150 2024-09-16T09:16:26.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[23697]: [16/Sep/2024:09:16:24] ENGINE Error in HTTPServer.serve 2024-09-16T09:16:26.176 INFO:journalctl@ceph.mon.a.smithi003.stdout: Traceback (most recent call last): 2024-09-16T09:16:26.176 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:16:26.176 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._run(expiration_interval) 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: self.do_handshake() 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:16:26.177 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.a.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[23697]: [16/Sep/2024:09:16:24] ENGINE Serving on http://172.21.15.177:8765 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[23697]: [16/Sep/2024:09:16:24] ENGINE Bus STARTED 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[23697]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[34229]: [16/Sep/2024:09:16:24] ENGINE Bus STARTING 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[34229]: mgrmap e35: x(active, since 1.43475s) 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[34229]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[34229]: [16/Sep/2024:09:16:24] ENGINE Serving on https://172.21.15.177:7150 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[34229]: [16/Sep/2024:09:16:24] ENGINE Error in HTTPServer.serve 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.c.smithi003.stdout: Traceback (most recent call last): 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:16:26.178 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._run(expiration_interval) 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: self.do_handshake() 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:16:26.179 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T09:16:26.180 INFO:journalctl@ceph.mon.c.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:16:26.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[34229]: [16/Sep/2024:09:16:24] ENGINE Serving on http://172.21.15.177:8765 2024-09-16T09:16:26.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[34229]: [16/Sep/2024:09:16:24] ENGINE Bus STARTED 2024-09-16T09:16:26.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:25 smithi003 ceph-mon[34229]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:26.462 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:26.189Z 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.3:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:16:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:26.192Z 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.3:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:16:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:26.193Z 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.3:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:16:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:26.193Z 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.3:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:16:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:26.195Z 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.3:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:16:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:26.195Z 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.3:8765/sd/prometheus/sd-config?service=smb\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:16:26.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:26.195Z 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.3:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:16:26.820 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:26 smithi177 ceph-mon[27209]: mgrmap e36: x(active, since 2s) 2024-09-16T09:16:26.986 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:26 smithi003 ceph-mon[23697]: mgrmap e36: x(active, since 2s) 2024-09-16T09:16:26.987 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:26 smithi003 ceph-mon[34229]: mgrmap e36: x(active, since 2s) 2024-09-16T09:16:28.051 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:27 smithi177 ceph-mon[27209]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:28.105 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:27 smithi003 ceph-mon[23697]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:28.105 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:27 smithi003 ceph-mon[34229]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-mon[23697]: mgrmap e37: x(active, since 4s) 2024-09-16T09:16:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:16:28] ENGINE Bus STARTING 2024-09-16T09:16:29.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: CherryPy Checker: 2024-09-16T09:16:29.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: The Application mounted at '' has an empty config. 2024-09-16T09:16:29.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:16:29.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:16:28] ENGINE Serving on http://:::9283 2024-09-16T09:16:29.177 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:16:28] ENGINE Bus STARTED 2024-09-16T09:16:29.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-mon[34229]: mgrmap e37: x(active, since 4s) 2024-09-16T09:16:29.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:28 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:28 smithi177 ceph-mon[27209]: mgrmap e37: x(active, since 4s) 2024-09-16T09:16:29.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:28 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:28 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:28 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:29.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:28 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: Standby manager daemon y started 2024-09-16T09:16:30.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-16T09:16:30.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:16:30.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-16T09:16:30.101 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:16:30.102 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: Standby manager daemon y started 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.103 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.104 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:29 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: Standby manager daemon y started 2024-09-16T09:16:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-16T09:16:30.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:16:30.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:16:30.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:30.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:29 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:31.049 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:16:31.049 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:16:31.049 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[23697]: mgrmap e38: x(active, since 6s), standbys: y 2024-09-16T09:16:31.049 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:16:31.049 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[23697]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:16:31.049 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:16:31.049 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:16:31.049 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:16:31.049 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[23697]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:16:31.050 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:16:31.050 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:16:31.050 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[34229]: mgrmap e38: x(active, since 6s), standbys: y 2024-09-16T09:16:31.050 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:16:31.050 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[34229]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:16:31.050 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:16:31.050 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:16:31.050 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:16:31.050 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:30 smithi003 ceph-mon[34229]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:16:31.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:30 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:16:31.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:30 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:16:31.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:30 smithi177 ceph-mon[27209]: mgrmap e38: x(active, since 6s), standbys: y 2024-09-16T09:16:31.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:30 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:16:31.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:30 smithi177 ceph-mon[27209]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:16:31.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:30 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:16:31.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:30 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:16:31.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:30 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:16:31.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:30 smithi177 ceph-mon[27209]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:16:32.125 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:31 smithi003 ceph-mon[34229]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-16T09:16:32.125 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:31 smithi003 ceph-mon[23697]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-16T09:16:32.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:31 smithi177 ceph-mon[27209]: pgmap v7: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-16T09:16:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:33 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:33 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:33 smithi177 ceph-mon[27209]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:16:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:33 smithi177 ceph-mon[27209]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:16:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:33 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1721444507' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:16:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:33 smithi177 ceph-mon[27209]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:16:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:33 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2347330424' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/4016028406"}]: dispatch 2024-09-16T09:16:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:33 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/4016028406"}]: dispatch 2024-09-16T09:16:34.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:34.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:34.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[23697]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:16:34.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[23697]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:16:34.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1721444507' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:16:34.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[23697]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:16:34.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2347330424' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/4016028406"}]: dispatch 2024-09-16T09:16:34.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/4016028406"}]: dispatch 2024-09-16T09:16:34.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:34.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:34.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[34229]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:16:34.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[34229]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:16:34.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1721444507' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:16:34.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[34229]: pgmap v8: 161 pgs: 161 active+clean; 585 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:16:34.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2347330424' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/4016028406"}]: dispatch 2024-09-16T09:16:34.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:33 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/4016028406"}]: dispatch 2024-09-16T09:16:34.934 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:34 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/4016028406"}]': finished 2024-09-16T09:16:34.934 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:34 smithi177 ceph-mon[27209]: osdmap e103: 8 total, 8 up, 8 in 2024-09-16T09:16:34.935 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:34 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1535055364' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/4016028406"}]: dispatch 2024-09-16T09:16:35.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:34 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/4016028406"}]': finished 2024-09-16T09:16:35.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:34 smithi003 ceph-mon[34229]: osdmap e103: 8 total, 8 up, 8 in 2024-09-16T09:16:35.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:34 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1535055364' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/4016028406"}]: dispatch 2024-09-16T09:16:35.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:34 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6801/4016028406"}]': finished 2024-09-16T09:16:35.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:34 smithi003 ceph-mon[23697]: osdmap e103: 8 total, 8 up, 8 in 2024-09-16T09:16:35.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:34 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1535055364' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/4016028406"}]: dispatch 2024-09-16T09:16:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:16:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:16:35] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-16T09:16:35.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:35 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1535055364' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/4016028406"}]': finished 2024-09-16T09:16:35.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:35 smithi177 ceph-mon[27209]: osdmap e104: 8 total, 8 up, 8 in 2024-09-16T09:16:35.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:35 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1934759435' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/891367109"}]: dispatch 2024-09-16T09:16:35.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:35 smithi177 ceph-mon[27209]: 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-16T09:16:35.963 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:35 smithi177 systemd[1]: Stopping Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:16:36.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:35 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1535055364' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/4016028406"}]': finished 2024-09-16T09:16:36.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:35 smithi003 ceph-mon[23697]: osdmap e104: 8 total, 8 up, 8 in 2024-09-16T09:16:36.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:35 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1934759435' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/891367109"}]: dispatch 2024-09-16T09:16:36.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:35 smithi003 ceph-mon[23697]: 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-16T09:16:36.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:35 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1535055364' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:6800/4016028406"}]': finished 2024-09-16T09:16:36.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:35 smithi003 ceph-mon[34229]: osdmap e104: 8 total, 8 up, 8 in 2024-09-16T09:16:36.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:35 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1934759435' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/891367109"}]: dispatch 2024-09-16T09:16:36.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:35 smithi003 ceph-mon[34229]: 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-16T09:16:36.325 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.057Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[66443]: ts=2024-09-16T09:16:36.058Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-16T09:16:36.326 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 podman[68650]: 2024-09-16 09:16:36.068148057 +0000 UTC m=+0.141139836 container died 9cd0111e81cfb6c30ba7cb47f706f343b8f4660816bd4a05fc6be584ef301239 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:16:36.700 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 podman[68650]: 2024-09-16 09:16:36.440850388 +0000 UTC m=+0.513842166 container cleanup 9cd0111e81cfb6c30ba7cb47f706f343b8f4660816bd4a05fc6be584ef301239 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:16:36.701 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 bash[68650]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a 2024-09-16T09:16:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1934759435' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/891367109"}]': finished 2024-09-16T09:16:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-mon[27209]: osdmap e105: 8 total, 8 up, 8 in 2024-09-16T09:16:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:36 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2320006850' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3417388484"}]: dispatch 2024-09-16T09:16:36.963 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 podman[68663]: 2024-09-16 09:16:36.700173758 +0000 UTC m=+0.634045101 container remove 9cd0111e81cfb6c30ba7cb47f706f343b8f4660816bd4a05fc6be584ef301239 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:16:36.963 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-16T09:16:36.963 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 systemd[1]: Stopped Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:16:36.963 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Consumed 1.632s CPU time. 2024-09-16T09:16:36.963 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:36 smithi177 systemd[1]: Starting Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:16:37.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:36 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1934759435' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/891367109"}]': finished 2024-09-16T09:16:37.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:36 smithi003 ceph-mon[34229]: osdmap e105: 8 total, 8 up, 8 in 2024-09-16T09:16:37.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:36 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2320006850' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3417388484"}]: dispatch 2024-09-16T09:16:37.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:36 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1934759435' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/891367109"}]': finished 2024-09-16T09:16:37.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:36 smithi003 ceph-mon[23697]: osdmap e105: 8 total, 8 up, 8 in 2024-09-16T09:16:37.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:36 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2320006850' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3417388484"}]: dispatch 2024-09-16T09:16:37.337 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 podman[68762]: 2024-09-16 09:16:36.989245656 +0000 UTC m=+0.017050706 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-16T09:16:37.338 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 podman[68762]: 2024-09-16 09:16:37.109520719 +0000 UTC m=+0.137325769 container create abf32014663fdd92924e9a23bd4fbff2f1d12dc802a1d3fea264979fd0f53097 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:16:37.338 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 podman[68762]: 2024-09-16 09:16:37.337261452 +0000 UTC m=+0.365066502 container init abf32014663fdd92924e9a23bd4fbff2f1d12dc802a1d3fea264979fd0f53097 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:16:37.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 podman[68762]: 2024-09-16 09:16:37.340215945 +0000 UTC m=+0.368020998 container start abf32014663fdd92924e9a23bd4fbff2f1d12dc802a1d3fea264979fd0f53097 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:16:37.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.365Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-16T09:16:37.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.365Z 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-16T09:16:37.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.365Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi177 (none))" 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.365Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.365Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.366Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.367Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.368Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.368Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.370Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.370Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.454µs 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.370Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.372Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=4 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.380Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=4 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.383Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=4 2024-09-16T09:16:37.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.385Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=4 2024-09-16T09:16:37.715 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.386Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=4 2024-09-16T09:16:37.715 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.386Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=21.056µs wal_replay_duration=15.748129ms wbl_replay_duration=108ns total_replay_duration=15.787108ms 2024-09-16T09:16:37.715 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.387Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-16T09:16:37.715 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.387Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-16T09:16:37.715 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.387Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-16T09:16:37.715 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.408Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=20.852004ms db_storage=848ns remote_storage=1.134µs web_handler=355ns query_engine=664ns scrape=387.181µs scrape_sd=111.996µs notify=10.508µs notify_sd=14.201µs rules=19.980876ms tracing=6.329µs 2024-09-16T09:16:37.715 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.408Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-16T09:16:37.715 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:16:37.408Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-16T09:16:37.715 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 bash[68762]: abf32014663fdd92924e9a23bd4fbff2f1d12dc802a1d3fea264979fd0f53097 2024-09-16T09:16:37.715 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:16:37 smithi177 systemd[1]: Started Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2320006850' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3417388484"}]': finished 2024-09-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: osdmap e106: 8 total, 8 up, 8 in 2024-09-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2402193361' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3419882965"}]: dispatch 2024-09-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3419882965"}]: dispatch 2024-09-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: 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-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:16:38.050 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:16:38.051 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:37 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:16:38.143 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2320006850' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3417388484"}]': finished 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: osdmap e106: 8 total, 8 up, 8 in 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2402193361' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3419882965"}]: dispatch 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3419882965"}]: dispatch 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: 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-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:16:38.144 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2320006850' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3417388484"}]': finished 2024-09-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: osdmap e106: 8 total, 8 up, 8 in 2024-09-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2402193361' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3419882965"}]: dispatch 2024-09-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3419882965"}]: dispatch 2024-09-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: 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-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:16:38.145 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:37 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:16:38.890 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:38 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:16:38.890 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:38 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3419882965"}]': finished 2024-09-16T09:16:38.890 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:38 smithi177 ceph-mon[27209]: osdmap e107: 8 total, 8 up, 8 in 2024-09-16T09:16:38.890 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:38 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3634487062' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/172464751"}]: dispatch 2024-09-16T09:16:38.890 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:38 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/172464751"}]: dispatch 2024-09-16T09:16:39.062 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:38 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:16:39.062 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:38 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3419882965"}]': finished 2024-09-16T09:16:39.062 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:38 smithi003 ceph-mon[23697]: osdmap e107: 8 total, 8 up, 8 in 2024-09-16T09:16:39.062 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:38 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3634487062' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/172464751"}]: dispatch 2024-09-16T09:16:39.062 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:38 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/172464751"}]: dispatch 2024-09-16T09:16:39.063 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:38 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:16:39.063 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:38 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/3419882965"}]': finished 2024-09-16T09:16:39.063 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:38 smithi003 ceph-mon[34229]: osdmap e107: 8 total, 8 up, 8 in 2024-09-16T09:16:39.063 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:38 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3634487062' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/172464751"}]: dispatch 2024-09-16T09:16:39.063 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:38 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/172464751"}]: dispatch 2024-09-16T09:16:39.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:39 smithi177 ceph-mon[27209]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/172464751"}]': finished 2024-09-16T09:16:39.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:39 smithi177 ceph-mon[27209]: osdmap e108: 8 total, 8 up, 8 in 2024-09-16T09:16:39.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:39 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:39.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:39 smithi177 ceph-mon[27209]: pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:39.999 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:39 smithi003 ceph-mon[23697]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/172464751"}]': finished 2024-09-16T09:16:39.999 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:39 smithi003 ceph-mon[23697]: osdmap e108: 8 total, 8 up, 8 in 2024-09-16T09:16:39.999 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:39 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:39.999 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:39 smithi003 ceph-mon[23697]: pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:39.999 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:39 smithi003 ceph-mon[34229]: from='client.? ' entity='client.iscsi.foo.smithi003.yntkpp' cmd='[{"prefix": "osd blocklist", "blocklistop": "rm", "addr": "172.21.15.3:0/172464751"}]': finished 2024-09-16T09:16:40.000 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:39 smithi003 ceph-mon[34229]: osdmap e108: 8 total, 8 up, 8 in 2024-09-16T09:16:40.000 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:39 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:40.000 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:39 smithi003 ceph-mon[34229]: pgmap v17: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:16:42.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[23697]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s 2024-09-16T09:16:42.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:16:42.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:16:42.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[34229]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s 2024-09-16T09:16:42.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:16:42.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:16:42.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:42 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:42 smithi177 ceph-mon[27209]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 915 B/s rd, 0 op/s 2024-09-16T09:16:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:42 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:42 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:42 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:42 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:42.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:42 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:16:42.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:42 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:16:42.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:42 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:16:44.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:44 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:44.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:44 smithi003 ceph-mon[34229]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 776 B/s rd, 0 op/s 2024-09-16T09:16:44.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:44 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:44.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:44 smithi003 ceph-mon[23697]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 776 B/s rd, 0 op/s 2024-09-16T09:16:44.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:44 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:44.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:44 smithi177 ceph-mon[27209]: pgmap v19: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 776 B/s rd, 0 op/s 2024-09-16T09:16:46.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:46 smithi003 ceph-mon[34229]: 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-16T09:16:46.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:46 smithi003 ceph-mon[23697]: 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-16T09:16:46.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:46 smithi177 ceph-mon[27209]: 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-16T09:16:48.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:48 smithi003 ceph-mon[23697]: 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-16T09:16:48.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:48 smithi003 ceph-mon[34229]: 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-16T09:16:48.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:48 smithi177 ceph-mon[27209]: 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-16T09:16:49.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:16:49] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.43.0" 2024-09-16T09:16:50.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:50 smithi003 ceph-mon[34229]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 968 B/s rd, 0 op/s 2024-09-16T09:16:50.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:50 smithi003 ceph-mon[23697]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 968 B/s rd, 0 op/s 2024-09-16T09:16:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:50 smithi177 ceph-mon[27209]: pgmap v22: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 968 B/s rd, 0 op/s 2024-09-16T09:16:52.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:52 smithi003 ceph-mon[34229]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:16:52.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:52 smithi003 ceph-mon[23697]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:16:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:52 smithi177 ceph-mon[27209]: pgmap v23: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:16:54.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:54 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:54.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:54 smithi003 ceph-mon[34229]: 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-16T09:16:54.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:54 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:54.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:54 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:54.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:54 smithi003 ceph-mon[23697]: 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-16T09:16:54.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:54 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:54.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:54 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:16:54.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:54 smithi177 ceph-mon[27209]: 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-16T09:16:54.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:54 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:16:56.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:56 smithi003 ceph-mon[23697]: 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-16T09:16:56.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:56 smithi003 ceph-mon[34229]: 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-16T09:16:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:56 smithi177 ceph-mon[27209]: 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-16T09:16:58.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:16:58 smithi003 ceph-mon[23697]: 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-16T09:16:58.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:16:58 smithi003 ceph-mon[34229]: 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-16T09:16:58.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:16:58 smithi177 ceph-mon[27209]: 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-16T09:16:59.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:16:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:16:59] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.43.0" 2024-09-16T09:17:00.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:00 smithi003 ceph-mon[23697]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:00.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:00 smithi003 ceph-mon[34229]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:00.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:00 smithi177 ceph-mon[27209]: pgmap v27: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:02.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:02 smithi003 ceph-mon[23697]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:02.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:02 smithi003 ceph-mon[34229]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:02.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:02 smithi177 ceph-mon[27209]: pgmap v28: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:04.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:04 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:04.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:04 smithi003 ceph-mon[23697]: 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-16T09:17:04.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:04 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:04.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:04 smithi003 ceph-mon[34229]: 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-16T09:17:04.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:04 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:04.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:04 smithi177 ceph-mon[27209]: 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-16T09:17:06.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:06 smithi003 ceph-mon[23697]: 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-16T09:17:06.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:06 smithi003 ceph-mon[34229]: 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-16T09:17:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:06 smithi177 ceph-mon[27209]: 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-16T09:17:08.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:08 smithi003 ceph-mon[23697]: 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-16T09:17:08.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:08 smithi003 ceph-mon[34229]: 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-16T09:17:08.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:08 smithi177 ceph-mon[27209]: 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-16T09:17:09.672 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:09 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:09.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:09 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:09.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:09 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:09.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:17:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:17:09] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.43.0" 2024-09-16T09:17:10.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:10 smithi003 ceph-mon[23697]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:10.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:10 smithi003 ceph-mon[34229]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:10 smithi177 ceph-mon[27209]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:12.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:12 smithi003 ceph-mon[23697]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:12.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:12 smithi003 ceph-mon[34229]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:12.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:12 smithi177 ceph-mon[27209]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:14.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:14 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:14.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:14 smithi003 ceph-mon[23697]: 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-16T09:17:14.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:14 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:14.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:14 smithi003 ceph-mon[34229]: 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-16T09:17:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:14 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:14 smithi177 ceph-mon[27209]: 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-16T09:17:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:16 smithi003 ceph-mon[34229]: 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-16T09:17:16.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:16 smithi003 ceph-mon[23697]: 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-16T09:17:16.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:16 smithi177 ceph-mon[27209]: 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-16T09:17:18.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:18 smithi177 ceph-mon[27209]: 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-16T09:17:18.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:18 smithi003 ceph-mon[23697]: 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-16T09:17:18.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:18 smithi003 ceph-mon[34229]: 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-16T09:17:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:17:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:17:19] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.43.0" 2024-09-16T09:17:20.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:20 smithi177 ceph-mon[27209]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:20.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:20 smithi003 ceph-mon[23697]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:20.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:20 smithi003 ceph-mon[34229]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:22 smithi177 ceph-mon[27209]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:22.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:22 smithi003 ceph-mon[23697]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:22.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:22 smithi003 ceph-mon[34229]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:24 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:24.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:24 smithi177 ceph-mon[27209]: 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-16T09:17:24.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:24 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:24.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:24 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:24.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:24 smithi003 ceph-mon[34229]: 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-16T09:17:24.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:24 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:24 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:24 smithi003 ceph-mon[23697]: 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-16T09:17:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:24 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:26 smithi177 ceph-mon[27209]: 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-16T09:17:26.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:26 smithi003 ceph-mon[23697]: 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-16T09:17:26.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:26 smithi003 ceph-mon[34229]: 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-16T09:17:28.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:28 smithi177 ceph-mon[27209]: 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-16T09:17:28.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:28 smithi003 ceph-mon[23697]: 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-16T09:17:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:28 smithi003 ceph-mon[34229]: 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-16T09:17:29.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:17:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:17:29] "GET /metrics HTTP/1.1" 200 38223 "" "Prometheus/2.43.0" 2024-09-16T09:17:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:30 smithi177 ceph-mon[27209]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:30 smithi003 ceph-mon[23697]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:30.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:30 smithi003 ceph-mon[34229]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:32.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:32 smithi177 ceph-mon[27209]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:32.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:32 smithi003 ceph-mon[23697]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:32 smithi003 ceph-mon[34229]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:34.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:34 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:34.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:34 smithi177 ceph-mon[27209]: 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-16T09:17:34.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:34 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:34 smithi003 ceph-mon[23697]: 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-16T09:17:34.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:34 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:34.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:34 smithi003 ceph-mon[34229]: 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-16T09:17:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:36 smithi177 ceph-mon[27209]: 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-16T09:17:36.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:36 smithi003 ceph-mon[34229]: 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-16T09:17:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:36 smithi003 ceph-mon[23697]: 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-16T09:17:38.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:38 smithi177 ceph-mon[27209]: 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-16T09:17:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:38 smithi003 ceph-mon[23697]: 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-16T09:17:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:38 smithi003 ceph-mon[34229]: 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-16T09:17:39.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:39 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:39.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:39 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:39.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:39 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:39.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:17:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:17:39] "GET /metrics HTTP/1.1" 200 38220 "" "Prometheus/2.43.0" 2024-09-16T09:17:40.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:40 smithi003 ceph-mon[23697]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:40 smithi003 ceph-mon[34229]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:40.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:40 smithi177 ceph-mon[27209]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:42 smithi003 ceph-mon[23697]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:42 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:17:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:42 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:17:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:42 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:17:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:42 smithi003 ceph-mon[34229]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:42 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:17:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:42 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:17:42.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:42 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:17:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:42 smithi177 ceph-mon[27209]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:42 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:17:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:42 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:17:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:42 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:17:44.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:44 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:44.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:44 smithi003 ceph-mon[34229]: 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-16T09:17:44.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:44 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:44.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:44 smithi003 ceph-mon[23697]: 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-16T09:17:44.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:44 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:44.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:44 smithi177 ceph-mon[27209]: 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-16T09:17:46.764 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:46 smithi177 ceph-mon[27209]: 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-16T09:17:46.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:46 smithi003 ceph-mon[23697]: 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-16T09:17:46.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:46 smithi003 ceph-mon[34229]: 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-16T09:17:48.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:48 smithi003 ceph-mon[23697]: 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-16T09:17:48.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:48 smithi003 ceph-mon[34229]: 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-16T09:17:48.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:48 smithi177 ceph-mon[27209]: 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-16T09:17:49.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:17:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:17:49] "GET /metrics HTTP/1.1" 200 38220 "" "Prometheus/2.43.0" 2024-09-16T09:17:50.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:50 smithi003 ceph-mon[23697]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:50.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:50 smithi003 ceph-mon[34229]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:50.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:50 smithi177 ceph-mon[27209]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:17:52.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:52 smithi003 ceph-mon[23697]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:52.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:52 smithi003 ceph-mon[34229]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:52.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:52 smithi177 ceph-mon[27209]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:17:54.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:54 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:54.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:54 smithi003 ceph-mon[23697]: 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-16T09:17:54.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:54 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:54.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:54 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:54.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:54 smithi003 ceph-mon[34229]: 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-16T09:17:54.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:54 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:54.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:54 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:17:54.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:54 smithi177 ceph-mon[27209]: 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-16T09:17:54.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:54 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:17:56.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:56 smithi003 ceph-mon[23697]: 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-16T09:17:56.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:56 smithi003 ceph-mon[34229]: 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-16T09:17:56.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:56 smithi177 ceph-mon[27209]: 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-16T09:17:57.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:17:57 smithi003 ceph-mon[23697]: 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-16T09:17:57.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:17:57 smithi003 ceph-mon[34229]: 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-16T09:17:57.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:17:57 smithi177 ceph-mon[27209]: 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-16T09:17:59.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:17:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:17:59] "GET /metrics HTTP/1.1" 200 38223 "" "Prometheus/2.43.0" 2024-09-16T09:18:00.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:00 smithi003 ceph-mon[23697]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:00.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:00 smithi003 ceph-mon[34229]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:00.730 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:00 smithi177 ceph-mon[27209]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:02.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:02 smithi003 ceph-mon[34229]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:02.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:02 smithi003 ceph-mon[23697]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:02.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:02 smithi177 ceph-mon[27209]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:04.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:04 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:04.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:04 smithi003 ceph-mon[23697]: 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-16T09:18:04.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:04 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:04.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:04 smithi003 ceph-mon[34229]: 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-16T09:18:04.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:04 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:04.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:04 smithi177 ceph-mon[27209]: 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-16T09:18:05.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:05 smithi177 ceph-mon[27209]: 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-16T09:18:06.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:05 smithi003 ceph-mon[34229]: 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-16T09:18:06.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:05 smithi003 ceph-mon[23697]: 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-16T09:18:08.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:08 smithi003 ceph-mon[23697]: 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-16T09:18:08.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:08 smithi003 ceph-mon[34229]: 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-16T09:18:08.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:08 smithi177 ceph-mon[27209]: 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-16T09:18:09.672 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:09 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:09.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:09 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:09.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:09 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:09.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:18:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:18:09] "GET /metrics HTTP/1.1" 200 38216 "" "Prometheus/2.43.0" 2024-09-16T09:18:10.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:10 smithi003 ceph-mon[23697]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:10.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:10 smithi003 ceph-mon[34229]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:10 smithi177 ceph-mon[27209]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:12.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:12 smithi003 ceph-mon[23697]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:12.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:12 smithi003 ceph-mon[34229]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:12.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:12 smithi177 ceph-mon[27209]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:14.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:14 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:14.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:14 smithi003 ceph-mon[23697]: 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-16T09:18:14.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:14 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:14.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:14 smithi003 ceph-mon[34229]: 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-16T09:18:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:14 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:14 smithi177 ceph-mon[27209]: 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-16T09:18:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:16 smithi003 ceph-mon[34229]: 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-16T09:18:16.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:16 smithi003 ceph-mon[23697]: 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-16T09:18:16.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:16 smithi177 ceph-mon[27209]: 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-16T09:18:18.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:18 smithi003 ceph-mon[34229]: 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-16T09:18:18.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:18 smithi003 ceph-mon[23697]: 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-16T09:18:18.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:18 smithi177 ceph-mon[27209]: 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-16T09:18:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:18:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:18:19] "GET /metrics HTTP/1.1" 200 38216 "" "Prometheus/2.43.0" 2024-09-16T09:18:20.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:20 smithi003 ceph-mon[34229]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:20.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:20 smithi003 ceph-mon[23697]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:20.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:20 smithi177 ceph-mon[27209]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:22 smithi177 ceph-mon[27209]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:22.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:22 smithi003 ceph-mon[34229]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:22.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:22 smithi003 ceph-mon[23697]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:24 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:24.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:24 smithi177 ceph-mon[27209]: 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-16T09:18:24.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:24 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:24 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:24 smithi003 ceph-mon[23697]: 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-16T09:18:24.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:24 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:24.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:24 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:24.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:24 smithi003 ceph-mon[34229]: 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-16T09:18:24.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:24 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:26 smithi177 ceph-mon[27209]: 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-16T09:18:26.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:26 smithi003 ceph-mon[23697]: 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-16T09:18:26.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:26 smithi003 ceph-mon[34229]: 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-16T09:18:28.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:28 smithi177 ceph-mon[27209]: 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-16T09:18:28.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:28 smithi003 ceph-mon[23697]: 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-16T09:18:28.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:28 smithi003 ceph-mon[34229]: 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-16T09:18:29.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:18:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:18:29] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.43.0" 2024-09-16T09:18:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:30 smithi177 ceph-mon[27209]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:30 smithi003 ceph-mon[23697]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:30.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:30 smithi003 ceph-mon[34229]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:32.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:32 smithi177 ceph-mon[27209]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:32 smithi003 ceph-mon[23697]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:32 smithi003 ceph-mon[34229]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:34.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:34 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:34.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:34 smithi177 ceph-mon[27209]: 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-16T09:18:34.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:34 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:34.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:34 smithi003 ceph-mon[34229]: 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-16T09:18:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:34 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:34.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:34 smithi003 ceph-mon[23697]: 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-16T09:18:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:36 smithi177 ceph-mon[27209]: 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-16T09:18:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:36 smithi003 ceph-mon[23697]: 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-16T09:18:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:36 smithi003 ceph-mon[34229]: 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-16T09:18:38.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:38 smithi177 ceph-mon[27209]: 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-16T09:18:38.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:38 smithi003 ceph-mon[23697]: 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-16T09:18:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:38 smithi003 ceph-mon[34229]: 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-16T09:18:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:39 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:39.713 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:18:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:18:39] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-16T09:18:39.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:39 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:39.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:39 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:40.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:40 smithi177 ceph-mon[27209]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:40.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:40 smithi003 ceph-mon[23697]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:40.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:40 smithi003 ceph-mon[34229]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:42 smithi003 ceph-mon[34229]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:42.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:42 smithi003 ceph-mon[23697]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:42 smithi177 ceph-mon[27209]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:43 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:18:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:43 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:18:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:43 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:18:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:43 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:18:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:43 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:18:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:43 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:18:43.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:43 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:18:43.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:43 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:18:43.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:43 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:18:44.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:44 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:44.828 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:44 smithi003 ceph-mon[23697]: 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-16T09:18:44.828 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:44 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:44.828 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:44 smithi003 ceph-mon[34229]: 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-16T09:18:44.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:44 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:44.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:44 smithi177 ceph-mon[27209]: 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-16T09:18:46.764 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:46 smithi177 ceph-mon[27209]: 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-16T09:18:46.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:46 smithi003 ceph-mon[34229]: 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-16T09:18:46.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:46 smithi003 ceph-mon[23697]: 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-16T09:18:48.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:48 smithi003 ceph-mon[34229]: 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-16T09:18:48.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:48 smithi003 ceph-mon[23697]: 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-16T09:18:48.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:48 smithi177 ceph-mon[27209]: 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-16T09:18:49.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:18:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:18:49] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.43.0" 2024-09-16T09:18:50.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:50 smithi003 ceph-mon[34229]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:50.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:50 smithi003 ceph-mon[23697]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:50.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:50 smithi177 ceph-mon[27209]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:18:52.925 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:52 smithi003 ceph-mon[34229]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:52.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:52 smithi003 ceph-mon[23697]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:52.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:52 smithi177 ceph-mon[27209]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:18:54.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:54 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:54.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:54 smithi003 ceph-mon[34229]: 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-16T09:18:54.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:54 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:54.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:54 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:54.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:54 smithi003 ceph-mon[23697]: 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-16T09:18:54.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:54 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:54.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:54 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:18:54.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:54 smithi177 ceph-mon[27209]: 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-16T09:18:54.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:54 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:18:56.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:56 smithi003 ceph-mon[34229]: 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-16T09:18:56.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:56 smithi003 ceph-mon[23697]: 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-16T09:18:56.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:56 smithi177 ceph-mon[27209]: 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-16T09:18:58.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:18:58 smithi003 ceph-mon[34229]: 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-16T09:18:58.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:18:58 smithi003 ceph-mon[23697]: 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-16T09:18:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:18:58 smithi177 ceph-mon[27209]: 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-16T09:18:59.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:18:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:18:59] "GET /metrics HTTP/1.1" 200 38234 "" "Prometheus/2.43.0" 2024-09-16T09:19:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:00 smithi003 ceph-mon[34229]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:00 smithi003 ceph-mon[23697]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:00 smithi177 ceph-mon[27209]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:02.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:02 smithi003 ceph-mon[34229]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:02.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:02 smithi003 ceph-mon[23697]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:02.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:02 smithi177 ceph-mon[27209]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:04.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:04 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:04.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:04 smithi003 ceph-mon[23697]: 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-16T09:19:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:04 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:04 smithi003 ceph-mon[34229]: 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-16T09:19:04.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:04 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:04.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:04 smithi177 ceph-mon[27209]: 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-16T09:19:06.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:06 smithi003 ceph-mon[34229]: 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-16T09:19:06.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:06 smithi003 ceph-mon[23697]: 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-16T09:19:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:06 smithi177 ceph-mon[27209]: 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-16T09:19:07.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:07 smithi003 ceph-mon[34229]: 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-16T09:19:07.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:07 smithi003 ceph-mon[23697]: 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-16T09:19:07.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:07 smithi177 ceph-mon[27209]: 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-16T09:19:09.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:09 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:09.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:09 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:09.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:09 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:09.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:19:09] "GET /metrics HTTP/1.1" 200 38228 "" "Prometheus/2.43.0" 2024-09-16T09:19:10.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:10 smithi003 ceph-mon[34229]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:10.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:10 smithi003 ceph-mon[23697]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:10.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:10 smithi177 ceph-mon[27209]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:12.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:12 smithi003 ceph-mon[34229]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:12.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:12 smithi003 ceph-mon[23697]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:12.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:12 smithi177 ceph-mon[27209]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:14.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:14 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:14.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:14 smithi003 ceph-mon[34229]: 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-16T09:19:14.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:14 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:14.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:14 smithi003 ceph-mon[23697]: 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-16T09:19:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:14 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:14 smithi177 ceph-mon[27209]: 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-16T09:19:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:16 smithi003 ceph-mon[34229]: 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-16T09:19:16.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:16 smithi003 ceph-mon[23697]: 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-16T09:19:16.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:16 smithi177 ceph-mon[27209]: 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-16T09:19:18.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:18 smithi177 ceph-mon[27209]: 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-16T09:19:18.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:18 smithi003 ceph-mon[23697]: 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-16T09:19:18.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:18 smithi003 ceph-mon[34229]: 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-16T09:19:19.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:19:19] "GET /metrics HTTP/1.1" 200 38228 "" "Prometheus/2.43.0" 2024-09-16T09:19:20.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:20 smithi177 ceph-mon[27209]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:20.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:20 smithi003 ceph-mon[23697]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:20.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:20 smithi003 ceph-mon[34229]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:22 smithi177 ceph-mon[27209]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:22.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:22 smithi003 ceph-mon[23697]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:22.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:22 smithi003 ceph-mon[34229]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:24.695 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:24 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:24.696 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:24 smithi003 ceph-mon[34229]: 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-16T09:19:24.696 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:24 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:24.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:24 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:24.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:24 smithi003 ceph-mon[23697]: 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-16T09:19:24.696 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:24 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:24 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:24 smithi177 ceph-mon[27209]: 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-16T09:19:24.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:24 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:25.325 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:19:25.592 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:19:26.204 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:19:26.204 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (18m) 2m ago 19m - - 0.25.0 c8568f914cd2 58d549b6cf0c 2024-09-16T09:19:26.204 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (19m) 2m ago 19m 77.9M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (2m) 2m ago 18m - - 3.8 b5388489f99e 3f06730904e5 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (15m) 2m ago 23m 504M - 19.3.0-4917-g8293d73f 425e316ba8eb 3c0f6139b2c1 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (8m) 2m ago 25m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (25m) 2m ago 25m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (24m) 2m ago 24m 53.7M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (23m) 2m ago 23m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (19m) 2m ago 19m - - 1.5.0 0da6a335fe13 21935400ccf9 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (19m) 2m ago 19m 16.8M - 1.5.0 0da6a335fe13 5c4173a9984d 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (23m) 2m ago 23m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (22m) 2m ago 22m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (22m) 2m ago 22m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (22m) 2m ago 22m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (21m) 2m ago 21m 63.2M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:19:26.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (21m) 2m ago 21m 51.1M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:19:26.206 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (20m) 2m ago 20m 58.8M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:19:26.206 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (20m) 2m ago 20m 62.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:19:26.206 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (2m) 2m ago 20m 34.8M - 2.43.0 a07b618ecd1d abf32014663f 2024-09-16T09:19:26.206 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (18m) 2m ago 18m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:19:26.206 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (19m) 2m ago 19m 89.7M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:19:26.522 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:26 smithi003 ceph-mon[34229]: 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-16T09:19:26.522 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:26 smithi003 ceph-mon[23697]: 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-16T09:19:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:26 smithi177 ceph-mon[27209]: 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-16T09:19:26.834 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ls' 2024-09-16T09:19:27.098 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:19:27.479 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:27 smithi003 ceph-mon[23697]: from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:27.479 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:27 smithi003 ceph-mon[34229]: from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:27 smithi177 ceph-mon[27209]: from='client.15387 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:27.886 INFO:teuthology.orchestra.run.smithi003.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-16T09:19:27.886 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager ?:9093,9094 1/1 2m ago 20m smithi003=a;count:1 2024-09-16T09:19:27.886 INFO:teuthology.orchestra.run.smithi003.stdout:grafana ?:3000 1/1 2m ago 20m smithi177=a;count:1 2024-09-16T09:19:27.886 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo ?:5000 1/1 2m ago 19m count:1 2024-09-16T09:19:27.886 INFO:teuthology.orchestra.run.smithi003.stdout:mgr 2/2 2m ago 23m smithi003=y;smithi177=x;count:2 2024-09-16T09:19:27.886 INFO:teuthology.orchestra.run.smithi003.stdout:mon 3/3 2m ago 24m smithi003:172.21.15.3=a;smithi003:[v2:172.21.15.3:3301,v1:172.21.15.3:6790]=c;smithi177:172.21.15.177=b;count:3 2024-09-16T09:19:27.886 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter ?:9100 2/2 2m ago 20m smithi003=a;smithi177=b;count:2 2024-09-16T09:19:27.886 INFO:teuthology.orchestra.run.smithi003.stdout:osd 8 2m ago - 2024-09-16T09:19:27.886 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus ?:9095 1/1 2m ago 20m smithi177=a;count:1 2024-09-16T09:19:27.886 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo ?:8000 2/2 2m ago 19m count:2 2024-09-16T09:19:28.542 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions' 2024-09-16T09:19:28.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:28 smithi003 ceph-mon[23697]: 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-16T09:19:28.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:28 smithi003 ceph-mon[34229]: 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-16T09:19:28.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:28 smithi177 ceph-mon[27209]: 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-16T09:19:28.802 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:19:29.510 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:19:29.510 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 13, 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:19:29.511 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:19:29.512 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:19:29.512 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:29 smithi003 ceph-mon[23697]: from='client.15393 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:29.512 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:29 smithi003 ceph-mon[34229]: from='client.15393 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:29.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:29 smithi177 ceph-mon[27209]: from='client.15393 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:29.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:19:29] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-16T09:19:30.177 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr' 2024-09-16T09:19:30.435 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:19:30.725 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:30 smithi003 ceph-mon[23697]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:30.726 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:30 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/4034184554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:19:30.726 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:30 smithi003 ceph-mon[34229]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:30.726 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:30 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/4034184554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:19:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:30 smithi177 ceph-mon[27209]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:19:30.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:30 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/4034184554' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:19:32.525 INFO:teuthology.orchestra.run.smithi003.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:19:32.823 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:32 smithi003 ceph-mon[23697]: from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:32.824 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:32 smithi003 ceph-mon[23697]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:32.824 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:32 smithi003 ceph-mon[34229]: from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:32.824 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:32 smithi003 ceph-mon[34229]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:32.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:32 smithi177 ceph-mon[27209]: from='client.15405 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:32.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:32 smithi177 ceph-mon[27209]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:19:33.126 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:19:33.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[23697]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:19:33.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:19:33.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:33.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:19:33.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:19:33.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[23697]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:19:33.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[23697]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:33.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[23697]: 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-16T09:19:33.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[34229]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:19:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:19:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:19:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:19:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[34229]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:19:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[34229]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:33.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:33 smithi003 ceph-mon[34229]: 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-16T09:19:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:33 smithi177 ceph-mon[27209]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:19:33.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:33 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:19:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:33 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:33 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:19:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:33 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:19:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:33 smithi177 ceph-mon[27209]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:19:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:33 smithi177 ceph-mon[27209]: from='client.15339 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:33.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:33 smithi177 ceph-mon[27209]: 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-16T09:19:34.211 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:19:34.389 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:34 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:19:34] ENGINE Bus STOPPING 2024-09-16T09:19:34.389 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:34 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:19:34] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:19:34.389 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:34 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:19:34] ENGINE Bus STOPPED 2024-09-16T09:19:34.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:34 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: 2024-09-16T09:19:34.163+0000 7f3cc0bf2640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-16T09:19:34.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:34 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ignoring --setuser ceph since I am not root 2024-09-16T09:19:34.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:34 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ignoring --setgroup ceph since I am not root 2024-09-16T09:19:34.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:34 smithi177 ceph-mgr[60194]: -- 172.21.15.177:0/1314033313 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5625ab4890e0 con 0x5625ab467000 2024-09-16T09:19:35.203 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:19:35.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:19:35] ENGINE Bus STARTING 2024-09-16T09:19:35.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:19:35] ENGINE Serving on http://:::9283 2024-09-16T09:19:35.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:19:35] ENGINE Bus STARTED 2024-09-16T09:19:35.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:19:35.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:19:35.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-16T09:19:35.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-16T09:19:35.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: Activating manager daemon y 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.24937 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: mgrmap e39: y(active, starting, since 0.00928138s) 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:19:35.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:19:35.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:19:35.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:19:35.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:19:35.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:19:35.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: Manager daemon y is now available 2024-09-16T09:19:35.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:35.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:19:35.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:19:35.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:19:35.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: Activating manager daemon y 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.24937 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: mgrmap e39: y(active, starting, since 0.00928138s) 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:19:35.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:19:35.430 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:19:35.430 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:19:35.430 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:19:35.430 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:19:35.430 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:19:35.430 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:19:35.430 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: Manager daemon y is now available 2024-09-16T09:19:35.430 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:35.430 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:19:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' 2024-09-16T09:19:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:19:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.24937 172.21.15.177:0/3009017914' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-16T09:19:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: Activating manager daemon y 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.24937 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: mgrmap e39: y(active, starting, since 0.00928138s) 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-16T09:19:35.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-16T09:19:35.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-16T09:19:35.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-16T09:19:35.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-16T09:19:35.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-16T09:19:35.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-16T09:19:35.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: Manager daemon y is now available 2024-09-16T09:19:35.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:35.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (18m) 2m ago 19m - - 0.25.0 c8568f914cd2 58d549b6cf0c 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (19m) 2m ago 19m 77.9M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (3m) 2m ago 19m - - 3.8 b5388489f99e 3f06730904e5 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (15m) 2m ago 23m 504M - 19.3.0-4917-g8293d73f 425e316ba8eb 3c0f6139b2c1 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (8m) 2m ago 25m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (25m) 2m ago 25m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (24m) 2m ago 24m 53.7M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (24m) 2m ago 24m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (19m) 2m ago 19m - - 1.5.0 0da6a335fe13 21935400ccf9 2024-09-16T09:19:35.874 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (19m) 2m ago 19m 16.8M - 1.5.0 0da6a335fe13 5c4173a9984d 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (23m) 2m ago 23m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (23m) 2m ago 23m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (22m) 2m ago 22m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (22m) 2m ago 22m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (21m) 2m ago 21m 63.2M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (21m) 2m ago 21m 51.1M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (21m) 2m ago 21m 58.8M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (20m) 2m ago 20m 62.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (2m) 2m ago 20m 34.8M - 2.43.0 a07b618ecd1d abf32014663f 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (19m) 2m ago 19m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:19:35.875 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (19m) 2m ago 19m 89.7M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:19:36.252 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 1 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:19:36.253 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:19:36.254 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:19:36.254 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:19:36.254 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 13, 2024-09-16T09:19:36.254 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 1 2024-09-16T09:19:36.254 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:19:36.254 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:19:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[23697]: mgrmap e40: y(active, since 1.01812s) 2024-09-16T09:19:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:19:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[23697]: from='client.25301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:19:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[23697]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:19:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:19:36.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:19:36.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[34229]: mgrmap e40: y(active, since 1.01812s) 2024-09-16T09:19:36.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:19:36.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[34229]: from='client.25301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:36.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:19:36.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[34229]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:36.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:19:36.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:19:36.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:19:36.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:36 smithi177 ceph-mon[27209]: mgrmap e40: y(active, since 1.01812s) 2024-09-16T09:19:36.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:36 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:19:36.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:36 smithi177 ceph-mon[27209]: from='client.25301 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:36.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:36 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:19:36.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:36 smithi177 ceph-mon[27209]: pgmap v3: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:36.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:36 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-16T09:19:36.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:36 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:19:36.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:36 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-16T09:19:36.561 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:19:36.561 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:19:36.561 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:19:36.561 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-16T09:19:36.561 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2024-09-16T09:19:36.562 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr" 2024-09-16T09:19:36.562 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2024-09-16T09:19:36.562 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "2/2 daemons upgraded", 2024-09-16T09:19:36.562 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2024-09-16T09:19:36.562 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:19:36.562 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:19:36.873 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:19:36.754+0000 7f0658b1a640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:09:19:36] ENGINE Error in HTTPServer.serve 2024-09-16T09:19:36.873 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: Traceback (most recent call last): 2024-09-16T09:19:36.873 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:19:36.873 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: self._connections.run(self.expiration_interval) 2024-09-16T09:19:36.873 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:19:36.873 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: self._run(expiration_interval) 2024-09-16T09:19:36.873 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:19:36.873 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:19:36.873 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: s = self.context.wrap_socket( 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: return self.sslsocket_class._create( 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: self.do_handshake() 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: self._sslobj.do_handshake() 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:19:36.874 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:19:37.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:37 smithi003 ceph-mon[34229]: from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:37.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:37 smithi003 ceph-mon[34229]: from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:37.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:37 smithi003 ceph-mon[34229]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:37.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:37 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/900937213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:19:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:37 smithi003 ceph-mon[23697]: from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:37 smithi003 ceph-mon[23697]: from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:37 smithi003 ceph-mon[23697]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:37 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/900937213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:19:37.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:37 smithi177 ceph-mon[27209]: from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:37.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:37 smithi177 ceph-mon[27209]: from='client.15447 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:37.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:37 smithi177 ceph-mon[27209]: pgmap v4: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:37.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:37 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/900937213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:19:37.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:37.393Z 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.177:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:19:37.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:37.394Z 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.177:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:19:37.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:37.394Z 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.177:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:19:37.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:37.396Z 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.177:8765/sd/prometheus/sd-config?service=smb\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:19:37.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:37.396Z 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.177:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:19:37.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:37 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:37.396Z 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.177:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:19:38.398 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:38 smithi177 ceph-mon[27209]: [16/Sep/2024:09:19:36] ENGINE Bus STARTING 2024-09-16T09:19:38.398 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:38 smithi177 ceph-mon[27209]: from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:38 smithi177 ceph-mon[27209]: [16/Sep/2024:09:19:36] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:38 smithi177 ceph-mon[27209]: [16/Sep/2024:09:19:36] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:38 smithi177 ceph-mon[27209]: [16/Sep/2024:09:19:36] ENGINE Bus STARTED 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:38 smithi177 ceph-mon[27209]: [16/Sep/2024:09:19:36] ENGINE Error in HTTPServer.serve 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout: Traceback (most recent call last): 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._run(expiration_interval) 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:19:38.399 INFO:journalctl@ceph.mon.b.smithi177.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:19:38.400 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:19:38.400 INFO:journalctl@ceph.mon.b.smithi177.stdout: s = self.context.wrap_socket( 2024-09-16T09:19:38.400 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:19:38.400 INFO:journalctl@ceph.mon.b.smithi177.stdout: return self.sslsocket_class._create( 2024-09-16T09:19:38.400 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:19:38.400 INFO:journalctl@ceph.mon.b.smithi177.stdout: self.do_handshake() 2024-09-16T09:19:38.400 INFO:journalctl@ceph.mon.b.smithi177.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:19:38.400 INFO:journalctl@ceph.mon.b.smithi177.stdout: self._sslobj.do_handshake() 2024-09-16T09:19:38.400 INFO:journalctl@ceph.mon.b.smithi177.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:19:38.400 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:38 smithi177 ceph-mon[27209]: mgrmap e41: y(active, since 3s) 2024-09-16T09:19:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[34229]: [16/Sep/2024:09:19:36] ENGINE Bus STARTING 2024-09-16T09:19:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[34229]: from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[34229]: [16/Sep/2024:09:19:36] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T09:19:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[34229]: [16/Sep/2024:09:19:36] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T09:19:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[34229]: [16/Sep/2024:09:19:36] ENGINE Bus STARTED 2024-09-16T09:19:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[34229]: [16/Sep/2024:09:19:36] ENGINE Error in HTTPServer.serve 2024-09-16T09:19:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout: Traceback (most recent call last): 2024-09-16T09:19:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:19:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:19:38.426 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._run(expiration_interval) 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: self.do_handshake() 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:19:38.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[34229]: mgrmap e41: y(active, since 3s) 2024-09-16T09:19:38.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[23697]: [16/Sep/2024:09:19:36] ENGINE Bus STARTING 2024-09-16T09:19:38.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[23697]: from='client.15459 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:19:38.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[23697]: [16/Sep/2024:09:19:36] ENGINE Serving on http://172.21.15.3:8765 2024-09-16T09:19:38.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[23697]: [16/Sep/2024:09:19:36] ENGINE Serving on https://172.21.15.3:7150 2024-09-16T09:19:38.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[23697]: [16/Sep/2024:09:19:36] ENGINE Bus STARTED 2024-09-16T09:19:38.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[23697]: [16/Sep/2024:09:19:36] ENGINE Error in HTTPServer.serve 2024-09-16T09:19:38.428 INFO:journalctl@ceph.mon.a.smithi003.stdout: Traceback (most recent call last): 2024-09-16T09:19:38.428 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T09:19:38.428 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._connections.run(self.expiration_interval) 2024-09-16T09:19:38.428 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._run(expiration_interval) 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: s = self.context.wrap_socket( 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: return self.sslsocket_class._create( 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: self.do_handshake() 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: self._sslobj.do_handshake() 2024-09-16T09:19:38.429 INFO:journalctl@ceph.mon.a.smithi003.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T09:19:38.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:38 smithi003 ceph-mon[23697]: mgrmap e41: y(active, since 3s) 2024-09-16T09:19:38.692 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:38.398Z 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.177:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.177:8765: connect: connection refused" 2024-09-16T09:19:39.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:39 smithi177 ceph-mon[27209]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:39.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:19:39] ENGINE Bus STARTING 2024-09-16T09:19:39.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: CherryPy Checker: 2024-09-16T09:19:39.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: The Application mounted at '' has an empty config. 2024-09-16T09:19:39.463 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: 2024-09-16T09:19:39.492 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:39 smithi003 ceph-mon[34229]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:39.493 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:39 smithi003 ceph-mon[23697]: pgmap v5: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:39.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:19:39] ENGINE Serving on http://:::9283 2024-09-16T09:19:39.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: [16/Sep/2024:09:19:39] ENGINE Bus STARTED 2024-09-16T09:19:39.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[60190]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:19:39] "GET /metrics HTTP/1.1" 200 - "" "Prometheus/2.43.0" 2024-09-16T09:19:40.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:40 smithi177 ceph-mon[27209]: mgrmap e42: y(active, since 5s) 2024-09-16T09:19:40.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:40 smithi177 ceph-mon[27209]: Standby manager daemon x started 2024-09-16T09:19:40.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:40 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:19:40.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:40 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:19:40.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:40 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:19:40.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:40 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:19:40.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:40 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:40 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:40 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:40 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[34229]: mgrmap e42: y(active, since 5s) 2024-09-16T09:19:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[34229]: Standby manager daemon x started 2024-09-16T09:19:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:19:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:19:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:19:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:19:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[23697]: mgrmap e42: y(active, since 5s) 2024-09-16T09:19:40.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[23697]: Standby manager daemon x started 2024-09-16T09:19:40.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:19:40.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:19:40.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:19:40.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/2766643394' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:19:40.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:40.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:40 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: mgrmap e43: y(active, since 6s), standbys: x 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:19:41.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:19:41.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:41 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:41.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:41.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: mgrmap e43: y(active, since 6s), standbys: x 2024-09-16T09:19:41.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:19:41.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:19:41.498 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: pgmap v6: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: mgrmap e43: y(active, since 6s), standbys: x 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.conf 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.conf 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.499 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.500 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.500 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.500 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:41.500 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:19:41.500 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.iscsi.foo.smithi003.yntkpp", "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-16T09:19:41.500 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:41 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:42.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:42 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:19:42.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:42 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:19:42.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:42 smithi177 ceph-mon[27209]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:19:42.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:42 smithi177 ceph-mon[27209]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:19:42.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:42 smithi177 ceph-mon[27209]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:19:42.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:42 smithi177 ceph-mon[27209]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:19:42.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:42 smithi177 ceph-mon[27209]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:19:42.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:42 smithi177 ceph-mon[27209]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:19:42.587 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[23697]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[23697]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[23697]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[23697]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[23697]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[23697]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[34229]: Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:19:42.588 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[34229]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2024-09-16T09:19:42.589 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[34229]: Updating smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:19:42.589 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[34229]: Updating smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T09:19:42.589 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[34229]: Reconfiguring iscsi.foo.smithi003.yntkpp (dependencies changed)... 2024-09-16T09:19:42.589 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:42 smithi003 ceph-mon[34229]: Reconfiguring daemon iscsi.foo.smithi003.yntkpp on smithi003 2024-09-16T09:19:43.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:43 smithi177 ceph-mon[27209]: 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-16T09:19:43.633 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:43 smithi003 ceph-mon[23697]: 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-16T09:19:43.634 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:43 smithi003 ceph-mon[34229]: 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-16T09:19:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[34229]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:19:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[34229]: 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-16T09:19:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[34229]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:19:45.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1285671455' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:19:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:45.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[23697]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:19:45.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[23697]: 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-16T09:19:45.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[23697]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:19:45.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:45 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1285671455' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:19:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:45 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:45.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:45 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:45 smithi177 ceph-mon[27209]: Reconfiguring prometheus.a (dependencies changed)... 2024-09-16T09:19:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:45 smithi177 ceph-mon[27209]: 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-16T09:19:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:45 smithi177 ceph-mon[27209]: Reconfiguring daemon prometheus.a on smithi177 2024-09-16T09:19:45.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:45 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1285671455' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "osd blocklist ls"}]: dispatch 2024-09-16T09:19:47.212 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 systemd[1]: Stopping Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:19:47.570 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-mon[27209]: 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-16T09:19:47.570 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.276Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-16T09:19:47.570 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-16T09:19:47.570 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-16T09:19:47.570 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-16T09:19:47.571 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-16T09:19:47.571 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-16T09:19:47.571 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-16T09:19:47.571 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-16T09:19:47.571 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-16T09:19:47.571 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-16T09:19:47.571 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-16T09:19:47.571 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[68776]: ts=2024-09-16T09:19:47.277Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-16T09:19:47.571 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 podman[70819]: 2024-09-16 09:19:47.288100391 +0000 UTC m=+0.120973704 container died abf32014663fdd92924e9a23bd4fbff2f1d12dc802a1d3fea264979fd0f53097 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:19:47.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:47 smithi003 ceph-mon[23697]: 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-16T09:19:47.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:47 smithi003 ceph-mon[34229]: 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-16T09:19:47.911 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 podman[70819]: 2024-09-16 09:19:47.676786468 +0000 UTC m=+0.509659780 container cleanup abf32014663fdd92924e9a23bd4fbff2f1d12dc802a1d3fea264979fd0f53097 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:19:47.911 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 bash[70819]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a 2024-09-16T09:19:48.212 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:47 smithi177 podman[70831]: 2024-09-16 09:19:47.910823488 +0000 UTC m=+0.625463860 container remove abf32014663fdd92924e9a23bd4fbff2f1d12dc802a1d3fea264979fd0f53097 (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:19:48.212 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-16T09:19:48.212 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 systemd[1]: Stopped Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:19:48.212 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Consumed 1.588s CPU time. 2024-09-16T09:19:48.212 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 systemd[1]: Starting Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:19:48.540 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 podman[70928]: 2024-09-16 09:19:48.160477946 +0000 UTC m=+0.016878688 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-16T09:19:48.540 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 podman[70928]: 2024-09-16 09:19:48.278448201 +0000 UTC m=+0.134848930 container create 0f66e55f8272aec2f4c7cb63cba3199ef4fc06cbf688a4da5fe2031fac2e879e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:19:48.540 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 podman[70928]: 2024-09-16 09:19:48.539078406 +0000 UTC m=+0.395479145 container init 0f66e55f8272aec2f4c7cb63cba3199ef4fc06cbf688a4da5fe2031fac2e879e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:19:48.624 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 podman[70928]: 2024-09-16 09:19:48.542079827 +0000 UTC m=+0.398480556 container start 0f66e55f8272aec2f4c7cb63cba3199ef4fc06cbf688a4da5fe2031fac2e879e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.566Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.566Z 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-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.566Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi177 (none))" 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.566Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.566Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.567Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.568Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.569Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.569Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.573Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.573Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.685µs 2024-09-16T09:19:48.625 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.573Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.575Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=5 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.584Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=5 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.588Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=5 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.590Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=5 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.592Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=5 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.592Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=5 maxSegment=5 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.592Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=28.313µs wal_replay_duration=19.086414ms wbl_replay_duration=97ns total_replay_duration=19.133126ms 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.593Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.593Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.593Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.614Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=21.041185ms db_storage=809ns remote_storage=1.556µs web_handler=369ns query_engine=578ns scrape=429.001µs scrape_sd=357.048µs notify=13.77µs notify_sd=12.497µs rules=19.871199ms tracing=5.947µs 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.615Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-16T09:19:48.626 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:19:48.615Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-16T09:19:48.627 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 bash[70928]: 0f66e55f8272aec2f4c7cb63cba3199ef4fc06cbf688a4da5fe2031fac2e879e 2024-09-16T09:19:48.962 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:19:48 smithi177 systemd[1]: Started Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:19:49.360 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:49 smithi177 ceph-mon[27209]: pgmap v10: 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-16T09:19:49.360 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:49 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.360 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:49 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.361 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:49 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:19:49.361 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:49 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.361 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:49 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:19:49.361 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:49 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:19:49.361 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:49 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.361 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:49 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:19:49.361 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:49 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:19:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[23697]: pgmap v10: 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-16T09:19:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:19:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:19:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:19:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:19:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:19:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[34229]: pgmap v10: 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-16T09:19:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:19:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:19:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:19:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:19:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:49 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:19:50.503 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:50 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:19:50.503 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:50 smithi177 ceph-mon[27209]: Adding iSCSI gateway http://:@172.21.15.3:5000 to Dashboard 2024-09-16T09:19:50.503 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:50 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:19:50.503 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:50 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:19:50.503 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:50 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:19:50.503 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:50 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:19:50.503 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:50 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:19:50.503 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:50 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T09:19:50.503 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:50 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:50.503 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:50 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:19:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[34229]: Adding iSCSI gateway http://:@172.21.15.3:5000 to Dashboard 2024-09-16T09:19:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:19:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:19:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:19:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:19:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:19:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T09:19:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-list"}]: dispatch 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[23697]: Adding iSCSI gateway http://:@172.21.15.3:5000 to Dashboard 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-iscsi-api-ssl-verification", "value": "true"}]: dispatch 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard iscsi-gateway-add", "name": "smithi003"}]: dispatch 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:19:50.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:50 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:19:51.665 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:51 smithi177 ceph-mon[27209]: Upgrade: Updating mgr.x 2024-09-16T09:19:51.665 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:51 smithi177 ceph-mon[27209]: Deploying daemon mgr.x on smithi177 2024-09-16T09:19:51.665 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:51 smithi177 ceph-mon[27209]: pgmap v11: 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-16T09:19:51.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:51 smithi003 ceph-mon[23697]: Upgrade: Updating mgr.x 2024-09-16T09:19:51.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:51 smithi003 ceph-mon[23697]: Deploying daemon mgr.x on smithi177 2024-09-16T09:19:51.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:51 smithi003 ceph-mon[23697]: pgmap v11: 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-16T09:19:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:51 smithi003 ceph-mon[34229]: Upgrade: Updating mgr.x 2024-09-16T09:19:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:51 smithi003 ceph-mon[34229]: Deploying daemon mgr.x on smithi177 2024-09-16T09:19:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:51 smithi003 ceph-mon[34229]: pgmap v11: 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-16T09:19:51.938 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:51 smithi177 systemd[1]: Stopping Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:19:52.212 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:51 smithi177 podman[71201]: 2024-09-16 09:19:51.937297567 +0000 UTC m=+0.130143516 container died 3c0f6139b2c1e3c1de9b400f5037c99526df57ec0db405034041be374ef13fd0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, 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_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-16T09:19:52.607 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:52 smithi177 podman[71201]: 2024-09-16 09:19:52.24749949 +0000 UTC m=+0.440345438 container cleanup 3c0f6139b2c1e3c1de9b400f5037c99526df57ec0db405034041be374ef13fd0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:19:52.607 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:52 smithi177 bash[71201]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x 2024-09-16T09:19:52.607 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:52 smithi177 podman[71214]: 2024-09-16 09:19:52.473714344 +0000 UTC m=+0.533615939 container remove 3c0f6139b2c1e3c1de9b400f5037c99526df57ec0db405034041be374ef13fd0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:19:52.607 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:52 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-16T09:19:52.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:52 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-16T09:19:52.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:52 smithi177 systemd[1]: Stopped Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:19:52.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:52 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.x.service: Consumed 29.930s CPU time. 2024-09-16T09:19:52.963 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:52 smithi177 systemd[1]: Starting Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:19:53.345 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:53 smithi177 ceph-mon[27209]: 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-16T09:19:53.345 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:53 smithi177 podman[71343]: 2024-09-16 09:19:52.944687548 +0000 UTC m=+0.015958604 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:19:53.345 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:53 smithi177 podman[71343]: 2024-09-16 09:19:53.067003092 +0000 UTC m=+0.138274147 container create a305bb290b101ae308eccba5ecb44e8e586b9fc32539a1de49e36dcce325e85f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:19:53.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:53 smithi003 ceph-mon[23697]: 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-16T09:19:53.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:53 smithi003 ceph-mon[34229]: 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-16T09:19:53.712 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:53 smithi177 podman[71343]: 2024-09-16 09:19:53.344634187 +0000 UTC m=+0.415905240 container init a305bb290b101ae308eccba5ecb44e8e586b9fc32539a1de49e36dcce325e85f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, 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, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-16T09:19:53.713 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:53 smithi177 podman[71343]: 2024-09-16 09:19:53.347484698 +0000 UTC m=+0.418755751 container start a305bb290b101ae308eccba5ecb44e8e586b9fc32539a1de49e36dcce325e85f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=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.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:19:53.713 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:53 smithi177 ceph-mgr[71362]: -- 172.21.15.177:0/1557323838 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55b949ed30e0 con 0x55b949eb0800 2024-09-16T09:19:53.713 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:53 smithi177 bash[71343]: a305bb290b101ae308eccba5ecb44e8e586b9fc32539a1de49e36dcce325e85f 2024-09-16T09:19:53.713 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:53 smithi177 systemd[1]: Started Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:19:54.812 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:54 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:54.812 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:54 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:54.812 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:54 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:54.813 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:54 smithi003 ceph-mon[34229]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 1 op/s 2024-09-16T09:19:54.813 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:54 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:54.813 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:54 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:54.813 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:54 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:54.813 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:54 smithi003 ceph-mon[23697]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 1 op/s 2024-09-16T09:19:54.849 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:54 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:54.850 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:54 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:54.850 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:54 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:19:54.850 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:54 smithi177 ceph-mon[27209]: pgmap v13: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 1 op/s 2024-09-16T09:19:55.425 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:19:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:19:55] "GET /metrics HTTP/1.1" 200 38233 "" "Prometheus/2.43.0" 2024-09-16T09:19:57.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:57 smithi003 ceph-mon[34229]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-16T09:19:57.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:57 smithi003 ceph-mon[23697]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-16T09:19:57.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:57 smithi177 ceph-mon[27209]: pgmap v14: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-09-16T09:19:58.857 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.858 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.858 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.858 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.858 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.858 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.858 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-mon[27209]: 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-16T09:19:58.858 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[71358]: [16/Sep/2024:09:19:58] ENGINE Bus STARTING 2024-09-16T09:19:58.858 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[71358]: CherryPy Checker: 2024-09-16T09:19:58.858 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[71358]: The Application mounted at '' has an empty config. 2024-09-16T09:19:58.859 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[71358]: 2024-09-16T09:19:58.859 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[71358]: [16/Sep/2024:09:19:58] ENGINE Serving on http://:::9283 2024-09-16T09:19:58.859 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:19:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x[71358]: [16/Sep/2024:09:19:58] ENGINE Bus STARTED 2024-09-16T09:19:58.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[34229]: 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-16T09:19:58.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:19:58.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:58 smithi003 ceph-mon[23697]: 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-16T09:19:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[23697]: Standby manager daemon x restarted 2024-09-16T09:19:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[23697]: Standby manager daemon x started 2024-09-16T09:19:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:19:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:19:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:19:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[23697]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:19:59.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[34229]: Standby manager daemon x restarted 2024-09-16T09:19:59.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[34229]: Standby manager daemon x started 2024-09-16T09:19:59.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:19:59.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:19:59.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:19:59.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:19:59 smithi003 ceph-mon[34229]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:19:59.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:59 smithi177 ceph-mon[27209]: Standby manager daemon x restarted 2024-09-16T09:19:59.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:59 smithi177 ceph-mon[27209]: Standby manager daemon x started 2024-09-16T09:19:59.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:59 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-16T09:19:59.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:59 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-16T09:19:59.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:59 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-16T09:19:59.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:19:59 smithi177 ceph-mon[27209]: from='mgr.? 172.21.15.177:0/3952151173' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-16T09:20:00.685 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:00 smithi177 ceph-mon[27209]: mgrmap e44: y(active, since 25s), standbys: x 2024-09-16T09:20:00.685 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:00 smithi177 ceph-mon[27209]: overall HEALTH_OK 2024-09-16T09:20:00.685 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:00 smithi177 ceph-mon[27209]: 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-16T09:20:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:00 smithi003 ceph-mon[23697]: mgrmap e44: y(active, since 25s), standbys: x 2024-09-16T09:20:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:00 smithi003 ceph-mon[23697]: overall HEALTH_OK 2024-09-16T09:20:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:00 smithi003 ceph-mon[23697]: 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-16T09:20:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:00 smithi003 ceph-mon[34229]: mgrmap e44: y(active, since 25s), standbys: x 2024-09-16T09:20:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:00 smithi003 ceph-mon[34229]: overall HEALTH_OK 2024-09-16T09:20:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:00 smithi003 ceph-mon[34229]: 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-16T09:20:02.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:20:02.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:20:02.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all mgr 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all crash 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all mds 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all nfs 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all mgr 2024-09-16T09:20:02.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all crash 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all mds 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all nfs 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:20:02.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:02 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:20:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:20:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:20:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: Upgrade: Setting container_image for all mgr 2024-09-16T09:20:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: Upgrade: Setting container_image for all crash 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: Upgrade: Setting container_image for all mds 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:20:02.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: Upgrade: Setting container_image for all nfs 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:20:02.465 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:02 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:03.395 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:03 smithi003 systemd[1]: Stopping Ceph node-exporter.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:20:03.396 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:03 smithi003 ceph-mon[23697]: 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-16T09:20:03.396 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:03 smithi003 ceph-mon[34229]: 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-16T09:20:03.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:03 smithi177 ceph-mon[27209]: 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-16T09:20:03.675 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:03 smithi003 podman[92978]: 2024-09-16 09:20:03.394290394 +0000 UTC m=+0.116377215 container died 21935400ccf9224849f19cf3946caffd325e2123441781e3ca4b7530e98ac2bf (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:04.026 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:03 smithi003 podman[92978]: 2024-09-16 09:20:03.783188682 +0000 UTC m=+0.505275569 container cleanup 21935400ccf9224849f19cf3946caffd325e2123441781e3ca4b7530e98ac2bf (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:04.026 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:03 smithi003 bash[92978]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a 2024-09-16T09:20:04.380 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:04 smithi003 ceph-mon[23697]: Upgrade: Updating node-exporter.a (1/2) 2024-09-16T09:20:04.380 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:04 smithi003 ceph-mon[23697]: Deploying daemon node-exporter.a on smithi003 2024-09-16T09:20:04.381 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:04 smithi003 ceph-mon[34229]: Upgrade: Updating node-exporter.a (1/2) 2024-09-16T09:20:04.381 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:04 smithi003 ceph-mon[34229]: Deploying daemon node-exporter.a on smithi003 2024-09-16T09:20:04.381 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 podman[92991]: 2024-09-16 09:20:04.025937335 +0000 UTC m=+0.634959108 container remove 21935400ccf9224849f19cf3946caffd325e2123441781e3ca4b7530e98ac2bf (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:04.381 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-16T09:20:04.381 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-16T09:20:04.381 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 systemd[1]: Stopped Ceph node-exporter.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:20:04.381 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.a.service: Consumed 3.847s CPU time. 2024-09-16T09:20:04.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:04 smithi177 ceph-mon[27209]: Upgrade: Updating node-exporter.a (1/2) 2024-09-16T09:20:04.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:04 smithi177 ceph-mon[27209]: Deploying daemon node-exporter.a on smithi003 2024-09-16T09:20:04.675 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 systemd[1]: Starting Ceph node-exporter.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:20:04.724 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 bash[93117]: Trying to pull quay.io/prometheus/node-exporter:v1.7.0... 2024-09-16T09:20:05.175 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:05 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:05 smithi003 ceph-mon[23697]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:20:05.176 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 bash[93117]: Getting image source signatures 2024-09-16T09:20:05.176 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 bash[93117]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-09-16T09:20:05.176 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 bash[93117]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-09-16T09:20:05.176 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:04 smithi003 bash[93117]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-09-16T09:20:05.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:05 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:05.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:05 smithi003 ceph-mon[34229]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:20:05.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:05 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:05.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:05 smithi177 ceph-mon[27209]: pgmap v18: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:20:05.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:20:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:20:05] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-16T09:20:06.356 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 bash[93117]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-09-16T09:20:06.356 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:06.357 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:06.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:06 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:06.675 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 bash[93117]: Writing manifest to image destination 2024-09-16T09:20:06.884 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:20:06.949 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 podman[93117]: 2024-09-16 09:20:06.62890524 +0000 UTC m=+2.153015630 image pull 72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e quay.io/prometheus/node-exporter:v1.7.0 2024-09-16T09:20:06.950 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 podman[93117]: 2024-09-16 09:20:06.743263107 +0000 UTC m=+2.267373494 container create 9eafff84fdf719c19ca4140b6b2450a140884059ead1e3a8801d16d84e76e39c (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:06.950 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 podman[93117]: 2024-09-16 09:20:06.945392853 +0000 UTC m=+2.469503250 container init 9eafff84fdf719c19ca4140b6b2450a140884059ead1e3a8801d16d84e76e39c (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:07.221 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:07 smithi003 ceph-mon[23697]: 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-16T09:20:07.225 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:07 smithi003 ceph-mon[34229]: 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-16T09:20:07.225 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 podman[93117]: 2024-09-16 09:20:06.949270241 +0000 UTC m=+2.473380629 container start 9eafff84fdf719c19ca4140b6b2450a140884059ead1e3a8801d16d84e76e39c (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:07.225 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.953Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-09-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.953Z 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-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.953Z 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-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.953Z 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-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z 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-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=arp 2024-09-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-16T09:20:07.226 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=edac 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-16T09:20:07.227 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=os 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=stat 2024-09-16T09:20:07.228 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=time 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=uname 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a[93213]: ts=2024-09-16T09:20:06.954Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-16T09:20:07.229 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:07 smithi003 bash[93117]: 9eafff84fdf719c19ca4140b6b2450a140884059ead1e3a8801d16d84e76e39c 2024-09-16T09:20:07.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:07 smithi177 ceph-mon[27209]: 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-16T09:20:07.462 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:20:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=cleanup t=2024-09-16T09:20:07.115669528Z level=info msg="Completed cleanup jobs" duration=3.104514ms 2024-09-16T09:20:07.484 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:20:07 smithi003 systemd[1]: Started Ceph node-exporter.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (19m) 9s ago 20m - - 0.25.0 c8568f914cd2 58d549b6cf0c 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (20m) 9s ago 20m 80.5M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (23s) 9s ago 19m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (14s) 9s ago 24m 65.4M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (9m) 9s ago 25m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (25m) 9s ago 26m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (24m) 9s ago 24m 57.9M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (24m) 9s ago 24m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 starting - - - - 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (19m) 9s ago 19m 16.7M - 1.5.0 0da6a335fe13 5c4173a9984d 2024-09-16T09:20:07.489 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (24m) 9s ago 24m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:20:07.490 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (23m) 9s ago 23m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:20:07.490 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (23m) 9s ago 23m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:20:07.490 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (22m) 9s ago 22m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:20:07.490 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (22m) 9s ago 22m 63.5M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:20:07.490 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (21m) 9s ago 21m 51.4M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:20:07.490 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (21m) 9s ago 21m 59.1M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:20:07.490 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (21m) 9s ago 21m 63.1M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:20:07.490 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (19s) 9s ago 20m 35.7M - 2.43.0 a07b618ecd1d 0f66e55f8272 2024-09-16T09:20:07.490 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (19m) 9s ago 19m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:20:07.490 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (19m) 9s ago 19m 91.2M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:20:07.844 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:20:07.844 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:20:07.845 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 13, 2024-09-16T09:20:07.846 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:20:07.846 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:20:07.846 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:20:08.142 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:20:08.142 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:20:08.142 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:20:08.142 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-16T09:20:08.143 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2024-09-16T09:20:08.143 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr" 2024-09-16T09:20:08.143 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2024-09-16T09:20:08.143 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "2/2 daemons upgraded", 2024-09-16T09:20:08.143 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading node-exporter daemons", 2024-09-16T09:20:08.143 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:20:08.143 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:20:08.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:08 smithi003 ceph-mon[23697]: from='client.25373 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:08.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:08 smithi003 ceph-mon[23697]: from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:08.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:08 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:08.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:08 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:08.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:08 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3675213344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:08.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:08 smithi003 ceph-mon[34229]: from='client.25373 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:08.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:08 smithi003 ceph-mon[34229]: from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:08.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:08 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:08.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:08 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:08.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:08 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3675213344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:08.675 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:08 smithi177 ceph-mon[27209]: from='client.25373 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:08.675 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:08 smithi177 ceph-mon[27209]: from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:08.675 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:08 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:08.675 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:08 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:08.675 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:08 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3675213344' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:09.313 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:09 smithi177 systemd[1]: Stopping Ceph node-exporter.b for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:20:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:09 smithi003 ceph-mon[23697]: from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:09 smithi003 ceph-mon[23697]: from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:09 smithi003 ceph-mon[23697]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:20:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:09 smithi003 ceph-mon[34229]: from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:09 smithi003 ceph-mon[34229]: from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:09 smithi003 ceph-mon[34229]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:20:09.705 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:09 smithi177 ceph-mon[27209]: from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:09.705 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:09 smithi177 ceph-mon[27209]: from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:09.705 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:09 smithi177 ceph-mon[27209]: pgmap v20: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:20:09.705 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:09 smithi177 podman[75065]: 2024-09-16 09:20:09.422072338 +0000 UTC m=+0.117084069 container died 5c4173a9984d33d1bd2ef40fa844baa54f808fd69da5915e0fac2565b1f8baf9 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:20:09.962 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:09 smithi177 podman[75065]: 2024-09-16 09:20:09.794689927 +0000 UTC m=+0.489701656 container cleanup 5c4173a9984d33d1bd2ef40fa844baa54f808fd69da5915e0fac2565b1f8baf9 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:20:09.963 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:09 smithi177 bash[75065]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b 2024-09-16T09:20:10.319 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 podman[75077]: 2024-09-16 09:20:10.003844617 +0000 UTC m=+0.585293114 container remove 5c4173a9984d33d1bd2ef40fa844baa54f808fd69da5915e0fac2565b1f8baf9 (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:20:10.319 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-16T09:20:10.319 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-16T09:20:10.319 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 systemd[1]: Stopped Ceph node-exporter.b for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:20:10.319 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.b.service: Consumed 3.448s CPU time. 2024-09-16T09:20:10.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:10 smithi003 ceph-mon[34229]: Upgrade: Updating node-exporter.b (2/2) 2024-09-16T09:20:10.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:10 smithi003 ceph-mon[34229]: Deploying daemon node-exporter.b on smithi177 2024-09-16T09:20:10.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:10 smithi003 ceph-mon[23697]: Upgrade: Updating node-exporter.b (2/2) 2024-09-16T09:20:10.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:10 smithi003 ceph-mon[23697]: Deploying daemon node-exporter.b on smithi177 2024-09-16T09:20:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:10 smithi177 ceph-mon[27209]: Upgrade: Updating node-exporter.b (2/2) 2024-09-16T09:20:10.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:10 smithi177 ceph-mon[27209]: Deploying daemon node-exporter.b on smithi177 2024-09-16T09:20:10.713 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 systemd[1]: Starting Ceph node-exporter.b for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:20:10.713 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 bash[75207]: Trying to pull quay.io/prometheus/node-exporter:v1.7.0... 2024-09-16T09:20:11.212 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 bash[75207]: Getting image source signatures 2024-09-16T09:20:11.212 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 bash[75207]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-09-16T09:20:11.212 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 bash[75207]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-09-16T09:20:11.212 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:10 smithi177 bash[75207]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-09-16T09:20:11.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:11 smithi003 ceph-mon[34229]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:20:11.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:11 smithi003 ceph-mon[23697]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:20:11.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:11 smithi177 ceph-mon[27209]: pgmap v21: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-09-16T09:20:12.712 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:12 smithi177 bash[75207]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-09-16T09:20:12.712 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:12 smithi177 bash[75207]: Writing manifest to image destination 2024-09-16T09:20:13.050 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:12 smithi177 podman[75207]: 2024-09-16 09:20:12.681080642 +0000 UTC m=+2.238339295 image pull 72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e quay.io/prometheus/node-exporter:v1.7.0 2024-09-16T09:20:13.051 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:12 smithi177 podman[75207]: 2024-09-16 09:20:12.787416205 +0000 UTC m=+2.344674898 container create 64c6dc6019d52f6631f61f13c54df741b8b9d9cca9239cd20ddc9b67aa1378c6 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:20:13.326 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 podman[75207]: 2024-09-16 09:20:13.049878796 +0000 UTC m=+2.607137443 container init 64c6dc6019d52f6631f61f13c54df741b8b9d9cca9239cd20ddc9b67aa1378c6 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:20:13.326 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 podman[75207]: 2024-09-16 09:20:13.053710565 +0000 UTC m=+2.610969218 container start 64c6dc6019d52f6631f61f13c54df741b8b9d9cca9239cd20ddc9b67aa1378c6 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:20:13.326 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.058Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-09-16T09:20:13.326 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.058Z 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-16T09:20:13.326 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.058Z 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-16T09:20:13.326 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.058Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z 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-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z 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-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=arp 2024-09-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-16T09:20:13.327 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=edac 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-16T09:20:13.328 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=os 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-16T09:20:13.329 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=stat 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=time 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=uname 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.059Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.060Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b[75281]: ts=2024-09-16T09:20:13.060Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 bash[75207]: 64c6dc6019d52f6631f61f13c54df741b8b9d9cca9239cd20ddc9b67aa1378c6 2024-09-16T09:20:13.330 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:20:13 smithi177 systemd[1]: Started Ceph node-exporter.b for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:20:13.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:13 smithi003 ceph-mon[23697]: 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-16T09:20:13.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:13 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:13.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:13 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:13.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:13 smithi003 ceph-mon[34229]: 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-16T09:20:13.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:13 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:13.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:13 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-mon[27209]: 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-16T09:20:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:13 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:15.609 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:20:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:20:15] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.43.0" 2024-09-16T09:20:15.609 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:15 smithi003 ceph-mon[23697]: 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-16T09:20:15.609 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:15 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:15.609 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:15 smithi003 ceph-mon[34229]: 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-16T09:20:15.609 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:15 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:15 smithi177 ceph-mon[27209]: 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-16T09:20:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:15 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:17.671 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:17 smithi177 ceph-mon[27209]: 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-16T09:20:17.671 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:17 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.672 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:17 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.672 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:17 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.672 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:17 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:17 smithi003 ceph-mon[23697]: 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-16T09:20:17.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:17 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:17 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:17 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:17 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:17 smithi003 ceph-mon[34229]: 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-16T09:20:17.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:17 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:17 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:17 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:17.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:17 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:18 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:18 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:18 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:18 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:18 smithi177 ceph-mon[27209]: 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-16T09:20:18.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:18 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:18 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:18 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:18 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:18 smithi003 ceph-mon[34229]: 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-16T09:20:18.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:18 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:18 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:18 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:18 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:18.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:18 smithi003 ceph-mon[23697]: 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-16T09:20:20.270 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:20 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:20.270 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:20 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:20.447 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:20 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.511 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.512 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.512 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.512 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.512 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.512 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.512 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.512 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:21 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:21.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:20:21.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:20:21.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:20:21.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: pgmap v26: 161 pgs: 161 active+clean; 585 KiB data, 255 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:21.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:20:21.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:21.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:21 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:23.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:23 smithi003 ceph-mon[23697]: 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-16T09:20:23.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:23 smithi003 ceph-mon[23697]: Upgrade: Updating prometheus.a 2024-09-16T09:20:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:23 smithi003 ceph-mon[34229]: 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-16T09:20:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:23 smithi003 ceph-mon[34229]: Upgrade: Updating prometheus.a 2024-09-16T09:20:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:23 smithi177 ceph-mon[27209]: 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-16T09:20:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:23 smithi177 ceph-mon[27209]: Upgrade: Updating prometheus.a 2024-09-16T09:20:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:24 smithi003 ceph-mon[23697]: Deploying daemon prometheus.a on smithi177 2024-09-16T09:20:24.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:24 smithi003 ceph-mon[34229]: Deploying daemon prometheus.a on smithi177 2024-09-16T09:20:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:24 smithi177 ceph-mon[27209]: Deploying daemon prometheus.a on smithi177 2024-09-16T09:20:25.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:20:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:20:25] "GET /metrics HTTP/1.1" 200 38228 "" "Prometheus/2.43.0" 2024-09-16T09:20:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:25 smithi003 ceph-mon[23697]: 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-16T09:20:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:25 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:25 smithi003 ceph-mon[34229]: 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-16T09:20:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:25 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:25 smithi177 ceph-mon[27209]: 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-16T09:20:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:25 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:27.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:27 smithi003 ceph-mon[23697]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:27.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:27 smithi003 ceph-mon[34229]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:27 smithi177 ceph-mon[27209]: pgmap v29: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:29 smithi003 ceph-mon[23697]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:29.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:29 smithi003 ceph-mon[34229]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:29 smithi177 ceph-mon[27209]: pgmap v30: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:31.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:31 smithi177 ceph-mon[27209]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s 2024-09-16T09:20:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:31 smithi003 ceph-mon[23697]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s 2024-09-16T09:20:31.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:31 smithi003 ceph-mon[34229]: pgmap v31: 161 pgs: 161 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 92 op/s 2024-09-16T09:20:33.391 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-mon[27209]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-16T09:20:33.392 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 systemd[1]: Stopping Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:20:33.648 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.637Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.637Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.637Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.637Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.637Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.637Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.637Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.637Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.637Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.638Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.638Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[70944]: ts=2024-09-16T09:20:33.638Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-16T09:20:33.649 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:33 smithi177 podman[78984]: 2024-09-16 09:20:33.64745048 +0000 UTC m=+0.112746631 container died 0f66e55f8272aec2f4c7cb63cba3199ef4fc06cbf688a4da5fe2031fac2e879e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:33.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:33 smithi003 ceph-mon[23697]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-16T09:20:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:33 smithi003 ceph-mon[34229]: pgmap v32: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-16T09:20:34.212 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:34 smithi177 podman[78984]: 2024-09-16 09:20:34.029302102 +0000 UTC m=+0.494598249 container cleanup 0f66e55f8272aec2f4c7cb63cba3199ef4fc06cbf688a4da5fe2031fac2e879e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:34.212 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:34 smithi177 bash[78984]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a 2024-09-16T09:20:34.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:34 smithi177 podman[78996]: 2024-09-16 09:20:34.296951065 +0000 UTC m=+0.646974059 container remove 0f66e55f8272aec2f4c7cb63cba3199ef4fc06cbf688a4da5fe2031fac2e879e (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:34.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:34 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-16T09:20:34.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:34 smithi177 systemd[1]: Stopped Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:20:34.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:34 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service: Consumed 1.143s CPU time. 2024-09-16T09:20:35.105 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:34 smithi177 systemd[1]: Starting Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:20:35.106 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:34 smithi177 podman[79125]: 2024-09-16 09:20:34.888126582 +0000 UTC m=+0.017078790 image pull 1d3b7f56885b6dd623f1785be963aa9c195f86bc256ea454e8d02a7980b79c53 quay.io/prometheus/prometheus:v2.51.0 2024-09-16T09:20:35.106 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 podman[79125]: 2024-09-16 09:20:35.0062693 +0000 UTC m=+0.135221557 container create 1dc86d8163ee07244441691ac95312f4e9e9ba335ed8693517b0be4c50eafc41 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-mon[27209]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-16T09:20:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:35.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:35.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 podman[79125]: 2024-09-16 09:20:35.199686713 +0000 UTC m=+0.328638909 container init 1dc86d8163ee07244441691ac95312f4e9e9ba335ed8693517b0be4c50eafc41 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:35.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 podman[79125]: 2024-09-16 09:20:35.202999681 +0000 UTC m=+0.331951877 container start 1dc86d8163ee07244441691ac95312f4e9e9ba335ed8693517b0be4c50eafc41 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:35.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.221Z caller=main.go:617 level=info msg="Starting Prometheus Server" mode=server version="(version=2.51.0, branch=HEAD, revision=c05c15512acb675e3f6cd662a6727854e93fc024)" 2024-09-16T09:20:35.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.221Z 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-16T09:20:35.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.221Z caller=main.go:623 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi177 (none))" 2024-09-16T09:20:35.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.221Z caller=main.go:624 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-16T09:20:35.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.221Z caller=main.go:625 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-16T09:20:35.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.223Z caller=web.go:568 level=info component=web msg="Start listening for connections" address=:9095 2024-09-16T09:20:35.463 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.223Z caller=main.go:1129 level=info msg="Starting TSDB ..." 2024-09-16T09:20:35.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.226Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-16T09:20:35.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.226Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-16T09:20:35.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.227Z caller=head.go:616 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-16T09:20:35.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.227Z caller=head.go:698 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=177.177µs 2024-09-16T09:20:35.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.227Z caller=head.go:706 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-16T09:20:35.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.229Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=6 2024-09-16T09:20:35.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.237Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=6 2024-09-16T09:20:35.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.240Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=6 2024-09-16T09:20:35.464 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.242Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=6 2024-09-16T09:20:35.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.243Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=4 maxSegment=6 2024-09-16T09:20:35.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.246Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=5 maxSegment=6 2024-09-16T09:20:35.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.247Z caller=head.go:778 level=info component=tsdb msg="WAL segment loaded" segment=6 maxSegment=6 2024-09-16T09:20:35.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.247Z caller=head.go:815 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=31.731µs wal_replay_duration=19.285397ms wbl_replay_duration=121ns total_replay_duration=19.513106ms 2024-09-16T09:20:35.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.249Z caller=main.go:1150 level=info fs_type=XFS_SUPER_MAGIC 2024-09-16T09:20:35.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.249Z caller=main.go:1153 level=info msg="TSDB started" 2024-09-16T09:20:35.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.249Z caller=main.go:1335 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-16T09:20:35.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.264Z caller=main.go:1372 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=15.521226ms db_storage=845ns remote_storage=1.213µs web_handler=470ns query_engine=1.117µs scrape=508.145µs scrape_sd=114.085µs notify=9.549µs notify_sd=11.357µs rules=14.52221ms tracing=8.511µs 2024-09-16T09:20:35.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.264Z caller=main.go:1114 level=info msg="Server is ready to receive web requests." 2024-09-16T09:20:35.465 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:20:35.264Z caller=manager.go:163 level=info component="rule manager" msg="Starting rule manager..." 2024-09-16T09:20:35.466 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 bash[79125]: 1dc86d8163ee07244441691ac95312f4e9e9ba335ed8693517b0be4c50eafc41 2024-09-16T09:20:35.466 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:20:35 smithi177 systemd[1]: Started Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:20:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:35 smithi003 ceph-mon[23697]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-16T09:20:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:35 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:35 smithi003 ceph-mon[34229]: pgmap v33: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-16T09:20:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:35 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:36.590 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:36 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:36.590 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:36 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:36.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:36 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:36.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:36 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:36.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:36 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:36.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:36 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:37.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:37 smithi003 ceph-mon[23697]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-16T09:20:37.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:37 smithi003 ceph-mon[34229]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-16T09:20:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:37 smithi177 ceph-mon[27209]: pgmap v34: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 120 op/s 2024-09-16T09:20:38.467 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:20:39.054 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:20:39.054 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (19m) 22s ago 20m - - 0.25.0 c8568f914cd2 58d549b6cf0c 2024-09-16T09:20:39.055 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (20m) 21s ago 20m 78.7M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:20:39.055 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (55s) 22s ago 20m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:20:39.055 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (46s) 21s ago 24m 452M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:20:39.055 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (9m) 22s ago 26m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:20:39.055 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (26m) 22s ago 26m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:20:39.055 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (25m) 21s ago 25m 55.9M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:20:39.055 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (25m) 22s ago 25m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:20:39.055 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (32s) 22s ago 20m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:20:39.055 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (26s) 21s ago 20m 3225k - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (24m) 22s ago 24m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (24m) 22s ago 24m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (23m) 22s ago 23m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (23m) 22s ago 23m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (22m) 21s ago 22m 63.5M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (22m) 21s ago 22m 51.5M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (22m) 21s ago 22m 59.1M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (21m) 21s ago 21m 63.1M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 starting - - - - 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (20m) 22s ago 20m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:20:39.056 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (20m) 21s ago 20m 92.0M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:20:39.410 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:20:39.411 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:20:39.412 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:20:39.412 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:20:39.412 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 13, 2024-09-16T09:20:39.412 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:20:39.412 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:20:39.412 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:20:39.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:39 smithi003 ceph-mon[34229]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:39.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:39 smithi003 ceph-mon[23697]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr" 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "2/2 daemons upgraded", 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading prometheus daemons", 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:20:39.711 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:20:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:39 smithi177 ceph-mon[27209]: pgmap v35: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:40.668 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:40 smithi177 ceph-mon[27209]: from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:40.669 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:40 smithi177 ceph-mon[27209]: from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:40.669 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:40 smithi177 ceph-mon[27209]: from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:40.669 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:40 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/235605890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:40.669 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:40 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.669 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:40 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.669 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:40 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.669 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:40 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[23697]: from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[23697]: from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[23697]: from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/235605890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[34229]: from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[34229]: from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[34229]: from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/235605890' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:40 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:41.531 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:41 smithi177 ceph-mon[27209]: from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:41.532 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:41 smithi177 ceph-mon[27209]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:41 smithi003 ceph-mon[23697]: from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:41 smithi003 ceph-mon[23697]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:41.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:41 smithi003 ceph-mon[34229]: from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:20:41.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:41 smithi003 ceph-mon[34229]: pgmap v36: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 60 op/s 2024-09-16T09:20:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:43 smithi003 ceph-mon[23697]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-16T09:20:43.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:43 smithi003 ceph-mon[34229]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-16T09:20:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:43 smithi177 ceph-mon[27209]: pgmap v37: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 28 op/s 2024-09-16T09:20:45.530 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:20:45] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.51.0" 2024-09-16T09:20:45.530 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:45.530 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:45.530 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:45.530 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:45.530 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.531 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.532 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:45 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: pgmap v38: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:20:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:20:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:20:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:20:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:45.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:45 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:20:46.616 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:46 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:20:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:46 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:20:46.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:46 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T09:20:47.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:47 smithi003 ceph-mon[23697]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:47.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:47 smithi003 ceph-mon[23697]: Upgrade: Updating alertmanager.a 2024-09-16T09:20:47.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:47 smithi003 ceph-mon[23697]: Deploying daemon alertmanager.a on smithi003 2024-09-16T09:20:47.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:47 smithi003 ceph-mon[34229]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:47.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:47 smithi003 ceph-mon[34229]: Upgrade: Updating alertmanager.a 2024-09-16T09:20:47.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:47 smithi003 ceph-mon[34229]: Deploying daemon alertmanager.a on smithi003 2024-09-16T09:20:47.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:47 smithi177 ceph-mon[27209]: pgmap v39: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:47.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:47 smithi177 ceph-mon[27209]: Upgrade: Updating alertmanager.a 2024-09-16T09:20:47.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:47 smithi177 ceph-mon[27209]: Deploying daemon alertmanager.a on smithi003 2024-09-16T09:20:49.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:49 smithi003 ceph-mon[23697]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:49.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:49 smithi003 ceph-mon[34229]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:49 smithi177 ceph-mon[27209]: pgmap v40: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:50.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:50 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:50 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:50 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:20:51.551 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:51 smithi003 ceph-mon[23697]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:51.551 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:51 smithi003 ceph-mon[34229]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:51.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:51 smithi177 ceph-mon[27209]: pgmap v41: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:53.630 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:53 smithi003 ceph-mon[23697]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:53.630 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:53 smithi003 ceph-mon[34229]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:53 smithi177 ceph-mon[27209]: pgmap v42: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:54.222 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:53 smithi003 systemd[1]: Stopping Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:20:54.561 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:54 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[73478]: ts=2024-09-16T09:20:54.239Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-16T09:20:54.561 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:54 smithi003 podman[97156]: 2024-09-16 09:20:54.280534221 +0000 UTC m=+0.198136369 container died 58d549b6cf0cbfb10481cc98ec93ff770fe914b343a5503ec5bfc253521cfeb2 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:54.922 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:54 smithi003 podman[97156]: 2024-09-16 09:20:54.667000801 +0000 UTC m=+0.584602944 container cleanup 58d549b6cf0cbfb10481cc98ec93ff770fe914b343a5503ec5bfc253521cfeb2 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:54.923 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:54 smithi003 bash[97156]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a 2024-09-16T09:20:55.175 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:54 smithi003 podman[97169]: 2024-09-16 09:20:54.922064559 +0000 UTC m=+0.640129235 container remove 58d549b6cf0cbfb10481cc98ec93ff770fe914b343a5503ec5bfc253521cfeb2 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:55.176 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:55 smithi003 podman[97169]: 2024-09-16 09:20:55.022646629 +0000 UTC m=+0.740711266 volume remove 171725364be38e47d24beccc6fcc07d52e80a115b0fbb5a67943272303456d1c 2024-09-16T09:20:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:55 smithi003 ceph-mon[23697]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:55 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:55.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:20:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:20:55] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.51.0" 2024-09-16T09:20:55.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:55 smithi003 ceph-mon[34229]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:55.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:55 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:55.677 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:55 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-16T09:20:55.677 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:55 smithi003 systemd[1]: Stopped Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:20:55.677 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:55 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@alertmanager.a.service: Consumed 1.896s CPU time. 2024-09-16T09:20:55.677 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:55 smithi003 systemd[1]: Starting Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:20:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:55 smithi177 ceph-mon[27209]: pgmap v43: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:55 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:20:55.973 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:55 smithi003 podman[97292]: 2024-09-16 09:20:55.5904457 +0000 UTC m=+0.016827871 image pull 11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5 quay.io/prometheus/alertmanager:v0.27.0 2024-09-16T09:20:55.973 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:55 smithi003 podman[97292]: 2024-09-16 09:20:55.707323593 +0000 UTC m=+0.133705793 volume create 40a6b3824b05b745999cee8eb1bed1c38b9a41b0dcfc678651fd3ce78c518f44 2024-09-16T09:20:55.973 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:55 smithi003 podman[97292]: 2024-09-16 09:20:55.790957936 +0000 UTC m=+0.217340094 container create 70bf01782547c3be939ada5c4aff6ed85578907c9b5d9a1c5357a715606faf06 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:56.263 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 podman[97292]: 2024-09-16 09:20:56.08528819 +0000 UTC m=+0.511670349 container init 70bf01782547c3be939ada5c4aff6ed85578907c9b5d9a1c5357a715606faf06 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:56.263 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 podman[97292]: 2024-09-16 09:20:56.088126428 +0000 UTC m=+0.514508587 container start 70bf01782547c3be939ada5c4aff6ed85578907c9b5d9a1c5357a715606faf06 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:20:56.264 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:20:56.098Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-16T09:20:56.264 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:20:56.098Z 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-16T09:20:56.264 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:20:56.099Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.3 port=9094 2024-09-16T09:20:56.264 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:20:56.100Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-16T09:20:56.264 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:20:56.122Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-16T09:20:56.264 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:20:56.123Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-16T09:20:56.264 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:20:56.124Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-16T09:20:56.264 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:20:56.124Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-16T09:20:56.264 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 bash[97292]: 70bf01782547c3be939ada5c4aff6ed85578907c9b5d9a1c5357a715606faf06 2024-09-16T09:20:56.675 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:56 smithi003 systemd[1]: Started Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:20:57.575 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:57 smithi003 ceph-mon[23697]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:57.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:57 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:57.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:57 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:57.576 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:57 smithi003 ceph-mon[34229]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:57.576 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:57 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:57.576 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:57 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:57.677 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:57 smithi177 ceph-mon[27209]: pgmap v44: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:20:57.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:57 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:57.678 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:57 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:20:58.426 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:20:58 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:20:58.100Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000259491s 2024-09-16T09:20:59.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:20:59 smithi003 ceph-mon[23697]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:59.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:20:59 smithi003 ceph-mon[34229]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:20:59.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:20:59 smithi177 ceph-mon[27209]: pgmap v45: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:01.532 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[34229]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:01.532 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[23697]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.533 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.534 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:01 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:01 smithi177 ceph-mon[27209]: pgmap v46: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:01.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:01 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:01 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:01 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:01 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:01 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:01.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:01 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:03.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:03 smithi003 ceph-mon[23697]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:03.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:03 smithi003 ceph-mon[34229]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:03.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:03 smithi177 ceph-mon[27209]: pgmap v47: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:04.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:04.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:04.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:04.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:04.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:04.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:21:04.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:21:04.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:21:04.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:04.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:04.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:04 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:05.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:05.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:05.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:05.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:05.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: pgmap v48: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:05.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:04 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:05.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:21:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:21:05] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.51.0" 2024-09-16T09:21:06.105 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:05 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:06.106 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:05 smithi003 ceph-mon[34229]: Upgrade: Updating grafana.a 2024-09-16T09:21:06.106 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:05 smithi003 ceph-mon[34229]: Deploying daemon grafana.a on smithi177 2024-09-16T09:21:06.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:05 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:06.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:05 smithi003 ceph-mon[23697]: Upgrade: Updating grafana.a 2024-09-16T09:21:06.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:05 smithi003 ceph-mon[23697]: Deploying daemon grafana.a on smithi177 2024-09-16T09:21:06.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:05 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:05 smithi177 ceph-mon[27209]: Upgrade: Updating grafana.a 2024-09-16T09:21:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:05 smithi177 ceph-mon[27209]: Deploying daemon grafana.a on smithi177 2024-09-16T09:21:06.428 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:21:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:21:06.104Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.004531436s 2024-09-16T09:21:07.191 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:06 smithi003 ceph-mon[23697]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:07.192 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:06 smithi003 ceph-mon[34229]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:06 smithi177 ceph-mon[27209]: pgmap v49: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:09 smithi003 ceph-mon[23697]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:09 smithi003 ceph-mon[34229]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:09.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:09 smithi177 ceph-mon[27209]: pgmap v50: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:10.035 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:21:10.618 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:21:10.618 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (15s) 10s ago 21m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:21:10.618 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (21m) 10s ago 21m 78.5M - 9.4.12 2bacad6d85d8 54f4a2fef800 2024-09-16T09:21:10.618 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (87s) 10s ago 20m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:21:10.618 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (77s) 10s ago 25m 452M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:21:10.618 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (10m) 10s ago 26m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:21:10.618 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (27m) 10s ago 27m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:21:10.618 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (25m) 10s ago 25m 54.0M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:21:10.618 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (25m) 10s ago 25m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:21:10.618 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (63s) 10s ago 20m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (57s) 10s ago 20m 11.4M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (25m) 10s ago 25m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (24m) 10s ago 24m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (24m) 10s ago 24m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (23m) 10s ago 23m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (23m) 10s ago 23m 65.7M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (23m) 10s ago 23m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (22m) 10s ago 22m 60.4M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (22m) 10s ago 22m 63.6M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (35s) 10s ago 21m 35.4M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:21:10.619 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (20m) 10s ago 20m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:21:10.620 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (20m) 10s ago 20m 92.0M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:21:10.972 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:21:10.972 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:21:10.972 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3 2024-09-16T09:21:10.972 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:21:10.972 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:21:10.972 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:21:10.972 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:21:10.972 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:21:10.972 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:21:10.973 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:21:10.973 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:21:10.973 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:21:10.973 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:21:10.973 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:21:10.973 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 13, 2024-09-16T09:21:10.973 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:21:10.973 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:21:10.973 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:21:11.272 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:21:11.273 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:21:11.273 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:21:11.273 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) mgr", 2024-09-16T09:21:11.273 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2024-09-16T09:21:11.273 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr" 2024-09-16T09:21:11.273 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2024-09-16T09:21:11.273 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "2/2 daemons upgraded", 2024-09-16T09:21:11.273 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading grafana daemons", 2024-09-16T09:21:11.273 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:21:11.273 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:21:11.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:11 smithi003 ceph-mon[23697]: from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:11.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:11 smithi003 ceph-mon[23697]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:11.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:11 smithi003 ceph-mon[23697]: from='client.25439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:11.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:11 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/744807158' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:11.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:11 smithi003 ceph-mon[34229]: from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:11.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:11 smithi003 ceph-mon[34229]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:11.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:11 smithi003 ceph-mon[34229]: from='client.25439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:11.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:11 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/744807158' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:11.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:11 smithi177 ceph-mon[27209]: from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:11.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:11 smithi177 ceph-mon[27209]: pgmap v51: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:11.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:11 smithi177 ceph-mon[27209]: from='client.25439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:11.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:11 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/744807158' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:12.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:12 smithi003 ceph-mon[23697]: from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:12.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:12 smithi003 ceph-mon[23697]: from='client.25457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:12.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:12 smithi003 ceph-mon[34229]: from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:12.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:12 smithi003 ceph-mon[34229]: from='client.25457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:12.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:12 smithi177 ceph-mon[27209]: from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:12.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:12 smithi177 ceph-mon[27209]: from='client.25457 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:13.514 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:13 smithi177 ceph-mon[27209]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:13.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:13 smithi003 ceph-mon[23697]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:13.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:13 smithi003 ceph-mon[34229]: pgmap v52: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:15.547 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:15 smithi177 ceph-mon[27209]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:15.547 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:15 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:15.593 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:21:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:21:15] "GET /metrics HTTP/1.1" 200 38221 "" "Prometheus/2.51.0" 2024-09-16T09:21:15.593 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:15 smithi003 ceph-mon[34229]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:15.593 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:15 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:15.593 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:15 smithi003 ceph-mon[23697]: pgmap v53: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:15.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:15 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:15.841 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:15 smithi177 systemd[1]: Stopping Ceph grafana.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:21:16.143 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=server t=2024-09-16T09:21:15.840727004Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-09-16T09:21:16.143 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=ticker t=2024-09-16T09:21:15.841000006Z level=info msg=stopped last_tick=2024-09-16T09:21:10Z 2024-09-16T09:21:16.143 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:15 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[55658]: logger=tracing t=2024-09-16T09:21:15.841047324Z level=info msg="Closing tracing" 2024-09-16T09:21:16.143 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:15 smithi177 podman[83635]: 2024-09-16 09:21:15.851039752 +0000 UTC m=+0.160070975 container died 54f4a2fef800ecdd075c4ea7bd289fdd3afa63bcd1c6a92e3e9b6ba89af8ceed (image=quay.io/ceph/grafana:9.4.12, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:21:16.462 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:16 smithi177 podman[83635]: 2024-09-16 09:21:16.2320702 +0000 UTC m=+0.541101421 container cleanup 54f4a2fef800ecdd075c4ea7bd289fdd3afa63bcd1c6a92e3e9b6ba89af8ceed (image=quay.io/ceph/grafana:9.4.12, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:21:16.462 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:16 smithi177 bash[83635]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a 2024-09-16T09:21:16.818 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:16 smithi177 podman[83647]: 2024-09-16 09:21:16.474982575 +0000 UTC m=+0.622784817 container remove 54f4a2fef800ecdd075c4ea7bd289fdd3afa63bcd1c6a92e3e9b6ba89af8ceed (image=quay.io/ceph/grafana:9.4.12, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:21:16.818 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:16 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@grafana.a.service: Deactivated successfully. 2024-09-16T09:21:16.818 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:16 smithi177 systemd[1]: Stopped Ceph grafana.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:21:16.818 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:16 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@grafana.a.service: Consumed 17.012s CPU time. 2024-09-16T09:21:17.176 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:16 smithi177 systemd[1]: Starting Ceph grafana.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:21:17.176 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 podman[83776]: 2024-09-16 09:21:16.928612081 +0000 UTC m=+0.016621558 image pull c8b91775d855b99270fc5d22f3c6737e8cca01ef4c25c8b0362295e0746fa39b quay.io/ceph/grafana:10.4.0 2024-09-16T09:21:17.176 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 podman[83776]: 2024-09-16 09:21:17.042407165 +0000 UTC m=+0.130416642 container create 90624a3b5514ce5a28850cd4c1b8fac4a884ec04ea4f71f492afd5e0b194b620 (image=quay.io/ceph/grafana:10.4.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:21:17.430 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-mon[27209]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:17.430 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 podman[83776]: 2024-09-16 09:21:17.286585759 +0000 UTC m=+0.374595236 container init 90624a3b5514ce5a28850cd4c1b8fac4a884ec04ea4f71f492afd5e0b194b620 (image=quay.io/ceph/grafana:10.4.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:21:17.430 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 podman[83776]: 2024-09-16 09:21:17.289457441 +0000 UTC m=+0.377466919 container start 90624a3b5514ce5a28850cd4c1b8fac4a884ec04ea4f71f492afd5e0b194b620 (image=quay.io/ceph/grafana:10.4.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:21:17.430 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 bash[83776]: 90624a3b5514ce5a28850cd4c1b8fac4a884ec04ea4f71f492afd5e0b194b620 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 systemd[1]: Started Ceph grafana.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412495412Z level=info msg="Starting Grafana" version=10.4.0 commit=03f502a94d17f7dc4e6c34acdf8428aedd986e4c branch=HEAD compiled=2024-09-16T09:21:17Z 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412861656Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412872396Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412877444Z level=info msg="Config overridden from command line" arg="default.paths.data=/var/lib/grafana" 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412881781Z level=info msg="Config overridden from command line" arg="default.paths.logs=/var/log/grafana" 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412885854Z level=info msg="Config overridden from command line" arg="default.paths.plugins=/var/lib/grafana/plugins" 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412890082Z level=info msg="Config overridden from command line" arg="default.paths.provisioning=/etc/grafana/provisioning" 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412894111Z level=info msg="Config overridden from command line" arg="default.log.mode=console" 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412898809Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412908233Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412913092Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-16T09:21:17.431 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412917425Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412921985Z level=info msg=Target target=[all] 2024-09-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412931248Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412936272Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412940491Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412944473Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.41294865Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=settings t=2024-09-16T09:21:17.412952568Z level=info msg="App mode production" 2024-09-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=sqlstore t=2024-09-16T09:21:17.413345702Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=sqlstore t=2024-09-16T09:21:17.413381472Z 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-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.414104733Z level=info msg="Starting DB migrations" 2024-09-16T09:21:17.432 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.429443903Z level=info msg="Executing migration" id="Add uid column to user" 2024-09-16T09:21:17.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:17 smithi003 ceph-mon[23697]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:17.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:17 smithi003 ceph-mon[34229]: pgmap v54: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:17.680 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.436444824Z level=info msg="Migration successfully executed" id="Add uid column to user" duration=6.998873ms 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.436851393Z level=info msg="Executing migration" id="Update uid column values for users" 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.436995086Z level=info msg="Migration successfully executed" id="Update uid column values for users" duration=145.027µs 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.437405569Z level=info msg="Executing migration" id="Add unique index user_uid" 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.438146151Z level=info msg="Migration successfully executed" id="Add unique index user_uid" duration=740.479µs 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.44020401Z level=info msg="Executing migration" id="Add playlist column created_at" 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.446557071Z level=info msg="Migration successfully executed" id="Add playlist column created_at" duration=6.351954ms 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.447189994Z level=info msg="Executing migration" id="Add playlist column updated_at" 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.452546172Z level=info msg="Migration successfully executed" id="Add playlist column updated_at" duration=5.35553ms 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.453080793Z level=info msg="Executing migration" id="Add column uid in team" 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.45815711Z level=info msg="Migration successfully executed" id="Add column uid in team" duration=5.075675ms 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.458531473Z level=info msg="Executing migration" id="Update uid column values in team" 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.458660959Z level=info msg="Migration successfully executed" id="Update uid column values in team" duration=129.59µs 2024-09-16T09:21:17.681 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.46106753Z level=info msg="Executing migration" id="Add unique index team_org_id_uid" 2024-09-16T09:21:17.682 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.462061212Z level=info msg="Migration successfully executed" id="Add unique index team_org_id_uid" duration=993.374µs 2024-09-16T09:21:17.682 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.462514165Z level=info msg="Executing migration" id="add index user_auth_token.revoked_at" 2024-09-16T09:21:17.682 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.463236959Z level=info msg="Migration successfully executed" id="add index user_auth_token.revoked_at" duration=722.082µs 2024-09-16T09:21:17.682 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.465325661Z level=info msg="Executing migration" id="add result_fingerprint column to alert_instance" 2024-09-16T09:21:17.683 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.47076485Z level=info msg="Migration successfully executed" id="add result_fingerprint column to alert_instance" duration=5.438872ms 2024-09-16T09:21:17.683 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.471220162Z level=info msg="Executing migration" id="add last_applied column to alert_configuration_history" 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.476222603Z level=info msg="Migration successfully executed" id="add last_applied column to alert_configuration_history" duration=5.00151ms 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.476604432Z level=info msg="Executing migration" id="alter library_element model to mediumtext" 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.476654247Z level=info msg="Migration successfully executed" id="alter library_element model to mediumtext" duration=49.559µs 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.477128926Z level=info msg="Executing migration" id="permission kind migration" 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.482164515Z level=info msg="Migration successfully executed" id="permission kind migration" duration=5.034632ms 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.482559571Z level=info msg="Executing migration" id="permission attribute migration" 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.487713308Z level=info msg="Migration successfully executed" id="permission attribute migration" duration=5.153713ms 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.488091536Z level=info msg="Executing migration" id="permission identifier migration" 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.493598575Z level=info msg="Migration successfully executed" id="permission identifier migration" duration=5.506183ms 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.494004303Z level=info msg="Executing migration" id="add permission identifier index" 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.494883281Z level=info msg="Migration successfully executed" id="add permission identifier index" duration=878.743µs 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.495279908Z level=info msg="Executing migration" id="add permission action scope role_id index" 2024-09-16T09:21:17.684 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.496202599Z level=info msg="Migration successfully executed" id="add permission action scope role_id index" duration=922.366µs 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.497939875Z level=info msg="Executing migration" id="remove permission role_id action scope index" 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.498652186Z level=info msg="Migration successfully executed" id="remove permission role_id action scope index" duration=712.39µs 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.500667556Z level=info msg="Executing migration" id="rbac disabled migrator" 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.500692607Z level=info msg="Migration successfully executed" id="rbac disabled migrator" duration=25.719µs 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.503248355Z level=info msg="Executing migration" id="drop index IDX_correlation_uid - v1" 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.503951535Z level=info msg="Migration successfully executed" id="drop index IDX_correlation_uid - v1" duration=702.664µs 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.505801015Z level=info msg="Executing migration" id="drop index IDX_correlation_source_uid - v1" 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.506513436Z level=info msg="Migration successfully executed" id="drop index IDX_correlation_source_uid - v1" duration=712.283µs 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.508340988Z level=info msg="Executing migration" id="Rename table correlation to correlation_tmp_qwerty - v1" 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.523695572Z level=info msg="Migration successfully executed" id="Rename table correlation to correlation_tmp_qwerty - v1" duration=15.351825ms 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.524203816Z level=info msg="Executing migration" id="create correlation v2" 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.524955828Z level=info msg="Migration successfully executed" id="create correlation v2" duration=751.845µs 2024-09-16T09:21:17.685 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.526749766Z level=info msg="Executing migration" id="create index IDX_correlation_uid - v2" 2024-09-16T09:21:17.686 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.527474034Z level=info msg="Migration successfully executed" id="create index IDX_correlation_uid - v2" duration=724.221µs 2024-09-16T09:21:17.686 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.527821544Z level=info msg="Executing migration" id="create index IDX_correlation_source_uid - v2" 2024-09-16T09:21:17.686 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.5285188Z level=info msg="Migration successfully executed" id="create index IDX_correlation_source_uid - v2" duration=697.162µs 2024-09-16T09:21:17.686 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.530361898Z level=info msg="Executing migration" id="create index IDX_correlation_org_id - v2" 2024-09-16T09:21:17.686 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.531067203Z level=info msg="Migration successfully executed" id="create index IDX_correlation_org_id - v2" duration=705.27µs 2024-09-16T09:21:17.686 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.532972561Z level=info msg="Executing migration" id="copy correlation v1 to v2" 2024-09-16T09:21:17.686 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.533156457Z level=info msg="Migration successfully executed" id="copy correlation v1 to v2" duration=183.796µs 2024-09-16T09:21:17.686 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.535602242Z level=info msg="Executing migration" id="drop correlation_tmp_qwerty" 2024-09-16T09:21:17.686 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.536213717Z level=info msg="Migration successfully executed" id="drop correlation_tmp_qwerty" duration=611.334µs 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.53660836Z level=info msg="Executing migration" id="add provisioning column" 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.541838198Z level=info msg="Migration successfully executed" id="add provisioning column" duration=5.230828ms 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.542275407Z level=info msg="Executing migration" id="backfill empty share column fields with default of public" 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.542421335Z level=info msg="Migration successfully executed" id="backfill empty share column fields with default of public" duration=145.586µs 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.544823235Z level=info msg="Executing migration" id="migrate contents column to mediumblob for MySQL" 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.544874057Z level=info msg="Migration successfully executed" id="migrate contents column to mediumblob for MySQL" duration=50.555µs 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.547378026Z level=info msg="Executing migration" id="add origin column to seed_assignment" 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.552983193Z level=info msg="Migration successfully executed" id="add origin column to seed_assignment" duration=5.604202ms 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.553346054Z level=info msg="Executing migration" id="add origin to plugin seed_assignment" 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.553549033Z level=info msg="Migration successfully executed" id="add origin to plugin seed_assignment" duration=203.083µs 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.554166777Z level=info msg="Executing migration" id="prevent seeding OnCall access" 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.554290815Z level=info msg="Migration successfully executed" id="prevent seeding OnCall access" duration=123.914µs 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.554977699Z level=info msg="Executing migration" id="managed folder permissions library panel actions migration" 2024-09-16T09:21:17.687 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.555470823Z level=info msg="Migration successfully executed" id="managed folder permissions library panel actions migration" duration=492.306µs 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.555873414Z level=info msg="Executing migration" id="Remove unique index for folder.title and folder.parent_uid" 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.556559875Z level=info msg="Migration successfully executed" id="Remove unique index for folder.title and folder.parent_uid" duration=685.637µs 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.556900643Z level=info msg="Executing migration" id="Add unique index for title, parent_uid, and org_id" 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.557668659Z level=info msg="Migration successfully executed" id="Add unique index for title, parent_uid, and org_id" duration=769.232µs 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.558018902Z level=info msg="Executing migration" id="Sync dashboard and folder table" 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.558339904Z level=info msg="Migration successfully executed" id="Sync dashboard and folder table" duration=320.785µs 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.55881433Z level=info msg="Executing migration" id="Remove ghost folders from the folder table" 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.559013037Z level=info msg="Migration successfully executed" id="Remove ghost folders from the folder table" duration=198.632µs 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.559573526Z level=info msg="Executing migration" id="Remove unique index UQE_folder_uid_org_id" 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.56027568Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_uid_org_id" duration=702.155µs 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.560664678Z level=info msg="Executing migration" id="Add unique index UQE_folder_org_id_uid" 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.561370759Z level=info msg="Migration successfully executed" id="Add unique index UQE_folder_org_id_uid" duration=705.963µs 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.561753882Z level=info msg="Executing migration" id="Remove unique index UQE_folder_title_parent_uid_org_id" 2024-09-16T09:21:17.688 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.562443358Z level=info msg="Migration successfully executed" id="Remove unique index UQE_folder_title_parent_uid_org_id" duration=689.278µs 2024-09-16T09:21:17.689 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.562827587Z level=info msg="Executing migration" id="Add unique index UQE_folder_org_id_parent_uid_title" 2024-09-16T09:21:17.689 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.563533149Z level=info msg="Migration successfully executed" id="Add unique index UQE_folder_org_id_parent_uid_title" duration=705.472µs 2024-09-16T09:21:17.689 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.563925332Z level=info msg="Executing migration" id="Remove index IDX_folder_parent_uid_org_id" 2024-09-16T09:21:17.689 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.564594929Z level=info msg="Migration successfully executed" id="Remove index IDX_folder_parent_uid_org_id" duration=669.401µs 2024-09-16T09:21:17.689 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.564981011Z level=info msg="Executing migration" id="create anon_device table" 2024-09-16T09:21:17.689 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.565549526Z level=info msg="Migration successfully executed" id="create anon_device table" duration=568.28µs 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.565944471Z level=info msg="Executing migration" id="add unique index anon_device.device_id" 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.566633983Z level=info msg="Migration successfully executed" id="add unique index anon_device.device_id" duration=688.143µs 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.567016411Z level=info msg="Executing migration" id="add index anon_device.updated_at" 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.567698089Z level=info msg="Migration successfully executed" id="add index anon_device.updated_at" duration=681.707µs 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.568089617Z level=info msg="Executing migration" id="create signing_key table" 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.568659041Z level=info msg="Migration successfully executed" id="create signing_key table" duration=569.192µs 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.5690642Z level=info msg="Executing migration" id="add unique index signing_key.key_id" 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.569742217Z level=info msg="Migration successfully executed" id="add unique index signing_key.key_id" duration=677.774µs 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.570131953Z level=info msg="Executing migration" id="set legacy alert migration status in kvstore" 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.570779382Z level=info msg="Migration successfully executed" id="set legacy alert migration status in kvstore" duration=647.922µs 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.571164058Z level=info msg="Executing migration" id="migrate record of created folders during legacy migration to kvstore" 2024-09-16T09:21:17.690 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.571649157Z level=info msg="Migration successfully executed" id="migrate record of created folders during legacy migration to kvstore" duration=485.743µs 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.572039317Z level=info msg="Executing migration" id="Add folder_uid for dashboard" 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.577416414Z level=info msg="Migration successfully executed" id="Add folder_uid for dashboard" duration=5.376347ms 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.577783252Z level=info msg="Executing migration" id="Populate dashboard folder_uid column" 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.578313268Z level=info msg="Migration successfully executed" id="Populate dashboard folder_uid column" duration=528.464µs 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.57870939Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_folder_uid_title" 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.579568736Z level=info msg="Migration successfully executed" id="Add unique index for dashboard_org_id_folder_uid_title" duration=859.064µs 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.579938667Z level=info msg="Executing migration" id="Delete unique index for dashboard_org_id_folder_id_title" 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.580624665Z level=info msg="Migration successfully executed" id="Delete unique index for dashboard_org_id_folder_id_title" duration=685.717µs 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.580967191Z level=info msg="Executing migration" id="Delete unique index for dashboard_org_id_folder_uid_title" 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.581652758Z level=info msg="Migration successfully executed" id="Delete unique index for dashboard_org_id_folder_uid_title" duration=685.487µs 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.58202698Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_folder_uid_title_is_folder" 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.582862253Z level=info msg="Migration successfully executed" id="Add unique index for dashboard_org_id_folder_uid_title_is_folder" duration=835.266µs 2024-09-16T09:21:17.691 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.583473555Z level=info msg="Executing migration" id="Restore index for dashboard_org_id_folder_id_title" 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.584265298Z level=info msg="Migration successfully executed" id="Restore index for dashboard_org_id_folder_id_title" duration=791.052µs 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.584655304Z level=info msg="Executing migration" id="create sso_setting table" 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.585424782Z level=info msg="Migration successfully executed" id="create sso_setting table" duration=769.317µs 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.585840854Z level=info msg="Executing migration" id="copy kvstore migration status to each org" 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.586475072Z level=info msg="Migration successfully executed" id="copy kvstore migration status to each org" duration=633.816µs 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.586801486Z level=info msg="Executing migration" id="add back entry for orgid=0 migrated status" 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.587203243Z level=info msg="Migration successfully executed" id="add back entry for orgid=0 migrated status" duration=403.382µs 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.587625851Z level=info msg="Executing migration" id="alter kv_store.value to longtext" 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.587674078Z level=info msg="Migration successfully executed" id="alter kv_store.value to longtext" duration=47.867µs 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.588469663Z level=info msg="Executing migration" id="add notification_settings column to alert_rule table" 2024-09-16T09:21:17.692 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.593850446Z level=info msg="Migration successfully executed" id="add notification_settings column to alert_rule table" duration=5.380262ms 2024-09-16T09:21:17.693 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.594230114Z level=info msg="Executing migration" id="add notification_settings column to alert_rule_version table" 2024-09-16T09:21:17.693 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.599590325Z level=info msg="Migration successfully executed" id="add notification_settings column to alert_rule_version table" duration=5.359967ms 2024-09-16T09:21:17.693 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.599982968Z level=info msg="Executing migration" id="removing scope from alert.instances:read action migration" 2024-09-16T09:21:17.693 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.600204014Z level=info msg="Migration successfully executed" id="removing scope from alert.instances:read action migration" duration=220.917µs 2024-09-16T09:21:17.693 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=migrator t=2024-09-16T09:21:17.600734684Z level=info msg="migrations completed" performed=65 skipped=482 duration=171.342935ms 2024-09-16T09:21:17.693 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=sqlstore t=2024-09-16T09:21:17.601415571Z level=info msg="Created default organization" 2024-09-16T09:21:17.693 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=secrets t=2024-09-16T09:21:17.606032005Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-16T09:21:17.693 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=plugin.store t=2024-09-16T09:21:17.620969423Z level=info msg="Loading plugins..." 2024-09-16T09:21:17.693 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=local.finder t=2024-09-16T09:21:17.666479067Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled 2024-09-16T09:21:17.694 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=plugin.store t=2024-09-16T09:21:17.66650498Z level=info msg="Plugins loaded" count=55 duration=45.536067ms 2024-09-16T09:21:17.694 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=query_data t=2024-09-16T09:21:17.668682702Z level=info msg="Query Service initialization" 2024-09-16T09:21:17.694 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=live.push_http t=2024-09-16T09:21:17.671106907Z level=info msg="Live Push Gateway initialization" 2024-09-16T09:21:17.694 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=ngalert.migration t=2024-09-16T09:21:17.67240827Z level=info msg=Starting 2024-09-16T09:21:17.694 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=ngalert.state.manager t=2024-09-16T09:21:17.678330168Z level=info msg="Running in alternative execution of Error/NoData mode" 2024-09-16T09:21:17.694 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=infra.usagestats.collector t=2024-09-16T09:21:17.679969758Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-16T09:21:17.694 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.datasources t=2024-09-16T09:21:17.682493692Z level=info msg="deleted datasource based on configuration" name=Dashboard1 2024-09-16T09:21:17.694 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.datasources t=2024-09-16T09:21:17.682784401Z level=info msg="inserting datasource from configuration" name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.alerting t=2024-09-16T09:21:17.709749039Z level=info msg="starting to provision alerting" 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.alerting t=2024-09-16T09:21:17.709766585Z level=info msg="finished to provision alerting" 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=grafanaStorageLogger t=2024-09-16T09:21:17.709925979Z level=info msg="Storage starting" 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=ngalert.state.manager t=2024-09-16T09:21:17.709935633Z level=info msg="Warming state cache for startup" 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=http.server t=2024-09-16T09:21:17.712112432Z 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-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=http.server t=2024-09-16T09:21:17.712663929Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=ngalert.multiorg.alertmanager t=2024-09-16T09:21:17.727208327Z level=info msg="Starting MultiOrg Alertmanager" 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard t=2024-09-16T09:21:17.738454626Z level=info msg="starting to provision dashboards" 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=ngalert.state.manager t=2024-09-16T09:21:17.753321992Z level=info msg="State cache has been initialized" states=0 duration=43.414958ms 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=ngalert.scheduler t=2024-09-16T09:21:17.753395008Z level=info msg="Starting scheduler" tickInterval=10s maxAttempts=1 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=ticker t=2024-09-16T09:21:17.753681602Z level=info msg=starting first_tick=2024-09-16T09:21:20Z 2024-09-16T09:21:17.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:17.761771529Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:17.964 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard t=2024-09-16T09:21:17.769469284Z level=info msg="finished to provision dashboards" 2024-09-16T09:21:17.964 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=grafana.update.checker t=2024-09-16T09:21:17.802657489Z level=info msg="Update check succeeded" duration=75.501982ms 2024-09-16T09:21:17.964 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=plugins.update.checker t=2024-09-16T09:21:17.803922588Z level=info msg="Update check succeeded" duration=76.748852ms 2024-09-16T09:21:18.433 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:18 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=grafana-apiserver t=2024-09-16T09:21:18.1045153Z level=info msg="Adding GroupVersion playlist.grafana.app v0alpha1 to ResourceManager" 2024-09-16T09:21:18.433 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:18 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=grafana-apiserver t=2024-09-16T09:21:18.10487928Z level=info msg="Adding GroupVersion featuretoggle.grafana.app v0alpha1 to ResourceManager" 2024-09-16T09:21:18.710 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:18 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:18.710 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:18 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:18.710 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:18 smithi177 ceph-mon[27209]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:18.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:18 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:18.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:18 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:18.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:18 smithi003 ceph-mon[23697]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:18.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:18 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:18.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:18 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:18.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:18 smithi003 ceph-mon[34229]: pgmap v55: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:20 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:21.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:20 smithi003 ceph-mon[23697]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:20 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:20 smithi003 ceph-mon[34229]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:20 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:21.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:20 smithi177 ceph-mon[27209]: pgmap v56: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:21.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:20.783686398Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:22.949 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:22 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:22.950 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:22 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:22.950 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:22 smithi177 ceph-mon[27209]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:22.950 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:22 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:22.950 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:22 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:23.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:22 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:23.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:22 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:23.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:22 smithi003 ceph-mon[23697]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:23.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:22 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:23.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:22 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:23.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:22 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:23.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:22 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:23.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:22 smithi003 ceph-mon[34229]: pgmap v57: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:23.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:22 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:23.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:22 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:23.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:23.778807114Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:25.396 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:25 smithi177 ceph-mon[27209]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:25.396 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:25 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:25.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:21:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:21:25] "GET /metrics HTTP/1.1" 200 38224 "" "Prometheus/2.51.0" 2024-09-16T09:21:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:25 smithi003 ceph-mon[23697]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:25 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:25 smithi003 ceph-mon[34229]: pgmap v58: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:25 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: Upgrade: Finalizing container_image settings 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:21:26.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:21:26.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.680 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: Upgrade: Finalizing container_image settings 2024-09-16T09:21:26.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:21:26.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:21:26.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:21:26.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.681 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.681 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:21:26.681 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:21:26.681 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:21:26.681 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:21:26.682 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:21:26.683 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:21:26.684 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.685 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: Upgrade: Complete! 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:21:26.686 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[23697]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.687 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: Upgrade: Complete! 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:21:26.688 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:26.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:26.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:26.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:26.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.689 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:26 smithi003 ceph-mon[34229]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: Upgrade: Finalizing container_image settings 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:21:26.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:21:26.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:21:26.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: Upgrade: Complete! 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:26.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-mon[27209]: pgmap v59: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:27.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:26.77458597Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:29 smithi003 ceph-mon[23697]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:29.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:29 smithi003 ceph-mon[34229]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:29 smithi177 ceph-mon[27209]: pgmap v60: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:30.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:29.786509123Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:31.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:31 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:31.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:31 smithi003 ceph-mon[34229]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:31.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:31 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:31.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:31 smithi003 ceph-mon[23697]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:31.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:31 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:31.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:31 smithi177 ceph-mon[27209]: pgmap v61: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:33.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:32.779786456Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:33.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:33 smithi003 ceph-mon[23697]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:33 smithi003 ceph-mon[34229]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:33 smithi177 ceph-mon[27209]: pgmap v62: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:21:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:21:35] "GET /metrics HTTP/1.1" 200 38219 "" "Prometheus/2.51.0" 2024-09-16T09:21:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:35 smithi003 ceph-mon[23697]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:35 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:35 smithi003 ceph-mon[34229]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:35 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:35 smithi177 ceph-mon[27209]: pgmap v63: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:35 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:35 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:36.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:35.775401623Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:37.679 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:37 smithi003 ceph-mon[23697]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:37.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:37 smithi003 ceph-mon[34229]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:37 smithi177 ceph-mon[27209]: pgmap v64: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:39.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:38.774001494Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:39.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:39 smithi003 ceph-mon[23697]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:39.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:39 smithi003 ceph-mon[34229]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:39 smithi177 ceph-mon[27209]: pgmap v65: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:41.596 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:41 smithi003 ceph-mon[23697]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:41.597 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:41 smithi003 ceph-mon[34229]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:41 smithi177 ceph-mon[27209]: pgmap v66: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:42.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:41.774432781Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:42.270 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-16T09:21:42.534 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:21:43.243 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:21:43.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:43 smithi003 ceph-mon[23697]: from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:43.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:43 smithi003 ceph-mon[23697]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:43.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:43 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/603518492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:43.497 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:43 smithi003 ceph-mon[34229]: from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:43.497 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:43 smithi003 ceph-mon[34229]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:43.498 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:43 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/603518492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:43 smithi177 ceph-mon[27209]: from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:43 smithi177 ceph-mon[27209]: pgmap v67: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:43.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:43 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/603518492' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:43.831 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.mgr | keys'"'"' | grep $sha1' 2024-09-16T09:21:44.100 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:21:44.822 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)" 2024-09-16T09:21:45.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:44.777475096Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:45.363 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 2'"'"'' 2024-09-16T09:21:45.619 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:21:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:45 smithi003 ceph-mon[23697]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:45 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:45 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2782246688' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:45.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:21:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:21:45] "GET /metrics HTTP/1.1" 200 38219 "" "Prometheus/2.51.0" 2024-09-16T09:21:45.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:45 smithi003 ceph-mon[34229]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:45.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:45 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:45.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:45 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2782246688' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:45 smithi177 ceph-mon[27209]: pgmap v68: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:45 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:45 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2782246688' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:46.303 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:21:46.959 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 2'"'"'' 2024-09-16T09:21:47.219 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:21:47.552 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:47 smithi003 ceph-mon[34229]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:47.552 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:47 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1329107906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:47.552 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:47 smithi003 ceph-mon[23697]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:47.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:47 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1329107906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:47.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:47 smithi177 ceph-mon[27209]: pgmap v69: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:47.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:47 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/1329107906' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:48.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:47.788570168Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:49.078 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:21:49.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:49 smithi003 ceph-mon[23697]: from='client.25487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:49.663 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:49 smithi003 ceph-mon[23697]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:49.663 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:49 smithi003 ceph-mon[34229]: from='client.25487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:49.663 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:49 smithi003 ceph-mon[34229]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:49.693 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:49 smithi177 ceph-mon[27209]: from='client.25487 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:49.694 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:49 smithi177 ceph-mon[27209]: pgmap v70: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:49.696 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade status' 2024-09-16T09:21:49.955 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:21:50.374 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:50 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:50.374 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:50 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:50.587 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:21:50.587 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": null, 2024-09-16T09:21:50.587 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": false, 2024-09-16T09:21:50.587 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "", 2024-09-16T09:21:50.587 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:21:50.587 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": null, 2024-09-16T09:21:50.587 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2024-09-16T09:21:50.587 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:21:50.587 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:21:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:50 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:21:51.184 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph health detail' 2024-09-16T09:21:51.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:50.777333833Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:51.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:51 smithi003 ceph-mon[23697]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:51.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:51 smithi003 ceph-mon[34229]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:51.443 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:21:51.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:51 smithi177 ceph-mon[27209]: pgmap v71: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:52.158 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2024-09-16T09:21:52.425 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:52 smithi003 ceph-mon[34229]: from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:52.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:52 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3958231754' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:21:52.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:52 smithi003 ceph-mon[23697]: from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:52.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:52 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3958231754' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:21:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:52 smithi177 ceph-mon[27209]: from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:52 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/3958231754' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:21:52.730 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:21:52.984 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:21:53.379 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:53 smithi003 ceph-mon[23697]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:53.380 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:53 smithi003 ceph-mon[34229]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:53 smithi177 ceph-mon[27209]: pgmap v72: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:54.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:53.785160763Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:55.150 INFO:teuthology.orchestra.run.smithi003.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:21:55.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:21:55] "GET /metrics HTTP/1.1" 200 38231 "" "Prometheus/2.51.0" 2024-09-16T09:21:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[23697]: from='client.25505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[23697]: from='client.25511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "mon", "hosts": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[23697]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[34229]: from='client.25505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[34229]: from='client.25511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "mon", "hosts": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[34229]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:55 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:55 smithi177 ceph-mon[27209]: from='client.25505 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:55 smithi177 ceph-mon[27209]: from='client.25511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "mon", "hosts": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:55 smithi177 ceph-mon[27209]: pgmap v73: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:55 smithi177 ceph-mon[27209]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:21:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:55 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:55 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:55 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:21:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:55 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:55.753 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:21:56.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:56 smithi003 ceph-mon[23697]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:21:56.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:56 smithi003 ceph-mon[23697]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:21:56.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:56 smithi003 ceph-mon[34229]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:21:56.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:56 smithi003 ceph-mon[34229]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:21:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:56 smithi177 ceph-mon[27209]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:21:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:56 smithi177 ceph-mon[27209]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:21:56.930 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:21:57.194 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:56.782248612Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:21:57.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:57 smithi177 ceph-mon[27209]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:57.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:57 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:57.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:57 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:21:57.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:57 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:57.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:57 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:57.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:57 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T09:21:57.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:57 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-16T09:21:57.531 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:21:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[23697]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:21:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T09:21:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-16T09:21:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[34229]: pgmap v74: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:21:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:21:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T09:21:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:57 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-09-16T09:21:58.110 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:21:58.110 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (62s) 57s ago 22m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:21:58.111 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (41s) 36s ago 21m 42.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:21:58.111 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (2m) 57s ago 21m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:21:58.111 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (2m) 36s ago 26m 452M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:21:58.111 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (11m) 57s ago 27m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:21:58.111 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (27m) 57s ago 27m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:21:58.111 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (26m) 36s ago 26m 54.9M 2048M 19.1.1-328-gad35db06 b5388489f99e e0392bd9aaf2 2024-09-16T09:21:58.111 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (26m) 57s ago 26m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (111s) 57s ago 21m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (105s) 36s ago 21m 11.5M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (25m) 57s ago 25m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (25m) 57s ago 25m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (25m) 57s ago 25m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (24m) 57s ago 24m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (24m) 36s ago 24m 65.7M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (23m) 36s ago 23m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (23m) 36s ago 23m 60.4M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (23m) 36s ago 23m 63.6M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:21:58.112 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (83s) 36s ago 22m 36.7M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:21:58.113 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (21m) 57s ago 21m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:21:58.113 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (21m) 36s ago 21m 92.0M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:21:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[23697]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:21:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[23697]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:21:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all mgr 2024-09-16T09:21:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[23697]: Upgrade: It appears safe to stop mon.b 2024-09-16T09:21:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T09:21:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T09:21:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[34229]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:21:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[34229]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:21:58.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all mgr 2024-09-16T09:21:58.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[34229]: Upgrade: It appears safe to stop mon.b 2024-09-16T09:21:58.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:58.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T09:21:58.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T09:21:58.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:58 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:58.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:58 smithi177 ceph-mon[27209]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:21:58.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:58 smithi177 ceph-mon[27209]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:21:58.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:58 smithi177 ceph-mon[27209]: Upgrade: Setting container_image for all mgr 2024-09-16T09:21:58.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:58 smithi177 ceph-mon[27209]: Upgrade: It appears safe to stop mon.b 2024-09-16T09:21:58.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:58 smithi177 ceph-mon[27209]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:21:58.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:58 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T09:21:58.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:58 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T09:21:58.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:58 smithi177 ceph-mon[27209]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:21:58.468 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:21:58.468 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:21:58.468 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3 2024-09-16T09:21:58.468 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:21:58.468 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:21:58.468 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:21:58.468 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:21:58.468 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:21:58.469 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:21:58.469 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:21:58.469 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:21:58.469 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:21:58.469 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:21:58.469 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:21:58.469 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 13, 2024-09-16T09:21:58.469 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:21:58.469 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:21:58.469 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:21:58.772 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:21:58.772 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:21:58.772 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:21:58.772 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi177", 2024-09-16T09:21:58.772 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:21:58.772 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "0/1 daemons upgraded", 2024-09-16T09:21:58.772 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading mon daemons", 2024-09-16T09:21:58.772 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:21:58.772 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:21:59.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:59 smithi177 ceph-mon[27209]: from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:59.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:59 smithi177 ceph-mon[27209]: from='client.25523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:59.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:59 smithi177 ceph-mon[27209]: from='client.25529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:59.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:59 smithi177 ceph-mon[27209]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:59.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:59 smithi177 ceph-mon[27209]: Upgrade: Updating mon.b 2024-09-16T09:21:59.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:59 smithi177 ceph-mon[27209]: Deploying daemon mon.b on smithi177 2024-09-16T09:21:59.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:59 smithi177 ceph-mon[27209]: from='client.? 172.21.15.3:0/2955865915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[23697]: from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[23697]: from='client.25523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[23697]: from='client.25529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[23697]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[23697]: Upgrade: Updating mon.b 2024-09-16T09:21:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[23697]: Deploying daemon mon.b on smithi177 2024-09-16T09:21:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/2955865915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:59.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[34229]: from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:59.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[34229]: from='client.25523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:59.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[34229]: from='client.25529 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:21:59.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[34229]: pgmap v75: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:21:59.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[34229]: Upgrade: Updating mon.b 2024-09-16T09:21:59.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[34229]: Deploying daemon mon.b on smithi177 2024-09-16T09:21:59.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:21:59 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/2955865915' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:21:59.882 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:21:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:21:59.783963828Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:00.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:21:59 smithi177 systemd[1]: Stopping Ceph mon.b for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:22:00.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:00 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b[27205]: 2024-09-16T09:22:00.155+0000 7fa248d8d640 -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-16T09:22:00.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:00 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b[27205]: 2024-09-16T09:22:00.155+0000 7fa248d8d640 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2024-09-16T09:22:00.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:00 smithi177 podman[87600]: 2024-09-16 09:22:00.278414122 +0000 UTC m=+0.234718303 container died e0392bd9aaf2e30e5bc4e3648299c78b20dce8094ffd31c615595e55302a60be (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=squid-ad35db0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-16T09:22:00.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:00 smithi177 podman[87600]: 2024-09-16 09:22:00.691088605 +0000 UTC m=+0.647392777 container cleanup e0392bd9aaf2e30e5bc4e3648299c78b20dce8094ffd31c615595e55302a60be (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b, 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, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=squid-ad35db0, org.label-schema.build-date=20240731) 2024-09-16T09:22:00.926 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:00 smithi177 bash[87600]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b 2024-09-16T09:22:01.181 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:00 smithi177 podman[87611]: 2024-09-16 09:22:00.925938896 +0000 UTC m=+0.650963549 container remove e0392bd9aaf2e30e5bc4e3648299c78b20dce8094ffd31c615595e55302a60be (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, RELEASE=squid-ad35db0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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) 2024-09-16T09:22:01.182 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:01 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.b.service: Deactivated successfully. 2024-09-16T09:22:01.182 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:01 smithi177 systemd[1]: Stopped Ceph mon.b for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:22:01.182 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:01 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.b.service: Consumed 16.225s CPU time. 2024-09-16T09:22:01.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:01 smithi177 systemd[1]: Starting Ceph mon.b for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:22:01.853 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:01 smithi177 podman[87742]: 2024-09-16 09:22:01.473651548 +0000 UTC m=+0.016315864 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:22:01.853 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:01 smithi177 podman[87742]: 2024-09-16 09:22:01.735316684 +0000 UTC m=+0.277980993 container create d7936d00b2e659641be9ad9cc152290ba0ba8d5c0c010c7c3ff123d9925b44df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-16T09:22:02.148 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:01 smithi177 podman[87742]: 2024-09-16 09:22:01.980013933 +0000 UTC m=+0.522678240 container init d7936d00b2e659641be9ad9cc152290ba0ba8d5c0c010c7c3ff123d9925b44df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:22:02.148 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:01 smithi177 podman[87742]: 2024-09-16 09:22:01.983704919 +0000 UTC m=+0.526369226 container start d7936d00b2e659641be9ad9cc152290ba0ba8d5c0c010c7c3ff123d9925b44df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-16T09:22:02.148 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T09:22:02.148 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 2 2024-09-16T09:22:02.148 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: pidfile_write: ignore empty --pid-file 2024-09-16T09:22:02.148 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: load: jerasure load: lrc 2024-09-16T09:22:02.148 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: RocksDB version: 7.9.2 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Git sha 0 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: DB SUMMARY 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: DB Session ID: STGPVX4MZ0A4S11ILGGB 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: CURRENT file: CURRENT 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: MANIFEST file: MANIFEST-000010 size: 3117 Bytes 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 1, files: 000048.sst 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000046.log size: 1096458 ; 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.error_if_exists: 0 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.create_if_missing: 0 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.paranoid_checks: 1 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T09:22:02.149 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T09:22:02.150 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T09:22:02.150 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.env: 0x55ed6f56c120 2024-09-16T09:22:02.150 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T09:22:02.150 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.info_log: 0x55ed70b2b700 2024-09-16T09:22:02.150 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T09:22:02.150 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.statistics: (nil) 2024-09-16T09:22:02.151 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.use_fsync: 0 2024-09-16T09:22:02.151 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_log_file_size: 0 2024-09-16T09:22:02.151 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T09:22:02.151 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T09:22:02.151 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.allow_fallocate: 1 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.use_direct_reads: 0 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.db_log_dir: 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.wal_dir: 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T09:22:02.152 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.write_buffer_manager: 0x55ed70b2fb80 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T09:22:02.153 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.unordered_write: 0 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.row_cache: None 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.wal_filter: None 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.two_write_queues: 0 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.wal_compression: 0 2024-09-16T09:22:02.154 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.atomic_flush: 0 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.log_readahead_size: 0 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_background_jobs: 2 2024-09-16T09:22:02.155 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_background_compactions: -1 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_subcompactions: 1 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_open_files: -1 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T09:22:02.156 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_background_flushes: -1 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Compression algorithms supported: 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: kZSTD supported: 0 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: kXpressCompression supported: 0 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: kBZip2Compression supported: 0 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: kLZ4Compression supported: 1 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: kZlibCompression supported: 1 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: kSnappyCompression supported: 1 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000010 2024-09-16T09:22:02.157 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.merge_operator: 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_filter: None 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ed70b2b320) 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout: cache_index_and_filter_blocks: 1 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout: pin_top_level_index_and_filter: 1 2024-09-16T09:22:02.158 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_type: 0 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: data_block_index_type: 0 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_shortening: 1 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: checksum: 4 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: no_block_cache: 0 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache: 0x55ed70b1f610 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_name: BinnedLRUCache 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_options: 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: capacity : 536870912 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: num_shard_bits : 4 2024-09-16T09:22:02.159 INFO:journalctl@ceph.mon.b.smithi177.stdout: strict_capacity_limit : 0 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: high_pri_pool_ratio: 0.000 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_cache_compressed: (nil) 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: persistent_cache: (nil) 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_size: 4096 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_size_deviation: 10 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_restart_interval: 16 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: index_block_restart_interval: 1 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: metadata_block_size: 4096 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: partition_filters: 0 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: use_delta_encoding: 1 2024-09-16T09:22:02.160 INFO:journalctl@ceph.mon.b.smithi177.stdout: filter_policy: bloomfilter 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout: whole_key_filtering: 1 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout: verify_compression: 0 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout: read_amp_bytes_per_bit: 0 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout: format_version: 5 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout: enable_index_compression: 1 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout: block_align: 0 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout: max_auto_readahead_size: 262144 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout: prepopulate_block_cache: 0 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout: initial_auto_readahead_size: 8192 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compression: NoCompression 2024-09-16T09:22:02.161 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.num_levels: 7 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T09:22:02.162 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T09:22:02.163 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T09:22:02.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T09:22:02.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T09:22:02.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T09:22:02.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T09:22:02.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T09:22:02.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T09:22:02.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T09:22:02.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T09:22:02.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T09:22:02.164 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T09:22:02.165 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.inplace_update_support: 0 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.bloom_locality: 0 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.max_successive_merges: 0 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T09:22:02.166 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T09:22:02.167 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T09:22:02.167 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T09:22:02.167 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.ttl: 2592000 2024-09-16T09:22:02.167 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T09:22:02.167 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T09:22:02.167 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T09:22:02.167 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.enable_blob_files: false 2024-09-16T09:22:02.167 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.min_blob_size: 0 2024-09-16T09:22:02.167 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T09:22:02.167 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T09:22:02.168 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T09:22:02.168 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T09:22:02.168 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T09:22:02.168 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: 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 50, last_sequence is 25180, log_number is 46,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 46 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 46 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 71ad7f11-d107-45d0-a4c7-f8e7b79a0d43 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478522010873, "job": 1, "event": "recovery_started", "wal_files": [46]} 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #46 mode 2 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478522014579, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 51, "file_size": 696485, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 25185, "largest_seqno": 25895, "table_properties": {"data_size": 693000, "index_size": 1613, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 837, "raw_key_size": 8696, "raw_average_key_size": 26, "raw_value_size": 686081, "raw_average_value_size": 2066, "num_data_blocks": 72, "num_entries": 332, "num_filter_entries": 332, "num_deletions": 7, "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": 1726478522, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "71ad7f11-d107-45d0-a4c7-f8e7b79a0d43", "db_session_id": "STGPVX4MZ0A4S11ILGGB", "orig_file_number": 51, "seqno_to_time_mapping": "N/A"}} 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478522014682, "job": 1, "event": "recovery_finished"} 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/version_set.cc:5047] Creating manifest 53 2024-09-16T09:22:02.169 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000046.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ed70b4ee00 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: DB pointer 0x55ed70c50000 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** DB Stats ** 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.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-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.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-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:22:02.170 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** Compaction Stats [default] ** 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.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-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.stdout: L0 1/0 680.16 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 340.1 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.stdout: L6 1/0 10.44 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-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.stdout: Sum 2/0 11.11 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 340.1 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.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 340.1 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** Compaction Stats [default] ** 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.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-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.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 340.1 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-09-16T09:22:02.171 INFO:journalctl@ceph.mon.b.smithi177.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: Flush(GB): cumulative 0.001, interval 0.001 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: Cumulative compaction: 0.00 GB write, 79.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: Interval compaction: 0.00 GB write, 79.67 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.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-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: Block cache BinnedLRUCache@0x55ed70b1f610#2 capacity: 512.00 MB usage: 2.73 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.91 KB,0.000172853%) IndexBlock(1,1.83 KB,0.000348687%) Misc(1,0.00 KB,0%) 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-09-16T09:22:02.172 INFO:journalctl@ceph.mon.b.smithi177.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: starting mon.b rank 1 at public addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] at bind addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: mon.b@-1(???) e3 preinit fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: mon.b@-1(???).mds e1 new map 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: mon.b@-1(???).mds e1 print_map 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout: e1 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout: btime 2024-09-16T08:54:04:514922+0000 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.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-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout: legacy client fscid: -1 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout: 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout: No filesystems configured 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: mon.b@-1(???).osd e109 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: mon.b@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: mon.b@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2024-09-16T09:22:02.173 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: mon.b@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2024-09-16T09:22:02.174 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-mon[87761]: mon.b@-1(???).paxosservice(auth 1..24) refresh upgraded, format 0 -> 3 2024-09-16T09:22:02.174 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 bash[87742]: d7936d00b2e659641be9ad9cc152290ba0ba8d5c0c010c7c3ff123d9925b44df 2024-09-16T09:22:02.174 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:02 smithi177 systemd[1]: Started Ceph mon.b for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:22:03.025 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=infra.usagestats t=2024-09-16T09:22:02.733746558Z level=info msg="Usage stats are ready to report" 2024-09-16T09:22:03.025 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:02.775171562Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: mon.b calling monitor election 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: mon.a calling monitor election 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: monmap epoch 3 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: min_mon_release 19 (squid) 2024-09-16T09:22:03.305 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: election_strategy: 1 2024-09-16T09:22:03.306 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T09:22:03.306 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T09:22:03.306 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T09:22:03.306 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: fsmap 2024-09-16T09:22:03.306 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:22:03.306 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: mgrmap e44: y(active, since 2m), standbys: x 2024-09-16T09:22:03.306 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: overall HEALTH_OK 2024-09-16T09:22:03.306 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:03.306 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:03 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:03.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:03.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: mon.b calling monitor election 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: mon.a calling monitor election 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: monmap epoch 3 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: min_mon_release 19 (squid) 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: election_strategy: 1 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: fsmap 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:22:03.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: mgrmap e44: y(active, since 2m), standbys: x 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: overall HEALTH_OK 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: pgmap v76: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: pgmap v77: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: mon.b calling monitor election 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: mon.a calling monitor election 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: monmap epoch 3 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T09:22:03.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: min_mon_release 19 (squid) 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: election_strategy: 1 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: fsmap 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: mgrmap e44: y(active, since 2m), standbys: x 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: overall HEALTH_OK 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:03.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:03 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:05.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:05 smithi177 ceph-mon[87761]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:05.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:05 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:05.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:05.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:22:05] "GET /metrics HTTP/1.1" 200 38163 "" "Prometheus/2.51.0" 2024-09-16T09:22:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:05 smithi003 ceph-mon[23697]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:05 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:05 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:05.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:05 smithi003 ceph-mon[34229]: pgmap v78: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:05.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:05 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:05 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:06.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:05.784466012Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:07.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:22:07.026+0000 7f069460e640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-16T09:22:07.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-mon[23697]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:07.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-mon[34229]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:07.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:07 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:07 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:07 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:07 smithi177 ceph-mon[87761]: pgmap v79: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:07.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:07 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:07.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:07 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:08.967 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:08.774844693Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:09.375 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:09 smithi177 ceph-mon[87761]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:09 smithi003 ceph-mon[34229]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:09 smithi003 ceph-mon[23697]: pgmap v80: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all crash 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all mds 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all nfs 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all node-exporter 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all prometheus 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all alertmanager 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all grafana 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all loki 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all promtail 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Finalizing container_image settings 2024-09-16T09:22:11.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:22:11.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:22:11.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:22:11.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.181 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:22:11.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:11.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all crash 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all mds 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-16T09:22:11.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all nfs 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all node-exporter 2024-09-16T09:22:11.183 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.184 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.184 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:22:11.184 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:22:11.184 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:22:11.185 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:22:11.185 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:22:11.185 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:22:11.185 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:22:11.185 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:22:11.185 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:22:11.185 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:22:11.185 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:22:11.186 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.187 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: Upgrade: Complete! 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.188 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.189 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[34229]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:11.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all prometheus 2024-09-16T09:22:11.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.189 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all alertmanager 2024-09-16T09:22:11.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all grafana 2024-09-16T09:22:11.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.190 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.191 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all loki 2024-09-16T09:22:11.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all promtail 2024-09-16T09:22:11.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Finalizing container_image settings 2024-09-16T09:22:11.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:22:11.192 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:22:11.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:22:11.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:22:11.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:22:11.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:22:11.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:22:11.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:22:11.193 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:22:11.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:22:11.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:22:11.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:22:11.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:22:11.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:22:11.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:22:11.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:22:11.194 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:22:11.195 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:22:11.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:22:11.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.196 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: Upgrade: Complete! 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:22:11.197 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:11.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:11.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:11.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:11.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.198 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:10 smithi003 ceph-mon[23697]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:11.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all crash 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mds 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all nfs 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all node-exporter 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all prometheus 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all alertmanager 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all grafana 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all loki 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all promtail 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.217 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Finalizing container_image settings 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:22:11.218 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:22:11.219 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.220 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: Upgrade: Complete! 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:11.221 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:11.222 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.222 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:11.222 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:10 smithi177 ceph-mon[87761]: pgmap v81: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:12.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:11.774828317Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:13.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:13 smithi003 ceph-mon[34229]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:13.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:13 smithi003 ceph-mon[23697]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:13 smithi177 ceph-mon[87761]: pgmap v82: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:14.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:14.787359802Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:15.593 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:22:15] "GET /metrics HTTP/1.1" 200 38163 "" "Prometheus/2.51.0" 2024-09-16T09:22:15.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:15 smithi003 ceph-mon[23697]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:15.594 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:15 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:15.594 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:15 smithi003 ceph-mon[34229]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:15.594 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:15 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:15 smithi177 ceph-mon[87761]: pgmap v83: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:15 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:17.534 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:17 smithi177 ceph-mon[87761]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:17.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:17 smithi003 ceph-mon[23697]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:17.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:17 smithi003 ceph-mon[34229]: pgmap v84: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:17.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:17.774276464Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:19.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:19 smithi003 ceph-mon[23697]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:19.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:19 smithi003 ceph-mon[34229]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:19.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:19 smithi177 ceph-mon[87761]: pgmap v85: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:20.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:20 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:20.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:20 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:20.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:21.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:20.776212206Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:21.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:21 smithi003 ceph-mon[23697]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:21.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:21 smithi003 ceph-mon[34229]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:21.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:21 smithi177 ceph-mon[87761]: pgmap v86: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:23.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:23 smithi003 ceph-mon[23697]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:23 smithi003 ceph-mon[34229]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:23 smithi177 ceph-mon[87761]: pgmap v87: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:24.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:23.775530696Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:25 smithi003 ceph-mon[34229]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:25 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:25 smithi003 ceph-mon[23697]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:25 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:25.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:22:25] "GET /metrics HTTP/1.1" 200 38232 "" "Prometheus/2.51.0" 2024-09-16T09:22:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:25 smithi177 ceph-mon[87761]: pgmap v88: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:25 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:27.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:26.782684258Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:27 smithi003 ceph-mon[23697]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:27.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:27 smithi003 ceph-mon[34229]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:27 smithi177 ceph-mon[87761]: pgmap v89: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:29.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:29 smithi003 ceph-mon[23697]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:29.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:29 smithi003 ceph-mon[34229]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:29 smithi177 ceph-mon[87761]: pgmap v90: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:29.732 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:22:29.993 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:22:30.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:29.773544446Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:30.396 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:30 smithi003 ceph-mon[23697]: from='client.25547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:30.397 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:30 smithi003 ceph-mon[34229]: from='client.25547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:30.618 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:22:30.618 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (95s) 90s ago 22m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:22:30.618 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (73s) 24s ago 22m 70.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:22:30.618 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (2m) 90s ago 21m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:22:30.618 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (2m) 24s ago 26m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:22:30.618 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (11m) 90s ago 28m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (28m) 90s ago 28m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (29s) 24s ago 27m 18.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (26m) 90s ago 26m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (2m) 90s ago 22m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (2m) 24s ago 22m 11.0M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (26m) 90s ago 26m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (26m) 90s ago 26m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (25m) 90s ago 25m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (25m) 90s ago 25m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (24m) 24s ago 24m 65.8M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (24m) 24s ago 24m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (23m) 24s ago 23m 60.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (23m) 24s ago 23m 63.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:22:30.619 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (115s) 24s ago 23m 41.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:22:30.620 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (22m) 90s ago 22m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:22:30.620 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (22m) 24s ago 22m 92.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:22:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:30 smithi177 ceph-mon[87761]: from='client.25547 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:31.131 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 2'"'"'' 2024-09-16T09:22:31.399 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:22:31.425 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:31 smithi003 ceph-mon[23697]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:31.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:31 smithi003 ceph-mon[34229]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:31 smithi177 ceph-mon[87761]: pgmap v91: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:32.116 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:22:32.393 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:32 smithi003 ceph-mon[34229]: from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:32.393 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:32 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/1032402559' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:32.393 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:32 smithi003 ceph-mon[23697]: from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:32.393 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:32 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/1032402559' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:32.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:32 smithi177 ceph-mon[87761]: from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:32.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:32 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/1032402559' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:32.739 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade status' 2024-09-16T09:22:32.996 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:22:33.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:32.784631414Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:33.379 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:33 smithi003 ceph-mon[23697]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:33.380 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:33 smithi003 ceph-mon[34229]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:33.676 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:22:33.676 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": null, 2024-09-16T09:22:33.676 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": false, 2024-09-16T09:22:33.677 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "", 2024-09-16T09:22:33.677 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:22:33.677 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": null, 2024-09-16T09:22:33.677 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2024-09-16T09:22:33.677 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:22:33.677 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:22:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:33 smithi177 ceph-mon[87761]: pgmap v92: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:34.402 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph health detail' 2024-09-16T09:22:34.668 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:22:35.386 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2024-09-16T09:22:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:22:35] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.51.0" 2024-09-16T09:22:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:35 smithi003 ceph-mon[23697]: from='client.25565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:35 smithi003 ceph-mon[23697]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:35 smithi003 ceph-mon[23697]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:35 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:35 smithi003 ceph-mon[34229]: from='client.25565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:35 smithi003 ceph-mon[34229]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:35 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:35 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:35 smithi177 ceph-mon[87761]: from='client.25565 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:35 smithi177 ceph-mon[87761]: pgmap v93: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:35 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:36.006 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:22:36.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:35.783689213Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:36.264 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:22:36.660 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:36 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/477920331' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:22:36.660 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:36 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/477920331' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:22:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:36 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/477920331' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2024-09-16T09:22:37.604 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:37 smithi003 ceph-mon[23697]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:37.604 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:37 smithi003 ceph-mon[34229]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:37 smithi177 ceph-mon[87761]: pgmap v94: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:38.551 INFO:teuthology.orchestra.run.smithi003.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:22:38.607 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:38 smithi003 ceph-mon[23697]: from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:38.607 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:38 smithi003 ceph-mon[23697]: from='client.25583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "mon", "hosts": "smithi003", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:38.607 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:38 smithi003 ceph-mon[34229]: from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:38.608 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:38 smithi003 ceph-mon[34229]: from='client.25583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "mon", "hosts": "smithi003", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:38 smithi177 ceph-mon[87761]: from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:38 smithi177 ceph-mon[87761]: from='client.25583 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "mon", "hosts": "smithi003", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:39.183 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:22:39.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:38.778326562Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:39.418 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:39 smithi003 ceph-mon[23697]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:39.418 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:39 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:39.419 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:39 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:39.419 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:39 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:39.419 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:39 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:39.419 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:39 smithi003 ceph-mon[34229]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:39.419 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:39 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:39.419 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:39 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:39.419 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:39 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:39.419 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:39 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:39 smithi177 ceph-mon[87761]: pgmap v95: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:39 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:39.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:39 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:39.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:39 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:39.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:39 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:40.236 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:22:40.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[23697]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:22:40.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[23697]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:22:40.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:40.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:22:40.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:40.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:40.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T09:22:40.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-16T09:22:40.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[34229]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:22:40.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[34229]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:22:40.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:40.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:22:40.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:40.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:40.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T09:22:40.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:40 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-16T09:22:40.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:40 smithi177 ceph-mon[87761]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:22:40.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:40 smithi177 ceph-mon[87761]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:22:40.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:40 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:40.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:40 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:22:40.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:40 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:40.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:40 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:40.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:40 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T09:22:40.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:40 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-09-16T09:22:41.030 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:22:41.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:41 smithi003 ceph-mon[23697]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:22:41.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:41 smithi003 ceph-mon[23697]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:22:41.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:41 smithi003 ceph-mon[23697]: Upgrade: Setting container_image for all mgr 2024-09-16T09:22:41.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:41 smithi003 ceph-mon[23697]: Upgrade: It appears safe to stop mon.a 2024-09-16T09:22:41.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:41 smithi003 ceph-mon[23697]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:41.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:41 smithi003 ceph-mon[34229]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:22:41.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:41 smithi003 ceph-mon[34229]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:22:41.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:41 smithi003 ceph-mon[34229]: Upgrade: Setting container_image for all mgr 2024-09-16T09:22:41.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:41 smithi003 ceph-mon[34229]: Upgrade: It appears safe to stop mon.a 2024-09-16T09:22:41.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:41 smithi003 ceph-mon[34229]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:41.621 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (106s) 101s ago 22m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (84s) 35s ago 22m 70.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (2m) 101s ago 22m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (2m) 35s ago 26m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (11m) 101s ago 28m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (28m) 101s ago 28m - 2048M 19.1.1-328-gad35db06 b5388489f99e 6230a65fc659 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (40s) 35s ago 27m 18.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (27m) 101s ago 27m - 2048M 19.1.1-328-gad35db06 b5388489f99e b018568b3df7 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (2m) 101s ago 22m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (2m) 35s ago 22m 11.0M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (26m) 101s ago 26m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (26m) 101s ago 26m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:22:41.622 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (25m) 101s ago 25m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:22:41.623 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (25m) 101s ago 25m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:22:41.623 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (24m) 35s ago 24m 65.8M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:22:41.623 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (24m) 35s ago 24m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:22:41.623 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (24m) 35s ago 24m 60.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:22:41.623 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (23m) 35s ago 23m 63.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:22:41.623 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (2m) 35s ago 23m 41.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:22:41.623 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (22m) 101s ago 22m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:22:41.623 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (22m) 35s ago 22m 92.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:22:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:41 smithi177 ceph-mon[87761]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:22:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:41 smithi177 ceph-mon[87761]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:22:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:41 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mgr 2024-09-16T09:22:41.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:41 smithi177 ceph-mon[87761]: Upgrade: It appears safe to stop mon.a 2024-09-16T09:22:41.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:41 smithi177 ceph-mon[87761]: pgmap v96: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:41.978 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:22:41.978 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:22:41.978 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2, 2024-09-16T09:22:41.978 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 1 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 12, 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:22:41.979 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:22:41.980 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:22:42.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:41.778674585Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:42.281 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:22:42.281 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:22:42.281 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:22:42.281 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) mon on host(s) smithi003", 2024-09-16T09:22:42.281 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:22:42.281 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "0/2 daemons upgraded", 2024-09-16T09:22:42.282 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading mon daemons", 2024-09-16T09:22:42.282 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:22:42.282 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:22:42.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[23697]: from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:42.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[23697]: from='client.25595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:42.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[23697]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:42.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T09:22:42.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T09:22:42.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[23697]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:42.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[23697]: from='client.? 172.21.15.3:0/3797641628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:42.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[34229]: from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:42.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[34229]: from='client.25595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:42.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:42.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T09:22:42.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T09:22:42.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:42.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:42 smithi003 ceph-mon[34229]: from='client.? 172.21.15.3:0/3797641628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:42.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:42 smithi177 ceph-mon[87761]: from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:42.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:42 smithi177 ceph-mon[87761]: from='client.25595 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:42.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:42 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:42.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:42 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T09:22:42.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:42 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T09:22:42.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:42 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:42.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:42 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/3797641628' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:43.649 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-mon[23697]: from='client.25601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:43.649 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-mon[23697]: Upgrade: Updating mon.a 2024-09-16T09:22:43.649 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-mon[23697]: Deploying daemon mon.a on smithi003 2024-09-16T09:22:43.650 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-mon[23697]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:43.650 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-mon[23697]: from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:43.650 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:43 smithi003 systemd[1]: Stopping Ceph mon.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:22:43.650 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-mon[34229]: from='client.25601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:43.650 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-mon[34229]: Upgrade: Updating mon.a 2024-09-16T09:22:43.650 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-mon[34229]: Deploying daemon mon.a on smithi003 2024-09-16T09:22:43.650 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-mon[34229]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:43.650 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-mon[34229]: from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:43 smithi177 ceph-mon[87761]: from='client.25601 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:43 smithi177 ceph-mon[87761]: Upgrade: Updating mon.a 2024-09-16T09:22:43.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:43 smithi177 ceph-mon[87761]: Deploying daemon mon.a on smithi003 2024-09-16T09:22:43.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:43 smithi177 ceph-mon[87761]: pgmap v97: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:43.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:43 smithi177 ceph-mon[87761]: from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:22:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a[23693]: 2024-09-16T09:22:43.647+0000 7f5324bce640 -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-16T09:22:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a[23693]: 2024-09-16T09:22:43.647+0000 7f5324bce640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-16T09:22:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:43 smithi003 podman[103434]: 2024-09-16 09:22:43.678092574 +0000 UTC m=+0.149582344 container died 6230a65fc65952cedc94d36d7be5d181f27117132ce3a26897532e6eed024be0 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, org.label-schema.vendor=CentOS, RELEASE=squid-ad35db0, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:22:44.311 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:44 smithi003 podman[103434]: 2024-09-16 09:22:44.055448626 +0000 UTC m=+0.526938396 container cleanup 6230a65fc65952cedc94d36d7be5d181f27117132ce3a26897532e6eed024be0 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, RELEASE=squid-ad35db0, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-16T09:22:44.311 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:44 smithi003 bash[103434]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a 2024-09-16T09:22:44.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:44 smithi003 podman[103446]: 2024-09-16 09:22:44.315019295 +0000 UTC m=+0.631158723 container remove 6230a65fc65952cedc94d36d7be5d181f27117132ce3a26897532e6eed024be0 (image=quay.ceph.io/ceph-ci/ceph:squid, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=squid-ad35db0, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-16T09:22:44.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:44 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-16T09:22:44.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:44 smithi003 systemd[1]: Stopped Ceph mon.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:22:44.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:44 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.a.service: Consumed 25.847s CPU time. 2024-09-16T09:22:45.013 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:44 smithi003 systemd[1]: Starting Ceph mon.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:22:45.013 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:44 smithi003 podman[103572]: 2024-09-16 09:22:44.899719176 +0000 UTC m=+0.107658825 container create 79f25ee391dcc27620826a08a53b79da4c7bd03221283d599bc3a88679146abd (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-16T09:22:45.013 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:44 smithi003 podman[103572]: 2024-09-16 09:22:44.808455191 +0000 UTC m=+0.016394852 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:22:45.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:44.774231061Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:45.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 podman[103572]: 2024-09-16 09:22:45.14304038 +0000 UTC m=+0.350980030 container init 79f25ee391dcc27620826a08a53b79da4c7bd03221283d599bc3a88679146abd (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-16T09:22:45.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 podman[103572]: 2024-09-16 09:22:45.147118842 +0000 UTC m=+0.355058492 container start 79f25ee391dcc27620826a08a53b79da4c7bd03221283d599bc3a88679146abd (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-16T09:22:45.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T09:22:45.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 2 2024-09-16T09:22:45.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: pidfile_write: ignore empty --pid-file 2024-09-16T09:22:45.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: load: jerasure load: lrc 2024-09-16T09:22:45.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: RocksDB version: 7.9.2 2024-09-16T09:22:45.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Git sha 0 2024-09-16T09:22:45.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: DB SUMMARY 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: DB Session ID: BMY3FN5OR57WVDOL2380 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: CURRENT file: CURRENT 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: MANIFEST file: MANIFEST-000015 size: 3462 Bytes 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000056.sst 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000054.log size: 544288 ; 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.error_if_exists: 0 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.create_if_missing: 0 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.paranoid_checks: 1 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T09:22:45.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.env: 0x55f82645d120 2024-09-16T09:22:45.324 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T09:22:45.324 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.info_log: 0x55f8276db700 2024-09-16T09:22:45.324 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T09:22:45.324 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.statistics: (nil) 2024-09-16T09:22:45.324 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.use_fsync: 0 2024-09-16T09:22:45.324 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_log_file_size: 0 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.allow_fallocate: 1 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.use_direct_reads: 0 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.db_log_dir: 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.wal_dir: 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T09:22:45.325 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.write_buffer_manager: 0x55f8276dfb80 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T09:22:45.326 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T09:22:45.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T09:22:45.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T09:22:45.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.unordered_write: 0 2024-09-16T09:22:45.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T09:22:45.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T09:22:45.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T09:22:45.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T09:22:45.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.row_cache: None 2024-09-16T09:22:45.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.wal_filter: None 2024-09-16T09:22:45.327 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.two_write_queues: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.wal_compression: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.atomic_flush: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.log_readahead_size: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T09:22:45.328 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T09:22:45.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T09:22:45.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_background_jobs: 2 2024-09-16T09:22:45.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_background_compactions: -1 2024-09-16T09:22:45.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_subcompactions: 1 2024-09-16T09:22:45.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T09:22:45.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T09:22:45.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T09:22:45.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T09:22:45.329 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_open_files: -1 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_background_flushes: -1 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Compression algorithms supported: 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: kZSTD supported: 0 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: kXpressCompression supported: 0 2024-09-16T09:22:45.330 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: kBZip2Compression supported: 0 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: kLZ4Compression supported: 1 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: kZlibCompression supported: 1 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: kSnappyCompression supported: 1 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000015 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.merge_operator: 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_filter: None 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T09:22:45.331 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f8276db320) 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: cache_index_and_filter_blocks: 1 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: pin_top_level_index_and_filter: 1 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: index_type: 0 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: data_block_index_type: 0 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: index_shortening: 1 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: checksum: 4 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: no_block_cache: 0 2024-09-16T09:22:45.332 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache: 0x55f8276cf610 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache_name: BinnedLRUCache 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache_options: 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: capacity : 536870912 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: num_shard_bits : 4 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: strict_capacity_limit : 0 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: high_pri_pool_ratio: 0.000 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_cache_compressed: (nil) 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: persistent_cache: (nil) 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_size: 4096 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_size_deviation: 10 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_restart_interval: 16 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: index_block_restart_interval: 1 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: metadata_block_size: 4096 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: partition_filters: 0 2024-09-16T09:22:45.333 INFO:journalctl@ceph.mon.a.smithi003.stdout: use_delta_encoding: 1 2024-09-16T09:22:45.334 INFO:journalctl@ceph.mon.a.smithi003.stdout: filter_policy: bloomfilter 2024-09-16T09:22:45.334 INFO:journalctl@ceph.mon.a.smithi003.stdout: whole_key_filtering: 1 2024-09-16T09:22:45.334 INFO:journalctl@ceph.mon.a.smithi003.stdout: verify_compression: 0 2024-09-16T09:22:45.334 INFO:journalctl@ceph.mon.a.smithi003.stdout: read_amp_bytes_per_bit: 0 2024-09-16T09:22:45.334 INFO:journalctl@ceph.mon.a.smithi003.stdout: format_version: 5 2024-09-16T09:22:45.334 INFO:journalctl@ceph.mon.a.smithi003.stdout: enable_index_compression: 1 2024-09-16T09:22:45.334 INFO:journalctl@ceph.mon.a.smithi003.stdout: block_align: 0 2024-09-16T09:22:45.334 INFO:journalctl@ceph.mon.a.smithi003.stdout: max_auto_readahead_size: 262144 2024-09-16T09:22:45.334 INFO:journalctl@ceph.mon.a.smithi003.stdout: prepopulate_block_cache: 0 2024-09-16T09:22:45.334 INFO:journalctl@ceph.mon.a.smithi003.stdout: initial_auto_readahead_size: 8192 2024-09-16T09:22:45.335 INFO:journalctl@ceph.mon.a.smithi003.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T09:22:45.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T09:22:45.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T09:22:45.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compression: NoCompression 2024-09-16T09:22:45.335 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.num_levels: 7 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T09:22:45.336 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T09:22:45.337 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T09:22:45.338 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T09:22:45.339 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.inplace_update_support: 0 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.bloom_locality: 0 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.max_successive_merges: 0 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T09:22:45.340 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.ttl: 2592000 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.enable_blob_files: false 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.min_blob_size: 0 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-16T09:22:45.341 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: 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 24466, log_number is 54,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 54 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 54 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fb884bd9-11d8-4957-9842-e129211222fb 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478565175304, "job": 1, "event": "recovery_started", "wal_files": [54]} 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #54 mode 2 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478565178302, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 59, "file_size": 533183, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 24467, "largest_seqno": 25102, "table_properties": {"data_size": 529962, "index_size": 1285, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 901, "raw_key_size": 9325, "raw_average_key_size": 27, "raw_value_size": 523117, "raw_average_value_size": 1516, "num_data_blocks": 58, "num_entries": 345, "num_filter_entries": 345, "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": 1726478565, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fb884bd9-11d8-4957-9842-e129211222fb", "db_session_id": "BMY3FN5OR57WVDOL2380", "orig_file_number": 59, "seqno_to_time_mapping": "N/A"}} 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478565178388, "job": 1, "event": "recovery_finished"} 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/version_set.cc:5047] Creating manifest 61 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: 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-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f8276fee00 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: DB pointer 0x55f827800000 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T09:22:45.342 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** DB Stats ** 2024-09-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.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-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.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-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** Compaction Stats [default] ** 2024-09-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.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-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: L0 1/0 520.69 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 264.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: L6 1/0 9.54 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-16T09:22:45.343 INFO:journalctl@ceph.mon.a.smithi003.stdout: Sum 2/0 10.05 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 264.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.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 264.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** Compaction Stats [default] ** 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.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-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.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 264.4 0.00 0.00 1 0.002 0 0 0.0 0.0 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T09:22:45.344 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout: Cumulative compaction: 0.00 GB write, 95.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout: Interval compaction: 0.00 GB write, 95.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.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-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout: Block cache BinnedLRUCache@0x55f8276cf610#2 capacity: 512.00 MB usage: 2.48 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,1.03 KB,0.000196695%) IndexBlock(1,1.45 KB,0.000277162%) Misc(1,0.00 KB,0%) 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: starting mon.a rank 0 at public addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] at bind addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: mon.a@-1(???) e3 preinit fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: mon.a@-1(???).mds e1 new map 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: mon.a@-1(???).mds e1 print_map 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout: e1 2024-09-16T09:22:45.345 INFO:journalctl@ceph.mon.a.smithi003.stdout: btime 2024-09-16T08:54:04:514922+0000 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.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-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout: legacy client fscid: -1 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout: 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout: No filesystems configured 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: mon.a@-1(???).osd e109 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: mon.a@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: mon.a@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: mon.a@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-mon[103592]: mon.a@-1(???).paxosservice(auth 1..26) refresh upgraded, format 0 -> 3 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 bash[103572]: 79f25ee391dcc27620826a08a53b79da4c7bd03221283d599bc3a88679146abd 2024-09-16T09:22:45.346 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:45 smithi003 systemd[1]: Started Ceph mon.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:22:45.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:22:45] "GET /metrics HTTP/1.1" 200 38229 "" "Prometheus/2.51.0" 2024-09-16T09:22:48.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:47.774274219Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:48.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:48.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:48.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:48.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: mon.a calling monitor election 2024-09-16T09:22:48.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: monmap epoch 3 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: min_mon_release 19 (squid) 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: election_strategy: 1 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: fsmap 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: overall HEALTH_OK 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: from='mgr.15297 ' entity='' 2024-09-16T09:22:48.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[103592]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: mon.a calling monitor election 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: monmap epoch 3 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: min_mon_release 19 (squid) 2024-09-16T09:22:48.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: election_strategy: 1 2024-09-16T09:22:48.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T09:22:48.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T09:22:48.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T09:22:48.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: fsmap 2024-09-16T09:22:48.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:22:48.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-16T09:22:48.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: overall HEALTH_OK 2024-09-16T09:22:48.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='' 2024-09-16T09:22:48.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:48 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:48.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: pgmap v98: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: pgmap v99: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: mon.a calling monitor election 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: monmap epoch 3 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: min_mon_release 19 (squid) 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: election_strategy: 1 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T09:22:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T09:22:48.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T09:22:48.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: fsmap 2024-09-16T09:22:48.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:22:48.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-16T09:22:48.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: overall HEALTH_OK 2024-09-16T09:22:48.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='' 2024-09-16T09:22:48.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:48 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:49.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:49 smithi003 ceph-mon[34229]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:49 smithi003 ceph-mon[103592]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:49 smithi177 ceph-mon[87761]: pgmap v100: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:50.486 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:50.487 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:22:50.189+0000 7f069460e640 -1 mgr.server handle_report got status from non-daemon mon.a 2024-09-16T09:22:50.487 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:50 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-16T09:22:51.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:50.783030007Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:51.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:51 smithi003 ceph-mon[103592]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:51 smithi003 ceph-mon[34229]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:51.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:51 smithi177 ceph-mon[87761]: pgmap v101: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:53.450 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:53 smithi003 ceph-mon[103592]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.451 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:53 smithi003 ceph-mon[103592]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.451 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:53 smithi003 ceph-mon[103592]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:53.451 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:53 smithi003 ceph-mon[103592]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.451 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:53 smithi003 ceph-mon[103592]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.451 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:53 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.451 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:53 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.451 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:53 smithi003 ceph-mon[34229]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:53.451 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:53 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.451 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:53 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:53 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:53 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:53 smithi177 ceph-mon[87761]: pgmap v102: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:53.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:53 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:53.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:53 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:54.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:53.77614576Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:55 smithi003 ceph-mon[103592]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:55 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:55.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:22:55] "GET /metrics HTTP/1.1" 200 38153 "" "Prometheus/2.51.0" 2024-09-16T09:22:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:55 smithi003 ceph-mon[34229]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:55 smithi003 ceph-mon[34229]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:55 smithi177 ceph-mon[87761]: pgmap v103: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:22:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:55 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:22:57.106 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:57.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:57.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:57.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:57.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:57.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:22:57.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:57.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T09:22:57.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-16T09:22:57.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: Upgrade: It appears safe to stop mon.c 2024-09-16T09:22:57.107 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[103592]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: Upgrade: It appears safe to stop mon.c 2024-09-16T09:22:57.108 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:56 smithi003 ceph-mon[34229]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:57.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:56.781313923Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:22:57.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-16T09:22:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-16T09:22:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-16T09:22:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-09-16T09:22:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-09-16T09:22:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: Upgrade: It appears safe to stop mon.c 2024-09-16T09:22:57.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:56 smithi177 ceph-mon[87761]: pgmap v104: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:22:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[103592]: Upgrade: Updating mon.c 2024-09-16T09:22:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[103592]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T09:22:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T09:22:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[103592]: Deploying daemon mon.c on smithi003 2024-09-16T09:22:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[34229]: Upgrade: Updating mon.c 2024-09-16T09:22:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[34229]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:58.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T09:22:58.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T09:22:58.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[34229]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:58.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:58 smithi003 ceph-mon[34229]: Deploying daemon mon.c on smithi003 2024-09-16T09:22:58.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:58 smithi177 ceph-mon[87761]: Upgrade: Updating mon.c 2024-09-16T09:22:58.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:58 smithi177 ceph-mon[87761]: from='mgr.15297 ' entity='mgr.y' 2024-09-16T09:22:58.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:58 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-16T09:22:58.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:58 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-16T09:22:58.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:58 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-16T09:22:58.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:22:58 smithi177 ceph-mon[87761]: Deploying daemon mon.c on smithi003 2024-09-16T09:22:58.836 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:58 smithi003 systemd[1]: Stopping Ceph mon.c for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:22:59.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:22:59] ENGINE Bus STOPPING 2024-09-16T09:22:59.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:22:59] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:22:59.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:22:59] ENGINE Bus STOPPED 2024-09-16T09:22:59.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:22:59] ENGINE Bus STARTING 2024-09-16T09:22:59.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c[34225]: 2024-09-16T09:22:59.114+0000 7f3931903640 -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-16T09:22:59.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c[34225]: 2024-09-16T09:22:59.114+0000 7f3931903640 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2024-09-16T09:22:59.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:59 smithi003 podman[107021]: 2024-09-16 09:22:59.135559539 +0000 UTC m=+0.150273062 container died b018568b3df7321f2f6b97ffe692d45b4aab3bc73fe908bba2ff734610b74c4d (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, RELEASE=squid-ad35db0) 2024-09-16T09:22:59.758 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:22:59] ENGINE Serving on http://:::9283 2024-09-16T09:22:59.758 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:22:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:22:59] ENGINE Bus STARTED 2024-09-16T09:22:59.758 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:59 smithi003 podman[107021]: 2024-09-16 09:22:59.506281798 +0000 UTC m=+0.520995363 container cleanup b018568b3df7321f2f6b97ffe692d45b4aab3bc73fe908bba2ff734610b74c4d (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-ad35db0, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-16T09:22:59.759 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:59 smithi003 bash[107021]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c 2024-09-16T09:23:00.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:59 smithi003 podman[107034]: 2024-09-16 09:22:59.757537054 +0000 UTC m=+0.617251003 container remove b018568b3df7321f2f6b97ffe692d45b4aab3bc73fe908bba2ff734610b74c4d (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, RELEASE=squid-ad35db0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-16T09:23:00.175 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:59 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-16T09:23:00.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:59 smithi003 systemd[1]: Stopped Ceph mon.c for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:23:00.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:22:59 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.c.service: Consumed 14.384s CPU time. 2024-09-16T09:23:00.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 systemd[1]: Starting Ceph mon.c for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:23:00.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:22:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:22:59.778635305Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:00.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 podman[107174]: 2024-09-16 09:23:00.374928467 +0000 UTC m=+0.101364108 container create b6f162dfc8eaad4551e1dc8e6a1959c28b8b6d83172a194d4bdc5e990348d432 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True) 2024-09-16T09:23:00.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 podman[107174]: 2024-09-16 09:23:00.289842586 +0000 UTC m=+0.016278236 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:00.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 podman[107174]: 2024-09-16 09:23:00.602496347 +0000 UTC m=+0.328931987 container init b6f162dfc8eaad4551e1dc8e6a1959c28b8b6d83172a194d4bdc5e990348d432 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 podman[107174]: 2024-09-16 09:23:00.606037287 +0000 UTC m=+0.332472927 container start b6f162dfc8eaad4551e1dc8e6a1959c28b8b6d83172a194d4bdc5e990348d432 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, 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.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True) 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 2 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: pidfile_write: ignore empty --pid-file 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: load: jerasure load: lrc 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: RocksDB version: 7.9.2 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Git sha 0 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: DB SUMMARY 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: DB Session ID: 7T19BRQVORP24X1XKU48 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: CURRENT file: CURRENT 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: MANIFEST file: MANIFEST-000010 size: 3603 Bytes 2024-09-16T09:23:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 1, files: 000054.sst 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000052.log size: 388758 ; 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.error_if_exists: 0 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.create_if_missing: 0 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.paranoid_checks: 1 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.env: 0x5614fe07c120 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.info_log: 0x5614ff9bf700 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T09:23:00.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.statistics: (nil) 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.use_fsync: 0 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_log_file_size: 0 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.allow_fallocate: 1 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.use_direct_reads: 0 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T09:23:00.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.db_log_dir: 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.wal_dir: 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.write_buffer_manager: 0x5614ff9c3b80 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T09:23:00.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.unordered_write: 0 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.row_cache: None 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.wal_filter: None 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T09:23:00.932 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T09:23:00.933 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.two_write_queues: 0 2024-09-16T09:23:00.933 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T09:23:00.933 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.wal_compression: 0 2024-09-16T09:23:00.933 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.atomic_flush: 0 2024-09-16T09:23:00.933 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.log_readahead_size: 0 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_background_jobs: 2 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_background_compactions: -1 2024-09-16T09:23:00.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_subcompactions: 1 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_open_files: -1 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T09:23:00.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_background_flushes: -1 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Compression algorithms supported: 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: kZSTD supported: 0 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: kXpressCompression supported: 0 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: kBZip2Compression supported: 0 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: kLZ4Compression supported: 1 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: kZlibCompression supported: 1 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: kSnappyCompression supported: 1 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T09:23:00.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T09:23:00.937 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000010 2024-09-16T09:23:00.937 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T09:23:00.937 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T09:23:00.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.merge_operator: 2024-09-16T09:23:00.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_filter: None 2024-09-16T09:23:00.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T09:23:00.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T09:23:00.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T09:23:00.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T09:23:00.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5614ff9bf320) 2024-09-16T09:23:00.938 INFO:journalctl@ceph.mon.c.smithi003.stdout: cache_index_and_filter_blocks: 1 2024-09-16T09:23:00.938 INFO:journalctl@ceph.mon.c.smithi003.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T09:23:00.939 INFO:journalctl@ceph.mon.c.smithi003.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T09:23:00.939 INFO:journalctl@ceph.mon.c.smithi003.stdout: pin_top_level_index_and_filter: 1 2024-09-16T09:23:00.939 INFO:journalctl@ceph.mon.c.smithi003.stdout: index_type: 0 2024-09-16T09:23:00.939 INFO:journalctl@ceph.mon.c.smithi003.stdout: data_block_index_type: 0 2024-09-16T09:23:00.939 INFO:journalctl@ceph.mon.c.smithi003.stdout: index_shortening: 1 2024-09-16T09:23:00.939 INFO:journalctl@ceph.mon.c.smithi003.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T09:23:00.939 INFO:journalctl@ceph.mon.c.smithi003.stdout: checksum: 4 2024-09-16T09:23:00.939 INFO:journalctl@ceph.mon.c.smithi003.stdout: no_block_cache: 0 2024-09-16T09:23:00.939 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_cache: 0x5614ff9b3610 2024-09-16T09:23:00.939 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_cache_name: BinnedLRUCache 2024-09-16T09:23:00.940 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_cache_options: 2024-09-16T09:23:00.940 INFO:journalctl@ceph.mon.c.smithi003.stdout: capacity : 536870912 2024-09-16T09:23:00.940 INFO:journalctl@ceph.mon.c.smithi003.stdout: num_shard_bits : 4 2024-09-16T09:23:00.940 INFO:journalctl@ceph.mon.c.smithi003.stdout: strict_capacity_limit : 0 2024-09-16T09:23:00.940 INFO:journalctl@ceph.mon.c.smithi003.stdout: high_pri_pool_ratio: 0.000 2024-09-16T09:23:00.940 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_cache_compressed: (nil) 2024-09-16T09:23:00.941 INFO:journalctl@ceph.mon.c.smithi003.stdout: persistent_cache: (nil) 2024-09-16T09:23:00.941 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_size: 4096 2024-09-16T09:23:00.941 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_size_deviation: 10 2024-09-16T09:23:00.941 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_restart_interval: 16 2024-09-16T09:23:00.941 INFO:journalctl@ceph.mon.c.smithi003.stdout: index_block_restart_interval: 1 2024-09-16T09:23:00.941 INFO:journalctl@ceph.mon.c.smithi003.stdout: metadata_block_size: 4096 2024-09-16T09:23:00.941 INFO:journalctl@ceph.mon.c.smithi003.stdout: partition_filters: 0 2024-09-16T09:23:00.942 INFO:journalctl@ceph.mon.c.smithi003.stdout: use_delta_encoding: 1 2024-09-16T09:23:00.942 INFO:journalctl@ceph.mon.c.smithi003.stdout: filter_policy: bloomfilter 2024-09-16T09:23:00.942 INFO:journalctl@ceph.mon.c.smithi003.stdout: whole_key_filtering: 1 2024-09-16T09:23:00.942 INFO:journalctl@ceph.mon.c.smithi003.stdout: verify_compression: 0 2024-09-16T09:23:00.942 INFO:journalctl@ceph.mon.c.smithi003.stdout: read_amp_bytes_per_bit: 0 2024-09-16T09:23:00.942 INFO:journalctl@ceph.mon.c.smithi003.stdout: format_version: 5 2024-09-16T09:23:00.942 INFO:journalctl@ceph.mon.c.smithi003.stdout: enable_index_compression: 1 2024-09-16T09:23:00.942 INFO:journalctl@ceph.mon.c.smithi003.stdout: block_align: 0 2024-09-16T09:23:00.943 INFO:journalctl@ceph.mon.c.smithi003.stdout: max_auto_readahead_size: 262144 2024-09-16T09:23:00.943 INFO:journalctl@ceph.mon.c.smithi003.stdout: prepopulate_block_cache: 0 2024-09-16T09:23:00.943 INFO:journalctl@ceph.mon.c.smithi003.stdout: initial_auto_readahead_size: 8192 2024-09-16T09:23:00.943 INFO:journalctl@ceph.mon.c.smithi003.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T09:23:00.943 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T09:23:00.943 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T09:23:00.943 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compression: NoCompression 2024-09-16T09:23:00.943 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T09:23:00.943 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T09:23:00.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T09:23:00.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.num_levels: 7 2024-09-16T09:23:00.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T09:23:00.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T09:23:00.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T09:23:00.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T09:23:00.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T09:23:00.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T09:23:00.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T09:23:00.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:23:00.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T09:23:00.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T09:23:00.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:23:00.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:23:00.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T09:23:00.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T09:23:00.946 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T09:23:00.946 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T09:23:00.946 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T09:23:00.946 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T09:23:00.946 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T09:23:00.946 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T09:23:00.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T09:23:00.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T09:23:00.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T09:23:00.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T09:23:00.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T09:23:00.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T09:23:00.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T09:23:00.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T09:23:00.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T09:23:00.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T09:23:00.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T09:23:00.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T09:23:00.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T09:23:00.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T09:23:00.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T09:23:00.949 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T09:23:00.949 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T09:23:00.949 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T09:23:00.949 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T09:23:00.949 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T09:23:00.949 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T09:23:00.949 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T09:23:00.949 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T09:23:00.950 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T09:23:00.950 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T09:23:00.950 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T09:23:00.950 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T09:23:00.950 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T09:23:00.950 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T09:23:00.950 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T09:23:00.950 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T09:23:00.951 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T09:23:00.951 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T09:23:00.951 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T09:23:00.951 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.inplace_update_support: 0 2024-09-16T09:23:00.951 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T09:23:00.951 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T09:23:00.951 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T09:23:00.951 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.bloom_locality: 0 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.max_successive_merges: 0 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.ttl: 2592000 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T09:23:00.952 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.enable_blob_files: false 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.min_blob_size: 0 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: 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 27292, log_number is 52,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 52 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 52 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1b4746ca-e09f-4bfe-ae23-863c80246ef8 2024-09-16T09:23:00.953 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478580634143, "job": 1, "event": "recovery_started", "wal_files": [52]} 2024-09-16T09:23:00.954 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #52 mode 2 2024-09-16T09:23:00.954 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478580635803, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 57, "file_size": 233368, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 27297, "largest_seqno": 27461, "table_properties": {"data_size": 231570, "index_size": 504, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 261, "raw_key_size": 1887, "raw_average_key_size": 24, "raw_value_size": 229759, "raw_average_value_size": 2983, "num_data_blocks": 22, "num_entries": 77, "num_filter_entries": 77, "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": 1726478580, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1b4746ca-e09f-4bfe-ae23-863c80246ef8", "db_session_id": "7T19BRQVORP24X1XKU48", "orig_file_number": 57, "seqno_to_time_mapping": "N/A"}} 2024-09-16T09:23:00.954 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726478580635902, "job": 1, "event": "recovery_finished"} 2024-09-16T09:23:00.954 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/version_set.cc:5047] Creating manifest 59 2024-09-16T09:23:00.954 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/version_set.cc:4390] More existing levels in DB than needed. max_bytes_for_level_multiplier may not be guaranteed. 2024-09-16T09:23:00.954 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: 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-16T09:23:00.954 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5614ff9e2e00 2024-09-16T09:23:00.954 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: DB pointer 0x5614ffae4000 2024-09-16T09:23:00.954 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.stdout: ** DB Stats ** 2024-09-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.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-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.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-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.stdout: ** Compaction Stats [default] ** 2024-09-16T09:23:00.955 INFO:journalctl@ceph.mon.c.smithi003.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-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.stdout: L0 1/0 227.90 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 226.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.stdout: L6 1/0 9.05 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-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.stdout: Sum 2/0 9.28 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 226.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.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 226.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.stdout: ** Compaction Stats [default] ** 2024-09-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.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-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.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 226.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T09:23:00.956 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.stdout: Cumulative compaction: 0.00 GB write, 56.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.stdout: Interval compaction: 0.00 GB write, 56.20 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T09:23:00.957 INFO:journalctl@ceph.mon.c.smithi003.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-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout: Block cache BinnedLRUCache@0x5614ff9b3610#2 capacity: 512.00 MB usage: 0.89 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.31 KB,5.96046e-05%) IndexBlock(1,0.58 KB,0.000110269%) Misc(1,0.00 KB,0%) 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: starting mon.c rank 2 at public addrs [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] at bind addrs [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: mon.c@-1(???) e3 preinit fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: mon.c@-1(???).mds e1 new map 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: mon.c@-1(???).mds e1 print_map 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout: e1 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout: btime 2024-09-16T08:54:04:514922+0000 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.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-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout: legacy client fscid: -1 2024-09-16T09:23:00.958 INFO:journalctl@ceph.mon.c.smithi003.stdout: 2024-09-16T09:23:00.959 INFO:journalctl@ceph.mon.c.smithi003.stdout: No filesystems configured 2024-09-16T09:23:00.959 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: mon.c@-1(???).osd e109 crush map has features 3314933000854323200, adjusting msgr requires 2024-09-16T09:23:00.959 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: mon.c@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2024-09-16T09:23:00.959 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: mon.c@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2024-09-16T09:23:00.959 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: mon.c@-1(???).osd e109 crush map has features 432629239337189376, adjusting msgr requires 2024-09-16T09:23:00.959 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 ceph-mon[107193]: mon.c@-1(???).paxosservice(auth 1..27) refresh upgraded, format 0 -> 3 2024-09-16T09:23:00.959 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 bash[107174]: b6f162dfc8eaad4551e1dc8e6a1959c28b8b6d83172a194d4bdc5e990348d432 2024-09-16T09:23:00.959 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:00 smithi003 systemd[1]: Started Ceph mon.c for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:23:03.164 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:02.782381338Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:03.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:23:03.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:23:03.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:03.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: mon.c calling monitor election 2024-09-16T09:23:03.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: mon.a calling monitor election 2024-09-16T09:23:03.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: monmap epoch 3 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: min_mon_release 19 (squid) 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: election_strategy: 1 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: fsmap 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: overall HEALTH_OK 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:03.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[103592]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: mon.c calling monitor election 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: mon.a calling monitor election 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: monmap epoch 3 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T09:23:03.428 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: min_mon_release 19 (squid) 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: election_strategy: 1 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: fsmap 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: overall HEALTH_OK 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:03.429 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:03 smithi003 ceph-mon[107193]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: pgmap v106: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: mon.c calling monitor election 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: mon.a calling monitor election 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: mon.a is new leader, mons a,b,c in quorum (ranks 0,1,2) 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: monmap epoch 3 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: fsid 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: last_changed 2024-09-16T08:55:33.371029+0000 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: created 2024-09-16T08:54:01.232037+0000 2024-09-16T09:23:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: min_mon_release 19 (squid) 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: election_strategy: 1 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.a 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: 1: [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon.b 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: 2: [v2:172.21.15.3:3301/0,v1:172.21.15.3:6790/0] mon.c 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: fsmap 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: osdmap e109: 8 total, 8 up, 8 in 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: mgrmap e44: y(active, since 3m), standbys: x 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: overall HEALTH_OK 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:03.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:03 smithi177 ceph-mon[87761]: pgmap v107: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:05.648 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:05 smithi003 ceph-mon[103592]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:05.649 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:05 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:05.649 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:05.649 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:23:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:23:05] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.51.0" 2024-09-16T09:23:05.649 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:23:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:23:05.646+0000 7f069460e640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-16T09:23:05.649 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:05 smithi003 ceph-mon[107193]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:05.649 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:05 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:05.649 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:05.727 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:05 smithi177 ceph-mon[87761]: pgmap v108: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:05.727 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:05 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:05.727 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:06.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:05.779587609Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:07.407 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:07 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.407 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:07 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.407 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:07 smithi003 ceph-mon[103592]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:07.407 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:07 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.407 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:07 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.408 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:07 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.408 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:07 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.408 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:07 smithi003 ceph-mon[107193]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:07.408 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:07 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.408 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:07 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:07 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:07 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:07 smithi177 ceph-mon[87761]: pgmap v109: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:07.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:07 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:07.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:07 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:09.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:08.781796427Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:09.551 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:09 smithi003 ceph-mon[103592]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:09.551 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:09 smithi003 ceph-mon[107193]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:09.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:09 smithi177 ceph-mon[87761]: pgmap v110: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mon 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all crash 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mds 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:10.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:10.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:23:10.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mon 2024-09-16T09:23:10.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-16T09:23:10.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-16T09:23:10.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all crash 2024-09-16T09:23:10.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mds 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all nfs 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all node-exporter 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all prometheus 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all alertmanager 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all grafana 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all loki 2024-09-16T09:23:10.934 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.934 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.934 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.934 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all promtail 2024-09-16T09:23:10.934 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all nfs 2024-09-16T09:23:10.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:23:10.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all node-exporter 2024-09-16T09:23:10.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.936 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.937 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all prometheus 2024-09-16T09:23:10.937 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.937 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.937 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.937 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all alertmanager 2024-09-16T09:23:10.937 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.937 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all grafana 2024-09-16T09:23:10.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all loki 2024-09-16T09:23:10.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all promtail 2024-09-16T09:23:10.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.939 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Finalizing container_image settings 2024-09-16T09:23:10.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:23:10.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:23:10.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:23:10.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:23:10.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:23:10.941 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:23:10.941 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:23:10.941 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:23:10.941 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:23:10.941 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:23:10.942 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:23:10.942 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.942 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:23:10.942 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:23:10.942 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:23:10.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:23:10.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:23:10.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:23:10.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:23:10.943 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Finalizing container_image settings 2024-09-16T09:23:10.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:23:10.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:23:10.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:23:10.944 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:23:10.945 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:23:10.946 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: Upgrade: Complete! 2024-09-16T09:23:10.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:23:10.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:23:10.946 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:10.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:10.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:10.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:10.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.947 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[103592]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:10.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.947 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: Upgrade: Complete! 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:10.948 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:10.949 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.949 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:10 smithi003 ceph-mon[107193]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:10.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mon 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all crash 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mds 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all cephfs-mirror 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:23:10.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all nfs 2024-09-16T09:23:10.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:23:10.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all node-exporter 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all prometheus 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all alertmanager 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all grafana 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all loki 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all promtail 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.a"} : dispatch 2024-09-16T09:23:10.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon.c"} : dispatch 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Finalizing container_image settings 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:23:10.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: Upgrade: Complete! 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:10.973 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:10 smithi177 ceph-mon[87761]: pgmap v111: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:12.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:11.77373217Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:13.284 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:23:13.528 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:13 smithi003 ceph-mon[107193]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:13.528 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:13 smithi003 ceph-mon[103592]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:13.550 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:23:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:13 smithi177 ceph-mon[87761]: pgmap v112: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:14.191 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (2m) 8s ago 23m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (117s) 67s ago 23m 70.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (3m) 8s ago 22m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (3m) 67s ago 27m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (12m) 8s ago 28m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (29s) 8s ago 29m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (72s) 67s ago 27m 18.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (13s) 8s ago 27m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (3m) 8s ago 23m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (3m) 67s ago 22m 11.0M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:23:14.192 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (27m) 8s ago 27m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:23:14.193 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (26m) 8s ago 26m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:23:14.193 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (26m) 8s ago 26m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:23:14.193 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (25m) 8s ago 25m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:23:14.193 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (25m) 67s ago 25m 65.8M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:23:14.193 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (25m) 67s ago 25m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:23:14.193 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (24m) 67s ago 24m 60.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:23:14.193 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (24m) 67s ago 24m 63.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:23:14.193 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (2m) 67s ago 23m 41.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:23:14.193 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (22m) 8s ago 22m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:23:14.193 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (22m) 67s ago 22m 92.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:23:14.511 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:14 smithi003 ceph-mon[103592]: from='client.44100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:14.511 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:14 smithi003 ceph-mon[107193]: from='client.44100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:14 smithi177 ceph-mon[87761]: from='client.44100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:14.832 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.mon | length == 1'"'"'' 2024-09-16T09:23:15.091 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:23:15.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:14.77851838Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:15.465 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:23:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:23:15] "GET /metrics HTTP/1.1" 200 38156 "" "Prometheus/2.51.0" 2024-09-16T09:23:15.465 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:15 smithi003 ceph-mon[103592]: from='client.54110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:15.465 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:15 smithi003 ceph-mon[103592]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:15.465 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:15 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:15.466 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:15 smithi003 ceph-mon[107193]: from='client.54110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:15.466 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:15 smithi003 ceph-mon[107193]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:15.466 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:15 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:15 smithi177 ceph-mon[87761]: from='client.54110 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:15.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:15 smithi177 ceph-mon[87761]: pgmap v113: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:15.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:15 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:15.828 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:23:16.408 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.mon | keys'"'"' | grep $sha1' 2024-09-16T09:23:16.668 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:23:16.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:16 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/2191870945' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:16 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/2191870945' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:16.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:16 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/2191870945' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:17.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:17 smithi003 ceph-mon[103592]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:17.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:17 smithi003 ceph-mon[107193]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:17.438 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)" 2024-09-16T09:23:17.614 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:17 smithi177 ceph-mon[87761]: pgmap v114: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:17.921 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 5'"'"'' 2024-09-16T09:23:17.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:17.776595295Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:18.175 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:23:18.595 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:18 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/366899132' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:18.595 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:18 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/366899132' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:18.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:18 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/366899132' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:19.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:19 smithi003 ceph-mon[107193]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:19 smithi003 ceph-mon[103592]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:19.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:19 smithi177 ceph-mon[87761]: pgmap v115: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:20.206 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:23:20.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:20 smithi003 ceph-mon[103592]: from='client.44124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:20.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:20.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:20 smithi003 ceph-mon[107193]: from='client.44124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:20.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:20.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:20 smithi177 ceph-mon[87761]: from='client.44124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:20.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:20.814 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade status' 2024-09-16T09:23:21.073 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:23:21.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:20.775355462Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:21.475 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:21 smithi003 ceph-mon[103592]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:21.475 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:21 smithi003 ceph-mon[107193]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:21.696 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:23:21.696 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": null, 2024-09-16T09:23:21.696 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": false, 2024-09-16T09:23:21.696 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "", 2024-09-16T09:23:21.696 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:23:21.696 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": null, 2024-09-16T09:23:21.696 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2024-09-16T09:23:21.697 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:23:21.697 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:23:21.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:21 smithi177 ceph-mon[87761]: pgmap v116: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:22.253 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph health detail' 2024-09-16T09:23:22.508 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:23:23.164 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2024-09-16T09:23:23.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:23 smithi003 ceph-mon[103592]: from='client.54134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:23.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:23 smithi003 ceph-mon[103592]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:23.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:23 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/1177525098' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:23:23.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:23 smithi003 ceph-mon[107193]: from='client.54134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:23.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:23 smithi003 ceph-mon[107193]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:23.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:23 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/1177525098' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:23:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:23 smithi177 ceph-mon[87761]: from='client.54134 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:23.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:23 smithi177 ceph-mon[87761]: pgmap v117: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:23.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:23 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/1177525098' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:23:23.750 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2' 2024-09-16T09:23:24.007 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:23:24.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:23.781914476Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:25.662 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:23:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:23:25] "GET /metrics HTTP/1.1" 200 38225 "" "Prometheus/2.51.0" 2024-09-16T09:23:25.662 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:25 smithi003 ceph-mon[103592]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:25.662 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:25 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:25.663 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:25 smithi003 ceph-mon[107193]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:25.663 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:25 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:25 smithi177 ceph-mon[87761]: pgmap v118: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:25 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:25.996 INFO:teuthology.orchestra.run.smithi003.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:26.599 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:26 smithi003 ceph-mon[103592]: from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:26.600 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:26 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:26.600 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:26 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:26.600 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:26 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:26.600 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:26 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:26.600 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:26 smithi003 ceph-mon[107193]: from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:26.600 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:26 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:26.600 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:26 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:26.601 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:26 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:26.601 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:26 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:26.630 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:23:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:26 smithi177 ceph-mon[87761]: from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "osd", "limit": 2, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:26 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:26 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:26 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:26 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:27.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:26.774485369Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:27.631 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:27 smithi003 ceph-mon[103592]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:27.631 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:27 smithi003 ceph-mon[103592]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:27.631 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:27 smithi003 ceph-mon[103592]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:27.632 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:27 smithi003 ceph-mon[107193]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:27.632 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:27 smithi003 ceph-mon[107193]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:27.632 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:27 smithi003 ceph-mon[107193]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:27 smithi177 ceph-mon[87761]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:27 smithi177 ceph-mon[87761]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:27.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:27 smithi177 ceph-mon[87761]: pgmap v119: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:27.715 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:23:28.335 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:23:28.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:23:28.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:23:28.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:23:28.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:28.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mgr 2024-09-16T09:23:28.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mon 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all crash 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: Upgrade: osd.0 is safe to restart 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[103592]: from='client.54152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:28.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mgr 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mon 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all crash 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-16T09:23:28.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-16T09:23:28.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: Upgrade: osd.0 is safe to restart 2024-09-16T09:23:28.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:28.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:28 smithi003 ceph-mon[107193]: from='client.54152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:28.933 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:23:28.933 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (2m) 22s ago 23m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (2m) 82s ago 23m 70.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (3m) 22s ago 22m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (3m) 82s ago 27m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (12m) 22s ago 29m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (44s) 22s ago 29m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (87s) 82s ago 28m 18.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (28s) 22s ago 27m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (3m) 22s ago 23m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (3m) 82s ago 23m 11.0M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (27m) 22s ago 27m - 2993M 19.1.1-328-gad35db06 b5388489f99e f86ceff47deb 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (27m) 22s ago 26m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (26m) 22s ago 26m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:23:28.934 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (26m) 22s ago 26m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:23:28.935 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (25m) 82s ago 25m 65.8M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:23:28.935 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (25m) 82s ago 25m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:23:28.935 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (24m) 82s ago 24m 60.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:23:28.935 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (24m) 82s ago 24m 63.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:23:28.935 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (2m) 82s ago 24m 41.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:23:28.935 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (23m) 22s ago 23m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:23:28.935 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (23m) 82s ago 23m 92.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:23:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mgr 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mon 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all crash 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16} : dispatch 2024-09-16T09:23:28.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-09-16T09:23:28.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: Upgrade: osd.0 is safe to restart 2024-09-16T09:23:28.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: pgmap v120: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:28.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:28 smithi177 ceph-mon[87761]: from='client.54152 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:29.290 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:23:29.290 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:23:29.290 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:23:29.290 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:23:29.290 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:23:29.290 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:23:29.290 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:23:29.290 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:23:29.290 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8 2024-09-16T09:23:29.291 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:23:29.291 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:23:29.291 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:23:29.291 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:23:29.291 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:23:29.291 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 10, 2024-09-16T09:23:29.291 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 5 2024-09-16T09:23:29.291 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:23:29.291 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:23:29.600 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:23:29.600 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:23:29.601 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:23:29.601 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (2 remaining).", 2024-09-16T09:23:29.601 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:23:29.601 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "0/8 daemons upgraded", 2024-09-16T09:23:29.601 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2024-09-16T09:23:29.601 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:23:29.601 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:23:29.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[103592]: from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:29.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[103592]: from='client.54164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:29.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/3680917970' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:29.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[103592]: Upgrade: Updating osd.0 2024-09-16T09:23:29.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:29.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T09:23:29.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:29.894 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[103592]: Deploying daemon osd.0 on smithi003 2024-09-16T09:23:29.894 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[107193]: from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:29.894 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[107193]: from='client.54164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:29.895 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/3680917970' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:29.895 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[107193]: Upgrade: Updating osd.0 2024-09-16T09:23:29.895 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:29.895 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T09:23:29.895 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:29.895 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:29 smithi003 ceph-mon[107193]: Deploying daemon osd.0 on smithi003 2024-09-16T09:23:29.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:29.789123522Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:29.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:29 smithi177 ceph-mon[87761]: from='client.44154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:29.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:29 smithi177 ceph-mon[87761]: from='client.54164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:29.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:29 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/3680917970' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:29.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:29 smithi177 ceph-mon[87761]: Upgrade: Updating osd.0 2024-09-16T09:23:29.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:29.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T09:23:29.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:29.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:29 smithi177 ceph-mon[87761]: Deploying daemon osd.0 on smithi003 2024-09-16T09:23:30.800 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:30 smithi003 ceph-mon[103592]: from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:30.800 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:30 smithi003 ceph-mon[103592]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:30.801 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:30 smithi003 ceph-mon[107193]: from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:30.801 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:30 smithi003 ceph-mon[107193]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:30.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:30 smithi177 ceph-mon[87761]: from='client.44172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:23:30.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:30 smithi177 ceph-mon[87761]: pgmap v121: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:32.334 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:32 smithi003 systemd[1]: Stopping Ceph osd.0 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:23:32.676 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[38027]: 2024-09-16T09:23:32.382+0000 7f74527ad640 -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-16T09:23:32.676 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[38027]: 2024-09-16T09:23:32.382+0000 7f74527ad640 -1 osd.0 109 *** Got signal Terminated *** 2024-09-16T09:23:32.676 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:32 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[38027]: 2024-09-16T09:23:32.382+0000 7f74527ad640 -1 osd.0 109 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:23:33.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:32.785921187Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:33.665 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:33 smithi003 ceph-mon[103592]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:33.665 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:33 smithi003 ceph-mon[103592]: osd.0 marked itself down and dead 2024-09-16T09:23:33.665 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:33 smithi003 ceph-mon[107193]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:33.665 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:33 smithi003 ceph-mon[107193]: osd.0 marked itself down and dead 2024-09-16T09:23:33.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:33 smithi177 ceph-mon[87761]: pgmap v122: 161 pgs: 161 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:23:33.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:33 smithi177 ceph-mon[87761]: osd.0 marked itself down and dead 2024-09-16T09:23:33.926 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:33 smithi003 podman[112068]: 2024-09-16 09:23:33.663682276 +0000 UTC m=+1.396982321 container died f86ceff47deb0cf7f258fd02635fea112313322a79318ae27e2ad76369f141ef (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=squid-ad35db0, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-16T09:23:34.295 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:33 smithi003 podman[112068]: 2024-09-16 09:23:33.974320379 +0000 UTC m=+1.707620405 container cleanup f86ceff47deb0cf7f258fd02635fea112313322a79318ae27e2ad76369f141ef (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=squid-ad35db0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-09-16T09:23:34.296 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:33 smithi003 bash[112068]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0 2024-09-16T09:23:34.296 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:34 smithi003 podman[112084]: 2024-09-16 09:23:34.175412982 +0000 UTC m=+0.507607276 container remove f86ceff47deb0cf7f258fd02635fea112313322a79318ae27e2ad76369f141ef (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, RELEASE=squid-ad35db0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-16T09:23:34.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:34 smithi003 ceph-mon[103592]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:23:34.602 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:34 smithi003 ceph-mon[103592]: osdmap e110: 8 total, 7 up, 8 in 2024-09-16T09:23:34.602 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:34 smithi003 ceph-mon[107193]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:23:34.602 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:34 smithi003 ceph-mon[107193]: osdmap e110: 8 total, 7 up, 8 in 2024-09-16T09:23:34.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:34 smithi177 ceph-mon[87761]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:23:34.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:34 smithi177 ceph-mon[87761]: osdmap e110: 8 total, 7 up, 8 in 2024-09-16T09:23:34.926 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:34 smithi003 podman[112175]: 2024-09-16 09:23:34.601198565 +0000 UTC m=+0.111821601 container create f95362bf951b12c79a37eb2af83b8d9c3351fb75e1ac57b9d951aa3bc7c330a1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:23:34.926 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:34 smithi003 podman[112175]: 2024-09-16 09:23:34.505989722 +0000 UTC m=+0.016612764 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:34.926 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:34 smithi003 podman[112175]: 2024-09-16 09:23:34.846104784 +0000 UTC m=+0.356727824 container init f95362bf951b12c79a37eb2af83b8d9c3351fb75e1ac57b9d951aa3bc7c330a1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, 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, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731) 2024-09-16T09:23:34.927 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:34 smithi003 podman[112175]: 2024-09-16 09:23:34.849954965 +0000 UTC m=+0.360577999 container start f95362bf951b12c79a37eb2af83b8d9c3351fb75e1ac57b9d951aa3bc7c330a1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-16T09:23:35.317 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:34 smithi003 podman[112175]: 2024-09-16 09:23:34.970903657 +0000 UTC m=+0.481526705 container attach f95362bf951b12c79a37eb2af83b8d9c3351fb75e1ac57b9d951aa3bc7c330a1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:23:35.317 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:35 smithi003 podman[112175]: 2024-09-16 09:23:35.044980931 +0000 UTC m=+0.555603970 container died f95362bf951b12c79a37eb2af83b8d9c3351fb75e1ac57b9d951aa3bc7c330a1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2) 2024-09-16T09:23:35.625 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:23:35] "GET /metrics HTTP/1.1" 200 38289 "" "Prometheus/2.51.0" 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: pgmap v124: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: osdmap e111: 8 total, 7 up, 8 in 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 0]} : dispatch 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 0]} : dispatch 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 0]} : dispatch 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.f", "id": [5, 0]} : dispatch 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.14", "id": [7, 0]} : dispatch 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]} : dispatch 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 0]} : dispatch 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6, 7, 2]} : dispatch 2024-09-16T09:23:35.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]} : dispatch 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: pgmap v124: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: osdmap e111: 8 total, 7 up, 8 in 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 0]} : dispatch 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 0]} : dispatch 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 0]} : dispatch 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.f", "id": [5, 0]} : dispatch 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.14", "id": [7, 0]} : dispatch 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]} : dispatch 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 0]} : dispatch 2024-09-16T09:23:35.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6, 7, 2]} : dispatch 2024-09-16T09:23:35.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]} : dispatch 2024-09-16T09:23:35.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:35.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: pgmap v124: 161 pgs: 21 stale+active+clean, 140 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:23:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: osdmap e111: 8 total, 7 up, 8 in 2024-09-16T09:23:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 0]} : dispatch 2024-09-16T09:23:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 0]} : dispatch 2024-09-16T09:23:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 0]} : dispatch 2024-09-16T09:23:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.f", "id": [5, 0]} : dispatch 2024-09-16T09:23:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.14", "id": [7, 0]} : dispatch 2024-09-16T09:23:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]} : dispatch 2024-09-16T09:23:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 0]} : dispatch 2024-09-16T09:23:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6, 7, 2]} : dispatch 2024-09-16T09:23:35.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]} : dispatch 2024-09-16T09:23:35.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:35.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:35.926 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:35 smithi003 podman[112198]: 2024-09-16 09:23:35.624367013 +0000 UTC m=+0.573535504 container remove f95362bf951b12c79a37eb2af83b8d9c3351fb75e1ac57b9d951aa3bc7c330a1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-16T09:23:35.926 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:35 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.0.service: Deactivated successfully. 2024-09-16T09:23:35.926 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:35 smithi003 systemd[1]: Stopped Ceph osd.0 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:23:35.926 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:35 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.0.service: Consumed 14.151s CPU time. 2024-09-16T09:23:35.927 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:35 smithi003 systemd[1]: Starting Ceph osd.0 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:23:36.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:35.780301163Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:36.328 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:36 smithi003 podman[112294]: 2024-09-16 09:23:36.066831811 +0000 UTC m=+0.106073909 container create 83165b28a5e35615648354cdc448177fd2b0620a96b625e85e3fae715955fb6f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-16T09:23:36.329 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:36 smithi003 podman[112294]: 2024-09-16 09:23:35.977186171 +0000 UTC m=+0.016428277 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:36.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 0]}]': finished 2024-09-16T09:23:36.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 0]}]': finished 2024-09-16T09:23:36.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 0]}]': finished 2024-09-16T09:23:36.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.f", "id": [5, 0]}]': finished 2024-09-16T09:23:36.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.14", "id": [7, 0]}]': finished 2024-09-16T09:23:36.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]}]': finished 2024-09-16T09:23:36.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 0]}]': finished 2024-09-16T09:23:36.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6, 7, 2]}]': finished 2024-09-16T09:23:36.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]}]': finished 2024-09-16T09:23:36.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[107193]: osdmap e112: 8 total, 7 up, 8 in 2024-09-16T09:23:36.677 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:36 smithi003 podman[112294]: 2024-09-16 09:23:36.328317493 +0000 UTC m=+0.367559597 container init 83165b28a5e35615648354cdc448177fd2b0620a96b625e85e3fae715955fb6f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=) 2024-09-16T09:23:36.677 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:36 smithi003 podman[112294]: 2024-09-16 09:23:36.332344897 +0000 UTC m=+0.371586997 container start 83165b28a5e35615648354cdc448177fd2b0620a96b625e85e3fae715955fb6f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0) 2024-09-16T09:23:36.677 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:36 smithi003 podman[112294]: 2024-09-16 09:23:36.402799847 +0000 UTC m=+0.442041955 container attach 83165b28a5e35615648354cdc448177fd2b0620a96b625e85e3fae715955fb6f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:23:36.677 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate[112308]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:23:36.677 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:36 smithi003 bash[112294]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:23:36.677 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate[112308]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:23:36.678 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:36 smithi003 bash[112294]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:23:36.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 0]}]': finished 2024-09-16T09:23:36.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 0]}]': finished 2024-09-16T09:23:36.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 0]}]': finished 2024-09-16T09:23:36.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.f", "id": [5, 0]}]': finished 2024-09-16T09:23:36.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.14", "id": [7, 0]}]': finished 2024-09-16T09:23:36.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]}]': finished 2024-09-16T09:23:36.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 0]}]': finished 2024-09-16T09:23:36.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6, 7, 2]}]': finished 2024-09-16T09:23:36.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]}]': finished 2024-09-16T09:23:36.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:36 smithi003 ceph-mon[103592]: osdmap e112: 8 total, 7 up, 8 in 2024-09-16T09:23:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 0]}]': finished 2024-09-16T09:23:36.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1", "id": [4, 0]}]': finished 2024-09-16T09:23:36.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 0]}]': finished 2024-09-16T09:23:36.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.f", "id": [5, 0]}]': finished 2024-09-16T09:23:36.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.14", "id": [7, 0]}]': finished 2024-09-16T09:23:36.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.17", "id": [1, 0]}]': finished 2024-09-16T09:23:36.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [1, 0]}]': finished 2024-09-16T09:23:36.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1b", "id": [5, 6, 7, 2]}]': finished 2024-09-16T09:23:36.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.1f", "id": [4, 0]}]': finished 2024-09-16T09:23:36.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:36 smithi177 ceph-mon[87761]: osdmap e112: 8 total, 7 up, 8 in 2024-09-16T09:23:37.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:37 smithi003 ceph-mon[107193]: pgmap v127: 161 pgs: 37 active+undersized, 21 active+undersized+degraded, 103 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 67/636 objects degraded (10.535%) 2024-09-16T09:23:37.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:37 smithi003 ceph-mon[107193]: osdmap e113: 8 total, 7 up, 8 in 2024-09-16T09:23:37.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:37 smithi003 ceph-mon[107193]: Health check failed: Degraded data redundancy: 67/636 objects degraded (10.535%), 21 pgs degraded (PG_DEGRADED) 2024-09-16T09:23:37.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:37 smithi003 ceph-mon[107193]: osdmap e114: 8 total, 7 up, 8 in 2024-09-16T09:23:37.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:37 smithi003 ceph-mon[103592]: pgmap v127: 161 pgs: 37 active+undersized, 21 active+undersized+degraded, 103 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 67/636 objects degraded (10.535%) 2024-09-16T09:23:37.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:37 smithi003 ceph-mon[103592]: osdmap e113: 8 total, 7 up, 8 in 2024-09-16T09:23:37.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:37 smithi003 ceph-mon[103592]: Health check failed: Degraded data redundancy: 67/636 objects degraded (10.535%), 21 pgs degraded (PG_DEGRADED) 2024-09-16T09:23:37.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:37 smithi003 ceph-mon[103592]: osdmap e114: 8 total, 7 up, 8 in 2024-09-16T09:23:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:37 smithi177 ceph-mon[87761]: pgmap v127: 161 pgs: 37 active+undersized, 21 active+undersized+degraded, 103 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 67/636 objects degraded (10.535%) 2024-09-16T09:23:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:37 smithi177 ceph-mon[87761]: osdmap e113: 8 total, 7 up, 8 in 2024-09-16T09:23:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:37 smithi177 ceph-mon[87761]: Health check failed: Degraded data redundancy: 67/636 objects degraded (10.535%), 21 pgs degraded (PG_DEGRADED) 2024-09-16T09:23:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:37 smithi177 ceph-mon[87761]: osdmap e114: 8 total, 7 up, 8 in 2024-09-16T09:23:39.135 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:38 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate[112308]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-16T09:23:39.136 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:38 smithi003 bash[112294]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-16T09:23:39.136 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:38 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate[112308]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-16T09:23:39.136 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:38 smithi003 bash[112294]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-16T09:23:39.136 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate[112308]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-16T09:23:39.136 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 bash[112294]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-16T09:23:39.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:38.786538898Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:39.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:39 smithi003 ceph-mon[103592]: pgmap v130: 161 pgs: 37 active+undersized, 21 active+undersized+degraded, 103 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 67/636 objects degraded (10.535%) 2024-09-16T09:23:39.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:39 smithi003 ceph-mon[107193]: pgmap v130: 161 pgs: 37 active+undersized, 21 active+undersized+degraded, 103 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 67/636 objects degraded (10.535%) 2024-09-16T09:23:39.426 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate[112308]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-16T09:23:39.427 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 bash[112294]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-16T09:23:39.427 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate[112308]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-16T09:23:39.427 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 bash[112294]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-09-16T09:23:39.427 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate[112308]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-16T09:23:39.427 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 bash[112294]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-09-16T09:23:39.427 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate[112308]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-16T09:23:39.427 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 bash[112294]: --> ceph-volume raw activate successful for osd ID: 0 2024-09-16T09:23:39.427 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 podman[112294]: 2024-09-16 09:23:39.171105536 +0000 UTC m=+3.210347638 container died 83165b28a5e35615648354cdc448177fd2b0620a96b625e85e3fae715955fb6f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:23:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:39 smithi177 ceph-mon[87761]: pgmap v130: 161 pgs: 37 active+undersized, 21 active+undersized+degraded, 103 active+clean; 585 KiB data, 263 MiB used, 715 GiB / 715 GiB avail; 67/636 objects degraded (10.535%) 2024-09-16T09:23:40.123 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 podman[112461]: 2024-09-16 09:23:39.755979086 +0000 UTC m=+0.577606385 container remove 83165b28a5e35615648354cdc448177fd2b0620a96b625e85e3fae715955fb6f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:23:40.123 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 podman[112522]: 2024-09-16 09:23:39.880900795 +0000 UTC m=+0.016948701 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:23:40.123 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:39 smithi003 podman[112522]: 2024-09-16 09:23:39.981762121 +0000 UTC m=+0.117810018 container create 2fe949580ee25eb65eba27853c1aee5fccf7751c6553e4f3ea18fe0bf71a23d5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:23:40.676 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:40 smithi003 podman[112522]: 2024-09-16 09:23:40.251149739 +0000 UTC m=+0.387197636 container init 2fe949580ee25eb65eba27853c1aee5fccf7751c6553e4f3ea18fe0bf71a23d5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD) 2024-09-16T09:23:40.676 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:40 smithi003 podman[112522]: 2024-09-16 09:23:40.25473935 +0000 UTC m=+0.390787248 container start 2fe949580ee25eb65eba27853c1aee5fccf7751c6553e4f3ea18fe0bf71a23d5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-16T09:23:40.676 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:40 smithi003 ceph-osd[112541]: -- 172.21.15.3:0/1863027196 <== mon.0 v2:172.21.15.3:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55e718115a40 con 0x55e718ee6400 2024-09-16T09:23:40.676 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:40 smithi003 bash[112522]: 2fe949580ee25eb65eba27853c1aee5fccf7751c6553e4f3ea18fe0bf71a23d5 2024-09-16T09:23:40.676 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:40 smithi003 systemd[1]: Started Ceph osd.0 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:23:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:41 smithi003 ceph-mon[103592]: pgmap v131: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 690 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:41 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:41 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:41 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:41.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:41 smithi003 ceph-mon[107193]: pgmap v131: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 690 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:41.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:41 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:41.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:41 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:41.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:41 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:41 smithi177 ceph-mon[87761]: pgmap v131: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 690 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:41.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:41 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:41.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:41 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:41.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:41 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:42.175 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:41 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[112537]: 2024-09-16T09:23:41.902+0000 7f21b6656640 -1 Falling back to public interface 2024-09-16T09:23:42.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:41.779389303Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:43 smithi003 ceph-mon[103592]: pgmap v132: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:43.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:43 smithi003 ceph-mon[107193]: pgmap v132: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:43 smithi177 ceph-mon[87761]: pgmap v132: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 738 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:45.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:44.777179083Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:45.548 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:23:45] "GET /metrics HTTP/1.1" 200 38289 "" "Prometheus/2.51.0" 2024-09-16T09:23:45.548 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[103592]: pgmap v133: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:45.549 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.549 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.549 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:45.549 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.549 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.549 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[107193]: pgmap v133: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:45.549 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.549 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.549 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:45.550 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.550 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.550 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[112537]: 2024-09-16T09:23:45.481+0000 7f21b6656640 -1 osd.0 109 log_to_monitors true 2024-09-16T09:23:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:45 smithi177 ceph-mon[87761]: pgmap v133: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:45 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:46.617 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:46 smithi003 ceph-mon[107193]: from='osd.0 [v2:172.21.15.3:6802/339425653,v1:172.21.15.3:6803/339425653]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T09:23:46.618 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:46 smithi003 ceph-mon[107193]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T09:23:46.618 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:46 smithi003 ceph-mon[103592]: from='osd.0 [v2:172.21.15.3:6802/339425653,v1:172.21.15.3:6803/339425653]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T09:23:46.618 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:46 smithi003 ceph-mon[103592]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T09:23:46.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:46 smithi177 ceph-mon[87761]: from='osd.0 [v2:172.21.15.3:6802/339425653,v1:172.21.15.3:6803/339425653]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T09:23:46.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:46 smithi177 ceph-mon[87761]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T09:23:46.871 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:23:46 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[112537]: 2024-09-16T09:23:46.755+0000 7f21aa3f8640 -1 osd.0 109 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:23:47.614 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:47 smithi177 ceph-mon[87761]: pgmap v134: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:47.614 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:47 smithi177 ceph-mon[87761]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T09:23:47.614 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:47 smithi177 ceph-mon[87761]: osdmap e115: 8 total, 7 up, 8 in 2024-09-16T09:23:47.614 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:47 smithi177 ceph-mon[87761]: from='osd.0 [v2:172.21.15.3:6802/339425653,v1:172.21.15.3:6803/339425653]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:23:47.614 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:47 smithi177 ceph-mon[87761]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:23:47.614 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:47 smithi177 ceph-mon[87761]: from='osd.0 ' entity='osd.0' 2024-09-16T09:23:47.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[103592]: pgmap v134: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:47.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[103592]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T09:23:47.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[103592]: osdmap e115: 8 total, 7 up, 8 in 2024-09-16T09:23:47.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[103592]: from='osd.0 [v2:172.21.15.3:6802/339425653,v1:172.21.15.3:6803/339425653]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:23:47.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[103592]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:23:47.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[103592]: from='osd.0 ' entity='osd.0' 2024-09-16T09:23:47.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[107193]: pgmap v134: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 264 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:47.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[107193]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T09:23:47.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[107193]: osdmap e115: 8 total, 7 up, 8 in 2024-09-16T09:23:47.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[107193]: from='osd.0 [v2:172.21.15.3:6802/339425653,v1:172.21.15.3:6803/339425653]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:23:47.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[107193]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:23:47.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:47 smithi003 ceph-mon[107193]: from='osd.0 ' entity='osd.0' 2024-09-16T09:23:47.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:47.793394541Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:48.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:23:48.178+0000 7f069460e640 -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-16T09:23:48.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:23:48.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: osd.0 [v2:172.21.15.3:6802/339425653,v1:172.21.15.3:6803/339425653] boot 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: osdmap e116: 8 total, 8 up, 8 in 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:48.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: osd.0 [v2:172.21.15.3:6802/339425653,v1:172.21.15.3:6803/339425653] boot 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: osdmap e116: 8 total, 8 up, 8 in 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:48.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-16T09:23:48.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: osd.0 [v2:172.21.15.3:6802/339425653,v1:172.21.15.3:6803/339425653] boot 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: osdmap e116: 8 total, 8 up, 8 in 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:23:48.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-16T09:23:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:49 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-16T09:23:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:49 smithi003 ceph-mon[103592]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-16T09:23:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:49 smithi003 ceph-mon[103592]: pgmap v137: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:49 smithi003 ceph-mon[103592]: osdmap e117: 8 total, 8 up, 8 in 2024-09-16T09:23:49.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:49 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-16T09:23:49.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:49 smithi003 ceph-mon[107193]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-16T09:23:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:49 smithi003 ceph-mon[107193]: pgmap v137: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:49.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:49 smithi003 ceph-mon[107193]: osdmap e117: 8 total, 8 up, 8 in 2024-09-16T09:23:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:49 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-16T09:23:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:49 smithi177 ceph-mon[87761]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-16T09:23:49.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:49 smithi177 ceph-mon[87761]: pgmap v137: 161 pgs: 9 active+clean+remapped, 36 active+undersized, 21 active+undersized+degraded, 95 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 67/636 objects degraded (10.535%) 2024-09-16T09:23:49.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:49 smithi177 ceph-mon[87761]: osdmap e117: 8 total, 8 up, 8 in 2024-09-16T09:23:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:50 smithi003 ceph-mon[103592]: osdmap e118: 8 total, 8 up, 8 in 2024-09-16T09:23:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:51.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:50 smithi003 ceph-mon[103592]: pgmap v140: 161 pgs: 3 active+clean+remapped, 14 active+undersized, 7 active+undersized+degraded, 137 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 28/636 objects degraded (4.403%) 2024-09-16T09:23:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:50 smithi003 ceph-mon[107193]: osdmap e118: 8 total, 8 up, 8 in 2024-09-16T09:23:51.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:51.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:51.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:50 smithi003 ceph-mon[107193]: pgmap v140: 161 pgs: 3 active+clean+remapped, 14 active+undersized, 7 active+undersized+degraded, 137 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 28/636 objects degraded (4.403%) 2024-09-16T09:23:51.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:50.781342Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:51.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:50 smithi177 ceph-mon[87761]: osdmap e118: 8 total, 8 up, 8 in 2024-09-16T09:23:51.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:23:51.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:23:51.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:50 smithi177 ceph-mon[87761]: pgmap v140: 161 pgs: 3 active+clean+remapped, 14 active+undersized, 7 active+undersized+degraded, 137 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 28/636 objects degraded (4.403%) 2024-09-16T09:23:52.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:51 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded (PG_DEGRADED) 2024-09-16T09:23:52.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:51 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded (PG_DEGRADED) 2024-09-16T09:23:52.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:51 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded (PG_DEGRADED) 2024-09-16T09:23:53.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:52 smithi003 ceph-mon[103592]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-09-16T09:23:53.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:52 smithi003 ceph-mon[107193]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-09-16T09:23:53.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:52 smithi177 ceph-mon[87761]: pgmap v141: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 862 B/s rd, 0 op/s 2024-09-16T09:23:54.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:53 smithi003 ceph-mon[103592]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded) 2024-09-16T09:23:54.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:53 smithi003 ceph-mon[103592]: Cluster is now healthy 2024-09-16T09:23:54.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:53 smithi003 ceph-mon[107193]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded) 2024-09-16T09:23:54.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:53 smithi003 ceph-mon[107193]: Cluster is now healthy 2024-09-16T09:23:54.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:53 smithi177 ceph-mon[87761]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/636 objects degraded (4.403%), 7 pgs degraded) 2024-09-16T09:23:54.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:53 smithi177 ceph-mon[87761]: Cluster is now healthy 2024-09-16T09:23:54.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:53.783932486Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:54 smithi003 ceph-mon[103592]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 789 B/s rd, 0 op/s 2024-09-16T09:23:55.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:54 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:54 smithi003 ceph-mon[107193]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 789 B/s rd, 0 op/s 2024-09-16T09:23:55.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:54 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:55.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:54 smithi177 ceph-mon[87761]: pgmap v142: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 789 B/s rd, 0 op/s 2024-09-16T09:23:55.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:54 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:23:55.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:23:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:23:55] "GET /metrics HTTP/1.1" 200 38209 "" "Prometheus/2.51.0" 2024-09-16T09:23:57.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:56.786995961Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:23:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:57 smithi003 ceph-mon[103592]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:57 smithi003 ceph-mon[107193]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:57 smithi177 ceph-mon[87761]: pgmap v143: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:23:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:23:59 smithi003 ceph-mon[103592]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-16T09:23:59.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:23:59 smithi003 ceph-mon[107193]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-16T09:23:59.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:23:59 smithi177 ceph-mon[87761]: pgmap v144: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-16T09:23:59.930 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:24:00.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:23:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:23:59.781103881Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:00.519 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (3m) 16s ago 24m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (2m) 114s ago 23m 70.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (4m) 16s ago 23m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (4m) 114s ago 28m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (13m) 16s ago 29m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (75s) 16s ago 29m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (119s) 114s ago 28m 18.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (60s) 16s ago 28m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (3m) 16s ago 23m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (3m) 114s ago 23m 11.0M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:24:00.520 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (20s) 16s ago 27m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:24:00.521 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (27m) 16s ago 27m - 2993M 19.1.1-328-gad35db06 b5388489f99e 0c77b405174a 2024-09-16T09:24:00.521 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (27m) 16s ago 27m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:24:00.521 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (26m) 16s ago 26m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:24:00.521 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (26m) 114s ago 26m 65.8M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:24:00.521 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (25m) 114s ago 25m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:24:00.521 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (25m) 114s ago 25m 60.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:24:00.521 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (25m) 114s ago 25m 63.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:24:00.521 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (3m) 114s ago 24m 41.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:24:00.521 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (23m) 16s ago 23m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:24:00.521 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (23m) 114s ago 23m 92.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:24:00.874 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:24:00.874 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:24:00.874 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:24:00.875 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:24:00.875 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:24:00.875 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:24:00.875 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:24:00.875 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:24:00.875 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 7, 2024-09-16T09:24:00.875 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 1 2024-09-16T09:24:00.875 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:24:00.875 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:24:00.875 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:24:00.876 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:24:00.876 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:24:00.876 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 9, 2024-09-16T09:24:00.876 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 6 2024-09-16T09:24:00.876 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:24:00.876 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:24:01.174 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:24:01.175 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:24:01.175 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:24:01.175 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) osd. Upgrade limited to 2 daemons (1 remaining).", 2024-09-16T09:24:01.175 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:24:01.175 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/8 daemons upgraded", 2024-09-16T09:24:01.175 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2024-09-16T09:24:01.175 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:24:01.175 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:24:01.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:01 smithi003 ceph-mon[103592]: from='client.54188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:01.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:01 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:01.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:01 smithi003 ceph-mon[103592]: from='client.54194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:01.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:01 smithi003 ceph-mon[103592]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-09-16T09:24:01.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:01 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/2125755660' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:01.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:01 smithi003 ceph-mon[107193]: from='client.54188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:01.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:01 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:01.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:01 smithi003 ceph-mon[107193]: from='client.54194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:01.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:01 smithi003 ceph-mon[107193]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-09-16T09:24:01.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:01 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/2125755660' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:01.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:01 smithi177 ceph-mon[87761]: from='client.54188 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:01.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:01 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:01.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:01 smithi177 ceph-mon[87761]: from='client.54194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:01.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:01 smithi177 ceph-mon[87761]: pgmap v145: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-09-16T09:24:01.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:01 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/2125755660' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:02.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:02 smithi177 ceph-mon[87761]: from='client.44196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:02.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:02 smithi177 ceph-mon[87761]: from='client.54212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:02.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:02 smithi003 ceph-mon[103592]: from='client.44196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:02.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:02 smithi003 ceph-mon[103592]: from='client.54212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:02.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:02 smithi003 ceph-mon[107193]: from='client.44196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:02.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:02 smithi003 ceph-mon[107193]: from='client.54212 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:03.196 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:02.783358825Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:03.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:03 smithi177 ceph-mon[87761]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:24:03.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:03 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-16T09:24:03.550 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:03 smithi003 ceph-mon[103592]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:24:03.550 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:03 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-16T09:24:03.550 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:03 smithi003 ceph-mon[107193]: pgmap v146: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:24:03.550 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:03 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16} : dispatch 2024-09-16T09:24:04.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:04 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-16T09:24:04.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:04 smithi177 ceph-mon[87761]: Upgrade: osd.1 is safe to restart 2024-09-16T09:24:04.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:04 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-16T09:24:04.553 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:04 smithi003 ceph-mon[103592]: Upgrade: osd.1 is safe to restart 2024-09-16T09:24:04.553 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:04 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-09-16T09:24:04.553 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:04 smithi003 ceph-mon[107193]: Upgrade: osd.1 is safe to restart 2024-09-16T09:24:05.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:24:05] "GET /metrics HTTP/1.1" 200 38349 "" "Prometheus/2.51.0" 2024-09-16T09:24:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[103592]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:24:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[103592]: Upgrade: Updating osd.1 2024-09-16T09:24:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T09:24:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[107193]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:24:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[107193]: Upgrade: Updating osd.1 2024-09-16T09:24:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T09:24:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:05.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:05 smithi177 ceph-mon[87761]: pgmap v147: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:24:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:05 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:05 smithi177 ceph-mon[87761]: Upgrade: Updating osd.1 2024-09-16T09:24:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T09:24:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:06.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:05.788012067Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:06.652 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:06 smithi003 ceph-mon[103592]: Deploying daemon osd.1 on smithi003 2024-09-16T09:24:06.652 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:06 smithi003 ceph-mon[107193]: Deploying daemon osd.1 on smithi003 2024-09-16T09:24:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:06 smithi177 ceph-mon[87761]: Deploying daemon osd.1 on smithi003 2024-09-16T09:24:07.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:07 smithi003 ceph-mon[103592]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:07.624 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:07 smithi003 systemd[1]: Stopping Ceph osd.1 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:24:07.624 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:07 smithi003 ceph-mon[107193]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:07 smithi177 ceph-mon[87761]: pgmap v148: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:07.926 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:07 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[44054]: 2024-09-16T09:24:07.621+0000 7f3ad4f5b640 -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-16T09:24:07.926 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:07 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[44054]: 2024-09-16T09:24:07.621+0000 7f3ad4f5b640 -1 osd.1 118 *** Got signal Terminated *** 2024-09-16T09:24:07.926 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:07 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[44054]: 2024-09-16T09:24:07.621+0000 7f3ad4f5b640 -1 osd.1 118 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:24:08.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:08 smithi177 ceph-mon[87761]: osd.1 marked itself down and dead 2024-09-16T09:24:08.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:08 smithi177 ceph-mon[87761]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:24:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:08 smithi003 ceph-mon[103592]: osd.1 marked itself down and dead 2024-09-16T09:24:08.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:08 smithi003 ceph-mon[103592]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:24:08.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:08 smithi003 ceph-mon[107193]: osd.1 marked itself down and dead 2024-09-16T09:24:08.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:08 smithi003 ceph-mon[107193]: pgmap v149: 161 pgs: 161 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:24:09.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:08.783392676Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:09.256 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:08 smithi003 podman[117013]: 2024-09-16 09:24:08.97671293 +0000 UTC m=+1.475153630 container died 0c77b405174a5e42c0b6cd04da221dfbd426a47a76a09c724c5b2a1c320600b9 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-ad35db0, maintainer=Guillaume Abrioux , 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) 2024-09-16T09:24:09.631 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:09 smithi003 ceph-mon[103592]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:24:09.631 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:09 smithi003 ceph-mon[103592]: osdmap e119: 8 total, 7 up, 8 in 2024-09-16T09:24:09.632 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:09 smithi003 ceph-mon[107193]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:24:09.632 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:09 smithi003 ceph-mon[107193]: osdmap e119: 8 total, 7 up, 8 in 2024-09-16T09:24:09.632 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:09 smithi003 podman[117013]: 2024-09-16 09:24:09.354134746 +0000 UTC m=+1.852575441 container cleanup 0c77b405174a5e42c0b6cd04da221dfbd426a47a76a09c724c5b2a1c320600b9 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-ad35db0, maintainer=Guillaume Abrioux , 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.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-16T09:24:09.632 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:09 smithi003 bash[117013]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1 2024-09-16T09:24:09.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:09 smithi177 ceph-mon[87761]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:24:09.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:09 smithi177 ceph-mon[87761]: osdmap e119: 8 total, 7 up, 8 in 2024-09-16T09:24:09.926 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:09 smithi003 podman[117041]: 2024-09-16 09:24:09.630589277 +0000 UTC m=+0.645790049 container remove 0c77b405174a5e42c0b6cd04da221dfbd426a47a76a09c724c5b2a1c320600b9 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-ad35db0, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:24:10.301 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:09 smithi003 podman[117130]: 2024-09-16 09:24:09.989503766 +0000 UTC m=+0.111497445 container create d3cd2eba09af4d3791e61ead6e64cb2e97e8b0da172191cc01e4b1011c6724f0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731) 2024-09-16T09:24:10.301 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:09 smithi003 podman[117130]: 2024-09-16 09:24:09.89452499 +0000 UTC m=+0.016518684 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:10.301 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:10 smithi003 podman[117130]: 2024-09-16 09:24:10.200160511 +0000 UTC m=+0.322154197 container init d3cd2eba09af4d3791e61ead6e64cb2e97e8b0da172191cc01e4b1011c6724f0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-16T09:24:10.301 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:10 smithi003 podman[117130]: 2024-09-16 09:24:10.203782869 +0000 UTC m=+0.325776546 container start d3cd2eba09af4d3791e61ead6e64cb2e97e8b0da172191cc01e4b1011c6724f0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, 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, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True) 2024-09-16T09:24:10.301 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:10 smithi003 podman[117130]: 2024-09-16 09:24:10.300054274 +0000 UTC m=+0.422047970 container attach d3cd2eba09af4d3791e61ead6e64cb2e97e8b0da172191cc01e4b1011c6724f0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=) 2024-09-16T09:24:10.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:10 smithi003 ceph-mon[103592]: osdmap e120: 8 total, 7 up, 8 in 2024-09-16T09:24:10.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:10 smithi003 ceph-mon[103592]: pgmap v152: 161 pgs: 32 active+undersized, 1 stale+active+clean, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 81/636 objects degraded (12.736%) 2024-09-16T09:24:10.676 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:10 smithi003 podman[117130]: 2024-09-16 09:24:10.420015409 +0000 UTC m=+0.542009095 container died d3cd2eba09af4d3791e61ead6e64cb2e97e8b0da172191cc01e4b1011c6724f0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-16T09:24:10.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:10 smithi003 ceph-mon[107193]: osdmap e120: 8 total, 7 up, 8 in 2024-09-16T09:24:10.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:10 smithi003 ceph-mon[107193]: pgmap v152: 161 pgs: 32 active+undersized, 1 stale+active+clean, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 81/636 objects degraded (12.736%) 2024-09-16T09:24:10.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:10 smithi177 ceph-mon[87761]: osdmap e120: 8 total, 7 up, 8 in 2024-09-16T09:24:10.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:10 smithi177 ceph-mon[87761]: pgmap v152: 161 pgs: 32 active+undersized, 1 stale+active+clean, 21 active+undersized+degraded, 107 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 81/636 objects degraded (12.736%) 2024-09-16T09:24:11.040 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 podman[117153]: 2024-09-16 09:24:11.037305635 +0000 UTC m=+0.611187227 container remove d3cd2eba09af4d3791e61ead6e64cb2e97e8b0da172191cc01e4b1011c6724f0 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:24:11.426 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-16T09:24:11.426 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 systemd[1]: Stopped Ceph osd.1 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:24:11.426 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.1.service: Consumed 15.201s CPU time. 2024-09-16T09:24:11.426 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 systemd[1]: Starting Ceph osd.1 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:24:11.716 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:11 smithi003 ceph-mon[103592]: Health check failed: Degraded data redundancy: 81/636 objects degraded (12.736%), 21 pgs degraded (PG_DEGRADED) 2024-09-16T09:24:11.717 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:11 smithi003 ceph-mon[107193]: Health check failed: Degraded data redundancy: 81/636 objects degraded (12.736%), 21 pgs degraded (PG_DEGRADED) 2024-09-16T09:24:11.717 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 podman[117250]: 2024-09-16 09:24:11.391883662 +0000 UTC m=+0.016241906 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:11.717 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 podman[117250]: 2024-09-16 09:24:11.504849889 +0000 UTC m=+0.129208127 container create 9669645694e87b6f2b4d2864b83fa05730d1310243939745e3b416c517b28ff5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_CLEAN=True) 2024-09-16T09:24:11.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:11 smithi177 ceph-mon[87761]: Health check failed: Degraded data redundancy: 81/636 objects degraded (12.736%), 21 pgs degraded (PG_DEGRADED) 2024-09-16T09:24:12.176 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 podman[117250]: 2024-09-16 09:24:11.715389475 +0000 UTC m=+0.339747709 container init 9669645694e87b6f2b4d2864b83fa05730d1310243939745e3b416c517b28ff5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:24:12.176 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 podman[117250]: 2024-09-16 09:24:11.719497375 +0000 UTC m=+0.343855619 container start 9669645694e87b6f2b4d2864b83fa05730d1310243939745e3b416c517b28ff5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:24:12.176 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 podman[117250]: 2024-09-16 09:24:11.80726623 +0000 UTC m=+0.431624482 container attach 9669645694e87b6f2b4d2864b83fa05730d1310243939745e3b416c517b28ff5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:24:12.176 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate[117264]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:24:12.177 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 bash[117250]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:24:12.177 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate[117264]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:24:12.177 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:11 smithi003 bash[117250]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:24:12.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:11.773634123Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:12 smithi003 ceph-mon[103592]: pgmap v153: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:12 smithi003 ceph-mon[107193]: pgmap v153: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:12 smithi177 ceph-mon[87761]: pgmap v153: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:14.524 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate[117264]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-16T09:24:14.524 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 bash[117250]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-16T09:24:14.525 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate[117264]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-16T09:24:14.525 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 bash[117250]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-1 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-16T09:24:14.525 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate[117264]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-16T09:24:14.525 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 bash[117250]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-16T09:24:14.871 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate[117264]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-16T09:24:14.871 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 bash[117250]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-16T09:24:14.871 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate[117264]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-16T09:24:14.871 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 bash[117250]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-16T09:24:14.871 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate[117264]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-16T09:24:14.871 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 bash[117250]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-16T09:24:14.871 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate[117264]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-16T09:24:14.871 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 bash[117250]: --> ceph-volume raw activate successful for osd ID: 1 2024-09-16T09:24:14.872 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:14 smithi003 podman[117250]: 2024-09-16 09:24:14.560841276 +0000 UTC m=+3.185199518 container died 9669645694e87b6f2b4d2864b83fa05730d1310243939745e3b416c517b28ff5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-16T09:24:15.175 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:15 smithi003 podman[117431]: 2024-09-16 09:24:15.118925823 +0000 UTC m=+0.546366665 container remove 9669645694e87b6f2b4d2864b83fa05730d1310243939745e3b416c517b28ff5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-activate, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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-13-1248-8293d73, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-16T09:24:15.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:14.780768289Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:15.622 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:24:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:24:15] "GET /metrics HTTP/1.1" 200 38349 "" "Prometheus/2.51.0" 2024-09-16T09:24:15.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:15 smithi003 ceph-mon[103592]: pgmap v154: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:15.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:15 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:15.623 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:15 smithi003 ceph-mon[107193]: pgmap v154: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:15.623 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:15 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:15.623 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:15 smithi003 podman[117490]: 2024-09-16 09:24:15.239951967 +0000 UTC m=+0.017014235 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:15.624 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:15 smithi003 podman[117490]: 2024-09-16 09:24:15.344882881 +0000 UTC m=+0.121945140 container create ec0a4f9a7aca4a60a3f9fb038623b2aa6a006f6eb320013a78a985dcb3bb4299 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:24:15.624 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:15 smithi003 podman[117490]: 2024-09-16 09:24:15.522003965 +0000 UTC m=+0.299066226 container init ec0a4f9a7aca4a60a3f9fb038623b2aa6a006f6eb320013a78a985dcb3bb4299 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:24:15.624 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:15 smithi003 podman[117490]: 2024-09-16 09:24:15.525363185 +0000 UTC m=+0.302425443 container start ec0a4f9a7aca4a60a3f9fb038623b2aa6a006f6eb320013a78a985dcb3bb4299 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-16T09:24:15.624 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:15 smithi003 ceph-osd[117510]: -- 172.21.15.3:0/613886109 <== mon.2 v2:172.21.15.3:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x555fb5513a40 con 0x555fb62e2400 2024-09-16T09:24:15.624 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:15 smithi003 bash[117490]: ec0a4f9a7aca4a60a3f9fb038623b2aa6a006f6eb320013a78a985dcb3bb4299 2024-09-16T09:24:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:15 smithi177 ceph-mon[87761]: pgmap v154: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:15 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:15.926 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:15 smithi003 systemd[1]: Started Ceph osd.1 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:24:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:16 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:16 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:16 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:16 smithi003 ceph-mon[107193]: pgmap v155: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:16 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:16 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:16 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:16 smithi003 ceph-mon[103592]: pgmap v155: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:16 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:16.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:16 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:16.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:16 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:16.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:16 smithi177 ceph-mon[87761]: pgmap v155: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:17.426 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:17 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[117506]: 2024-09-16T09:24:17.153+0000 7f9e0fdaa640 -1 Falling back to public interface 2024-09-16T09:24:18.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:17.774804242Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:19.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:19 smithi003 ceph-mon[107193]: pgmap v156: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:19.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:19 smithi003 ceph-mon[103592]: pgmap v156: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:19.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:19 smithi177 ceph-mon[87761]: pgmap v156: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:20.577 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[117506]: 2024-09-16T09:24:20.234+0000 7f9e0fdaa640 -1 osd.1 118 log_to_monitors true 2024-09-16T09:24:20.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:20.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 87/636 objects degraded (13.679%), 22 pgs degraded (PG_DEGRADED) 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[103592]: from='osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[103592]: pgmap v157: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 87/636 objects degraded (13.679%), 22 pgs degraded (PG_DEGRADED) 2024-09-16T09:24:20.830 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[107193]: from='osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T09:24:20.831 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:20 smithi003 ceph-mon[107193]: pgmap v157: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:20.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:20.78038294Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:20.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:20.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:20.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:20 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 87/636 objects degraded (13.679%), 22 pgs degraded (PG_DEGRADED) 2024-09-16T09:24:20.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:20 smithi177 ceph-mon[87761]: from='osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T09:24:20.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:20 smithi177 ceph-mon[87761]: pgmap v157: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 269 MiB used, 715 GiB / 715 GiB avail; 87/636 objects degraded (13.679%) 2024-09-16T09:24:21.561 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:24:21 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[117506]: 2024-09-16T09:24:21.215+0000 7f9e03b4c640 -1 osd.1 118 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:24:22.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:22 smithi177 ceph-mon[87761]: from='osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T09:24:22.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:22 smithi177 ceph-mon[87761]: osdmap e121: 8 total, 7 up, 8 in 2024-09-16T09:24:22.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:22 smithi177 ceph-mon[87761]: from='osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:24:22.657 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:22 smithi003 ceph-mon[103592]: from='osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T09:24:22.657 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:22 smithi003 ceph-mon[103592]: osdmap e121: 8 total, 7 up, 8 in 2024-09-16T09:24:22.658 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:22 smithi003 ceph-mon[103592]: from='osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:24:22.658 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:22 smithi003 ceph-mon[107193]: from='osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T09:24:22.658 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:22 smithi003 ceph-mon[107193]: osdmap e121: 8 total, 7 up, 8 in 2024-09-16T09:24:22.658 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:22 smithi003 ceph-mon[107193]: from='osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:24:23.260 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[103592]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:24:23.260 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[103592]: osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141] boot 2024-09-16T09:24:23.260 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[103592]: osdmap e122: 8 total, 8 up, 8 in 2024-09-16T09:24:23.260 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:24:23.260 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[103592]: pgmap v160: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 87/636 objects degraded (13.679%) 2024-09-16T09:24:23.260 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[103592]: osdmap e123: 8 total, 8 up, 8 in 2024-09-16T09:24:23.260 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[107193]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:24:23.260 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[107193]: osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141] boot 2024-09-16T09:24:23.261 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[107193]: osdmap e122: 8 total, 8 up, 8 in 2024-09-16T09:24:23.261 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:24:23.261 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[107193]: pgmap v160: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 87/636 objects degraded (13.679%) 2024-09-16T09:24:23.261 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:23 smithi003 ceph-mon[107193]: osdmap e123: 8 total, 8 up, 8 in 2024-09-16T09:24:23.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:23 smithi177 ceph-mon[87761]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:24:23.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:23 smithi177 ceph-mon[87761]: osd.1 [v2:172.21.15.3:6810/969936141,v1:172.21.15.3:6811/969936141] boot 2024-09-16T09:24:23.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:23 smithi177 ceph-mon[87761]: osdmap e122: 8 total, 8 up, 8 in 2024-09-16T09:24:23.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:23 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T09:24:23.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:23 smithi177 ceph-mon[87761]: pgmap v160: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 87/636 objects degraded (13.679%) 2024-09-16T09:24:23.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:23 smithi177 ceph-mon[87761]: osdmap e123: 8 total, 8 up, 8 in 2024-09-16T09:24:24.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:23.775572092Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:24.622 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.622 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.622 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:24.622 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:24.622 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.622 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:24:24.622 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.622 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.622 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: Upgrade: Finalizing container_image settings 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:24:24.623 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:24:24.624 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: Upgrade: Complete! 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:24.625 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:24.626 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.626 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.626 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.626 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:24.626 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:24.626 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.626 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:24:24.626 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: Upgrade: Finalizing container_image settings 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:24:24.627 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.628 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: Upgrade: Complete! 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:24.629 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:24 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:24.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:24.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: Upgrade: Finalizing container_image settings 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:24:24.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:24:24.715 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: Upgrade: Complete! 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:24.716 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:24.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:24.717 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:24 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:25 smithi003 ceph-mon[103592]: pgmap v162: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 87/636 objects degraded (13.679%) 2024-09-16T09:24:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:25 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:25 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:25.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:24:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:24:25] "GET /metrics HTTP/1.1" 200 38357 "" "Prometheus/2.51.0" 2024-09-16T09:24:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:25 smithi003 ceph-mon[107193]: pgmap v162: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 87/636 objects degraded (13.679%) 2024-09-16T09:24:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:25 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:25 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:25 smithi177 ceph-mon[87761]: pgmap v162: 161 pgs: 38 active+undersized, 22 active+undersized+degraded, 101 active+clean; 585 KiB data, 261 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 87/636 objects degraded (13.679%) 2024-09-16T09:24:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:25 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:25.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:25 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:26.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:26 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 6/636 objects degraded (0.943%), 1 pg degraded (PG_DEGRADED) 2024-09-16T09:24:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:26 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 6/636 objects degraded (0.943%), 1 pg degraded (PG_DEGRADED) 2024-09-16T09:24:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:26 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 6/636 objects degraded (0.943%), 1 pg degraded (PG_DEGRADED) 2024-09-16T09:24:27.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:26.773182491Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:27.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:27 smithi003 ceph-mon[107193]: pgmap v163: 161 pgs: 5 active+undersized, 1 active+undersized+degraded, 155 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 6/636 objects degraded (0.943%) 2024-09-16T09:24:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:27 smithi003 ceph-mon[103592]: pgmap v163: 161 pgs: 5 active+undersized, 1 active+undersized+degraded, 155 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 6/636 objects degraded (0.943%) 2024-09-16T09:24:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:27 smithi177 ceph-mon[87761]: pgmap v163: 161 pgs: 5 active+undersized, 1 active+undersized+degraded, 155 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 6/636 objects degraded (0.943%) 2024-09-16T09:24:28.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:28 smithi003 ceph-mon[103592]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/636 objects degraded (0.943%), 1 pg degraded) 2024-09-16T09:24:28.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:28 smithi003 ceph-mon[103592]: Cluster is now healthy 2024-09-16T09:24:28.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:28 smithi003 ceph-mon[107193]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/636 objects degraded (0.943%), 1 pg degraded) 2024-09-16T09:24:28.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:28 smithi003 ceph-mon[107193]: Cluster is now healthy 2024-09-16T09:24:28.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:28 smithi177 ceph-mon[87761]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/636 objects degraded (0.943%), 1 pg degraded) 2024-09-16T09:24:28.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:28 smithi177 ceph-mon[87761]: Cluster is now healthy 2024-09-16T09:24:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:29 smithi003 ceph-mon[103592]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 724 B/s rd, 0 op/s 2024-09-16T09:24:29.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:29 smithi003 ceph-mon[107193]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 724 B/s rd, 0 op/s 2024-09-16T09:24:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:29 smithi177 ceph-mon[87761]: pgmap v164: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 724 B/s rd, 0 op/s 2024-09-16T09:24:30.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:29.777143604Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:31 smithi003 ceph-mon[103592]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:31.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:31 smithi003 ceph-mon[107193]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:31 smithi177 ceph-mon[87761]: pgmap v165: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:32.349 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:24:32.613 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:24:33.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:32.776847723Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:33.433 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (3m) 13s ago 24m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (3m) 2m ago 24m 70.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (4m) 13s ago 23m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (4m) 2m ago 28m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (13m) 13s ago 30m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (108s) 13s ago 30m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (2m) 2m ago 29m 18.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (93s) 13s ago 29m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (4m) 13s ago 24m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (4m) 2m ago 24m 11.0M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (53s) 13s ago 28m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:24:33.434 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (18s) 13s ago 28m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:24:33.435 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (27m) 13s ago 27m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:24:33.435 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (27m) 13s ago 27m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:24:33.435 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (26m) 2m ago 26m 65.8M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:24:33.435 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (26m) 2m ago 26m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:24:33.435 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (26m) 2m ago 25m 60.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:24:33.435 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (25m) 2m ago 25m 63.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:24:33.435 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (3m) 2m ago 25m 41.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:24:33.435 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (24m) 13s ago 24m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:24:33.435 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (24m) 2m ago 24m 92.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:24:33.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:33 smithi003 ceph-mon[103592]: from='client.44220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:33.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:33 smithi003 ceph-mon[103592]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:33 smithi003 ceph-mon[107193]: from='client.44220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:33.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:33 smithi003 ceph-mon[107193]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:33 smithi177 ceph-mon[87761]: from='client.44220 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:33.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:33 smithi177 ceph-mon[87761]: pgmap v166: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:34.137 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-16T09:24:34.399 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:24:34.673 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:34 smithi003 ceph-mon[103592]: from='client.54230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:34.673 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:34 smithi003 ceph-mon[107193]: from='client.54230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:34.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:34 smithi177 ceph-mon[87761]: from='client.54230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:35.138 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:24:35.418 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:24:35] "GET /metrics HTTP/1.1" 200 38351 "" "Prometheus/2.51.0" 2024-09-16T09:24:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[103592]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 925 B/s rd, 0 op/s 2024-09-16T09:24:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/528657694' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.a"} : dispatch 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"} : dispatch 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.19"} : dispatch 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[107193]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 925 B/s rd, 0 op/s 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/528657694' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:35.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:35.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.a"} : dispatch 2024-09-16T09:24:35.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"} : dispatch 2024-09-16T09:24:35.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.19"} : dispatch 2024-09-16T09:24:35.686 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 7'"'"'' 2024-09-16T09:24:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:35 smithi177 ceph-mon[87761]: pgmap v167: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 925 B/s rd, 0 op/s 2024-09-16T09:24:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:35 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:35 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/528657694' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.a"} : dispatch 2024-09-16T09:24:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"} : dispatch 2024-09-16T09:24:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.19"} : dispatch 2024-09-16T09:24:35.938 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:24:36.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:35.7756853Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:37.575 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:37 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.a"}]': finished 2024-09-16T09:24:37.575 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:37 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"}]': finished 2024-09-16T09:24:37.576 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:37 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.19"}]': finished 2024-09-16T09:24:37.576 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:37 smithi003 ceph-mon[107193]: osdmap e124: 8 total, 8 up, 8 in 2024-09-16T09:24:37.576 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:37 smithi003 ceph-mon[107193]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:37.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:37 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.a"}]': finished 2024-09-16T09:24:37.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:37 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"}]': finished 2024-09-16T09:24:37.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:37 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.19"}]': finished 2024-09-16T09:24:37.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:37 smithi003 ceph-mon[103592]: osdmap e124: 8 total, 8 up, 8 in 2024-09-16T09:24:37.576 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:37 smithi003 ceph-mon[103592]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:37 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.a"}]': finished 2024-09-16T09:24:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:37 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.17"}]': finished 2024-09-16T09:24:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:37 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "osd rm-pg-upmap-items", "format": "json", "pgid": "5.19"}]': finished 2024-09-16T09:24:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:37 smithi177 ceph-mon[87761]: osdmap e124: 8 total, 8 up, 8 in 2024-09-16T09:24:37.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:37 smithi177 ceph-mon[87761]: pgmap v169: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:37.929 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:24:38.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:38 smithi003 ceph-mon[103592]: from='client.44238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:38.497 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:38 smithi003 ceph-mon[103592]: osdmap e125: 8 total, 8 up, 8 in 2024-09-16T09:24:38.498 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:38 smithi003 ceph-mon[107193]: from='client.44238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:38.498 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:38 smithi003 ceph-mon[107193]: osdmap e125: 8 total, 8 up, 8 in 2024-09-16T09:24:38.525 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade status' 2024-09-16T09:24:38.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:38 smithi177 ceph-mon[87761]: from='client.44238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:38.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:38 smithi177 ceph-mon[87761]: osdmap e125: 8 total, 8 up, 8 in 2024-09-16T09:24:38.781 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:24:39.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:38.781595664Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:39.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:39 smithi003 ceph-mon[103592]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:24:39.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:39 smithi003 ceph-mon[107193]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:24:39.455 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:24:39.456 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": null, 2024-09-16T09:24:39.456 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": false, 2024-09-16T09:24:39.456 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "", 2024-09-16T09:24:39.456 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:24:39.456 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": null, 2024-09-16T09:24:39.456 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2024-09-16T09:24:39.456 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:24:39.456 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:24:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:39 smithi177 ceph-mon[87761]: pgmap v171: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:24:40.086 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph health detail' 2024-09-16T09:24:40.344 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:24:41.023 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2024-09-16T09:24:41.636 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:41 smithi003 ceph-mon[103592]: from='client.54248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:41.636 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:41 smithi003 ceph-mon[103592]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:41.636 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:41 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/1304117119' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:24:41.636 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:41 smithi003 ceph-mon[107193]: from='client.54248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:41.636 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:41 smithi003 ceph-mon[107193]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:41.636 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:41 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/1304117119' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:24:41.667 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1' 2024-09-16T09:24:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:41 smithi177 ceph-mon[87761]: from='client.54248 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:41.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:41 smithi177 ceph-mon[87761]: pgmap v172: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:41.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:41 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/1304117119' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:24:41.924 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:24:42.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:41.779204873Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:43.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:43 smithi003 ceph-mon[103592]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:43.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:43 smithi003 ceph-mon[107193]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:43 smithi177 ceph-mon[87761]: pgmap v173: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:43.895 INFO:teuthology.orchestra.run.smithi003.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:44.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:44 smithi003 ceph-mon[103592]: from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:44.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:44 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:44.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:44 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:44.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:44 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:44.430 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:44 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:44.431 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:44 smithi003 ceph-mon[107193]: from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:44.431 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:44 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:44.431 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:44 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:44.431 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:44 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:44.431 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:44 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:44.519 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:24:44.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:44 smithi177 ceph-mon[87761]: from='client.44256 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "crash,osd", "limit": 1, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:44.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:44 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:44.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:44 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:44.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:44 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:24:44.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:44 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:45.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:44.773802291Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:45.597 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:24:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:24:45] "GET /metrics HTTP/1.1" 200 38351 "" "Prometheus/2.51.0" 2024-09-16T09:24:45.597 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:45 smithi003 ceph-mon[103592]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:45.598 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:45 smithi003 ceph-mon[103592]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:45.598 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:45 smithi003 ceph-mon[103592]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 636 B/s rd, 0 op/s 2024-09-16T09:24:45.598 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:45 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:45.598 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:45 smithi003 ceph-mon[107193]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:45.598 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:45 smithi003 ceph-mon[107193]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:45.598 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:45 smithi003 ceph-mon[107193]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 636 B/s rd, 0 op/s 2024-09-16T09:24:45.598 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:45 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:45 smithi177 ceph-mon[87761]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:45 smithi177 ceph-mon[87761]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:45 smithi177 ceph-mon[87761]: pgmap v174: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 636 B/s rd, 0 op/s 2024-09-16T09:24:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:45 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:45.723 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:24:46.431 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:24:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:24:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:24:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:24:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mgr 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mon 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all crash 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: Upgrade: osd.2 is safe to restart 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[103592]: from='client.54266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mgr 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mon 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all crash 2024-09-16T09:24:46.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-16T09:24:46.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-16T09:24:46.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: Upgrade: osd.2 is safe to restart 2024-09-16T09:24:46.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:46.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:46 smithi003 ceph-mon[107193]: from='client.54266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:46.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mgr 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mon 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:46.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all crash 2024-09-16T09:24:46.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:46.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16} : dispatch 2024-09-16T09:24:46.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-09-16T09:24:46.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: Upgrade: osd.2 is safe to restart 2024-09-16T09:24:46.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: pgmap v175: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:46.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:46 smithi177 ceph-mon[87761]: from='client.54266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:47.030 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:24:47.030 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (3m) 27s ago 24m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:24:47.030 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (3m) 2m ago 24m 70.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:24:47.030 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (5m) 27s ago 24m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:24:47.030 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (4m) 2m ago 29m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:24:47.030 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (14m) 27s ago 30m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:24:47.030 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (2m) 27s ago 30m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:24:47.030 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (2m) 2m ago 29m 18.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:24:47.030 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (106s) 27s ago 29m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:24:47.030 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (4m) 27s ago 24m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (4m) 2m ago 24m 11.0M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (67s) 27s ago 28m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (31s) 27s ago 28m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (27m) 27s ago 27m - 2993M 19.1.1-328-gad35db06 b5388489f99e 62735cd4d89f 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (27m) 27s ago 27m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (27m) 2m ago 27m 65.8M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (26m) 2m ago 26m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (26m) 2m ago 26m 60.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (25m) 2m ago 25m 63.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (4m) 2m ago 25m 41.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (24m) 27s ago 24m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:24:47.031 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (24m) 2m ago 24m 92.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 6, 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:24:47.392 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:24:47.393 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:24:47.393 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:24:47.393 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:24:47.393 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:24:47.393 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 8, 2024-09-16T09:24:47.393 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 7 2024-09-16T09:24:47.393 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:24:47.393 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:24:47.713 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:24:47.713 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:24:47.713 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:24:47.713 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) crash,osd. Upgrade limited to 1 daemons (1 remaining).", 2024-09-16T09:24:47.713 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:24:47.714 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "2/8 daemons upgraded", 2024-09-16T09:24:47.714 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2024-09-16T09:24:47.714 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:24:47.714 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:24:48.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:47.77550749Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:48.563 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[103592]: from='client.44268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:48.563 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[103592]: from='client.54278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:48.563 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[103592]: Upgrade: Updating osd.2 2024-09-16T09:24:48.563 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:48.563 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[103592]: Deploying daemon osd.2 on smithi003 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/886228826' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[107193]: from='client.44268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[107193]: from='client.54278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[107193]: Upgrade: Updating osd.2 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[107193]: Deploying daemon osd.2 on smithi003 2024-09-16T09:24:48.564 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:48 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/886228826' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:48 smithi177 ceph-mon[87761]: from='client.44268 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:48 smithi177 ceph-mon[87761]: from='client.54278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:48 smithi177 ceph-mon[87761]: Upgrade: Updating osd.2 2024-09-16T09:24:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T09:24:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:48 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:24:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:48 smithi177 ceph-mon[87761]: Deploying daemon osd.2 on smithi003 2024-09-16T09:24:48.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:48 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/886228826' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:24:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:49 smithi003 ceph-mon[103592]: from='client.54290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:49.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:49 smithi003 ceph-mon[103592]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s 2024-09-16T09:24:49.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:49 smithi003 ceph-mon[107193]: from='client.54290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:49.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:49 smithi003 ceph-mon[107193]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s 2024-09-16T09:24:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:49 smithi177 ceph-mon[87761]: from='client.54290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:24:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:49 smithi177 ceph-mon[87761]: pgmap v176: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 927 B/s rd, 0 op/s 2024-09-16T09:24:50.367 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:50 smithi003 systemd[1]: Stopping Ceph osd.2 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:24:50.367 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:50.367 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:50.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[49606]: 2024-09-16T09:24:50.363+0000 7f643bfff640 -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-16T09:24:50.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[49606]: 2024-09-16T09:24:50.363+0000 7f643bfff640 -1 osd.2 125 *** Got signal Terminated *** 2024-09-16T09:24:50.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[49606]: 2024-09-16T09:24:50.363+0000 7f643bfff640 -1 osd.2 125 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:24:50.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:24:51.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:50.778555608Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:51 smithi003 ceph-mon[107193]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:51 smithi003 ceph-mon[107193]: osd.2 marked itself down and dead 2024-09-16T09:24:51.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:51 smithi003 ceph-mon[103592]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:51.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:51 smithi003 ceph-mon[103592]: osd.2 marked itself down and dead 2024-09-16T09:24:51.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:51 smithi177 ceph-mon[87761]: pgmap v177: 161 pgs: 161 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:24:51.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:51 smithi177 ceph-mon[87761]: osd.2 marked itself down and dead 2024-09-16T09:24:52.083 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:51 smithi003 podman[123120]: 2024-09-16 09:24:51.786554499 +0000 UTC m=+1.544534593 container died 62735cd4d89fd600bf8722653a83a967d3ccab678c24aa78a17c37a4d1d486c3 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2, 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, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, RELEASE=squid-ad35db0) 2024-09-16T09:24:52.392 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:52 smithi003 ceph-mon[103592]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:24:52.392 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:52 smithi003 ceph-mon[103592]: osdmap e126: 8 total, 7 up, 8 in 2024-09-16T09:24:52.392 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:52 smithi003 ceph-mon[107193]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:24:52.392 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:52 smithi003 ceph-mon[107193]: osdmap e126: 8 total, 7 up, 8 in 2024-09-16T09:24:52.392 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:52 smithi003 podman[123120]: 2024-09-16 09:24:52.164246512 +0000 UTC m=+1.922226599 container cleanup 62735cd4d89fd600bf8722653a83a967d3ccab678c24aa78a17c37a4d1d486c3 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2, org.label-schema.schema-version=1.0, RELEASE=squid-ad35db0, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:24:52.392 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:52 smithi003 bash[123120]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2 2024-09-16T09:24:52.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:52 smithi003 podman[123134]: 2024-09-16 09:24:52.39102705 +0000 UTC m=+0.594753858 container remove 62735cd4d89fd600bf8722653a83a967d3ccab678c24aa78a17c37a4d1d486c3 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-ad35db0, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, ceph=True) 2024-09-16T09:24:52.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:52 smithi177 ceph-mon[87761]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:24:52.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:52 smithi177 ceph-mon[87761]: osdmap e126: 8 total, 7 up, 8 in 2024-09-16T09:24:53.161 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:52 smithi003 podman[123224]: 2024-09-16 09:24:52.736036626 +0000 UTC m=+0.016390390 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:53.161 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:52 smithi003 podman[123224]: 2024-09-16 09:24:52.850196301 +0000 UTC m=+0.130550097 container create 45280554276c9efa9bb2e67d0b338f834799cadfd2bd407a6b9c43202fc02321 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:24:53.162 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:53 smithi003 podman[123224]: 2024-09-16 09:24:53.077567861 +0000 UTC m=+0.357921616 container init 45280554276c9efa9bb2e67d0b338f834799cadfd2bd407a6b9c43202fc02321 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-16T09:24:53.162 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:53 smithi003 podman[123224]: 2024-09-16 09:24:53.082373482 +0000 UTC m=+0.362727237 container start 45280554276c9efa9bb2e67d0b338f834799cadfd2bd407a6b9c43202fc02321 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-16T09:24:53.162 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:53 smithi003 podman[123224]: 2024-09-16 09:24:53.160656761 +0000 UTC m=+0.441010518 container attach 45280554276c9efa9bb2e67d0b338f834799cadfd2bd407a6b9c43202fc02321 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2) 2024-09-16T09:24:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:53 smithi003 ceph-mon[103592]: pgmap v179: 161 pgs: 8 peering, 9 stale+active+clean, 144 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:53 smithi003 ceph-mon[103592]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-16T09:24:53.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:53 smithi003 ceph-mon[103592]: osdmap e127: 8 total, 7 up, 8 in 2024-09-16T09:24:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:53 smithi003 ceph-mon[107193]: pgmap v179: 161 pgs: 8 peering, 9 stale+active+clean, 144 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:53 smithi003 ceph-mon[107193]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-16T09:24:53.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:53 smithi003 ceph-mon[107193]: osdmap e127: 8 total, 7 up, 8 in 2024-09-16T09:24:53.427 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:53 smithi003 podman[123224]: 2024-09-16 09:24:53.28349788 +0000 UTC m=+0.563851653 container died 45280554276c9efa9bb2e67d0b338f834799cadfd2bd407a6b9c43202fc02321 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , ceph=True) 2024-09-16T09:24:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:53 smithi177 ceph-mon[87761]: pgmap v179: 161 pgs: 8 peering, 9 stale+active+clean, 144 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:24:53.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:53 smithi177 ceph-mon[87761]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-16T09:24:53.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:53 smithi177 ceph-mon[87761]: osdmap e127: 8 total, 7 up, 8 in 2024-09-16T09:24:54.176 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:53 smithi003 podman[123247]: 2024-09-16 09:24:53.880654886 +0000 UTC m=+0.586105227 container remove 45280554276c9efa9bb2e67d0b338f834799cadfd2bd407a6b9c43202fc02321 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-16T09:24:54.176 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:53 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-16T09:24:54.176 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:53 smithi003 systemd[1]: Stopped Ceph osd.2 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:24:54.176 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:53 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.2.service: Consumed 12.841s CPU time. 2024-09-16T09:24:54.176 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:54 smithi003 systemd[1]: Starting Ceph osd.2 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:24:54.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:53.782645487Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:54.643 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:54 smithi003 podman[123347]: 2024-09-16 09:24:54.315195559 +0000 UTC m=+0.106280261 container create 60ae6d43cd6acfe792cff299b68358d88e9ede85fd8ec5765cade2f092eddcf8 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2) 2024-09-16T09:24:54.643 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:54 smithi003 podman[123347]: 2024-09-16 09:24:54.225571789 +0000 UTC m=+0.016656454 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:54.644 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:54 smithi003 podman[123347]: 2024-09-16 09:24:54.559497938 +0000 UTC m=+0.350582609 container init 60ae6d43cd6acfe792cff299b68358d88e9ede85fd8ec5765cade2f092eddcf8 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-16T09:24:54.644 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:54 smithi003 podman[123347]: 2024-09-16 09:24:54.563595396 +0000 UTC m=+0.354680062 container start 60ae6d43cd6acfe792cff299b68358d88e9ede85fd8ec5765cade2f092eddcf8 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-16T09:24:54.644 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:54 smithi003 podman[123347]: 2024-09-16 09:24:54.642392706 +0000 UTC m=+0.433477381 container attach 60ae6d43cd6acfe792cff299b68358d88e9ede85fd8ec5765cade2f092eddcf8 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-16T09:24:54.926 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:54 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate[123363]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:24:54.926 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:54 smithi003 bash[123347]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:24:54.926 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:54 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate[123363]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:24:54.926 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:54 smithi003 bash[123347]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:24:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:55 smithi003 ceph-mon[103592]: pgmap v181: 161 pgs: 8 peering, 9 stale+active+clean, 144 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:24:55.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:55 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:55.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:24:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:24:55] "GET /metrics HTTP/1.1" 200 38281 "" "Prometheus/2.51.0" 2024-09-16T09:24:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:55 smithi003 ceph-mon[107193]: pgmap v181: 161 pgs: 8 peering, 9 stale+active+clean, 144 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:24:55.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:55 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:55 smithi177 ceph-mon[87761]: pgmap v181: 161 pgs: 8 peering, 9 stale+active+clean, 144 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:24:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:55 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:24:56.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:56 smithi003 ceph-mon[103592]: Health check failed: Degraded data redundancy: 52/636 objects degraded (8.176%), 13 pgs degraded (PG_DEGRADED) 2024-09-16T09:24:56.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:56 smithi003 ceph-mon[107193]: Health check failed: Degraded data redundancy: 52/636 objects degraded (8.176%), 13 pgs degraded (PG_DEGRADED) 2024-09-16T09:24:56.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:56 smithi177 ceph-mon[87761]: Health check failed: Degraded data redundancy: 52/636 objects degraded (8.176%), 13 pgs degraded (PG_DEGRADED) 2024-09-16T09:24:57.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:56.77523361Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:24:57.334 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate[123363]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-16T09:24:57.334 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 bash[123347]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-16T09:24:57.334 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate[123363]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-16T09:24:57.334 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 bash[123347]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-2 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-16T09:24:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:57 smithi003 ceph-mon[107193]: pgmap v182: 161 pgs: 26 active+undersized, 8 peering, 13 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 52/636 objects degraded (8.176%) 2024-09-16T09:24:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:57 smithi003 ceph-mon[103592]: pgmap v182: 161 pgs: 26 active+undersized, 8 peering, 13 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 52/636 objects degraded (8.176%) 2024-09-16T09:24:57.677 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate[123363]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-16T09:24:57.677 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 bash[123347]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-16T09:24:57.677 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate[123363]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-16T09:24:57.678 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 bash[123347]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-16T09:24:57.678 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate[123363]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-16T09:24:57.678 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 bash[123347]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-16T09:24:57.678 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate[123363]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-16T09:24:57.678 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 bash[123347]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-16T09:24:57.678 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate[123363]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-16T09:24:57.679 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 bash[123347]: --> ceph-volume raw activate successful for osd ID: 2 2024-09-16T09:24:57.679 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 podman[123347]: 2024-09-16 09:24:57.411550871 +0000 UTC m=+3.202635542 container died 60ae6d43cd6acfe792cff299b68358d88e9ede85fd8ec5765cade2f092eddcf8 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-16T09:24:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:57 smithi177 ceph-mon[87761]: pgmap v182: 161 pgs: 26 active+undersized, 8 peering, 13 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 52/636 objects degraded (8.176%) 2024-09-16T09:24:58.315 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:57 smithi003 podman[123530]: 2024-09-16 09:24:57.978897319 +0000 UTC m=+0.556396110 container remove 60ae6d43cd6acfe792cff299b68358d88e9ede85fd8ec5765cade2f092eddcf8 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-activate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:24:58.315 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:58 smithi003 podman[123590]: 2024-09-16 09:24:58.19606434 +0000 UTC m=+0.109637972 container create e91a3a6f54e79a020a144dd5e25d65ad7f0f2499f863a69af3348e7a30b4423c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:24:58.315 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:58 smithi003 podman[123590]: 2024-09-16 09:24:58.103327171 +0000 UTC m=+0.016900803 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:24:58.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:58 smithi003 ceph-mon[103592]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-16T09:24:58.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:58 smithi003 ceph-mon[107193]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-16T09:24:58.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:58 smithi003 podman[123590]: 2024-09-16 09:24:58.440788696 +0000 UTC m=+0.354362331 container init e91a3a6f54e79a020a144dd5e25d65ad7f0f2499f863a69af3348e7a30b4423c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-16T09:24:58.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:58 smithi003 podman[123590]: 2024-09-16 09:24:58.444237387 +0000 UTC m=+0.357811023 container start e91a3a6f54e79a020a144dd5e25d65ad7f0f2499f863a69af3348e7a30b4423c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS) 2024-09-16T09:24:58.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:58 smithi003 ceph-osd[123609]: -- 172.21.15.3:0/149631204 <== mon.2 v2:172.21.15.3:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55f2fe04da40 con 0x55f2fee1c000 2024-09-16T09:24:58.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:58 smithi003 bash[123590]: e91a3a6f54e79a020a144dd5e25d65ad7f0f2499f863a69af3348e7a30b4423c 2024-09-16T09:24:58.677 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:58 smithi003 systemd[1]: Started Ceph osd.2 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:24:58.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:58 smithi177 ceph-mon[87761]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 2 pgs peering) 2024-09-16T09:24:59.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:59 smithi003 ceph-mon[103592]: pgmap v183: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:24:59.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:59 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:59.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:59 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:59.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:24:59 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:59.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:59 smithi003 ceph-mon[107193]: pgmap v183: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:24:59.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:59 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:59.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:59 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:59.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:24:59 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:59.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:59 smithi177 ceph-mon[87761]: pgmap v183: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:24:59.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:59 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:59.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:59 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:24:59.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:24:59 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:00.176 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:24:59 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[123605]: 2024-09-16T09:24:59.831+0000 7f4725a00640 -1 Falling back to public interface 2024-09-16T09:25:00.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:24:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:24:59.774735071Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:01.649 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:01 smithi003 ceph-mon[103592]: pgmap v184: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:01.650 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:01 smithi003 ceph-mon[107193]: pgmap v184: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:01.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:01 smithi177 ceph-mon[87761]: pgmap v184: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:03.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:02.782692799Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:03.394 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[123605]: 2024-09-16T09:25:03.133+0000 7f4725a00640 -1 osd.2 125 log_to_monitors true 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[103592]: pgmap v185: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[103592]: from='osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[107193]: pgmap v185: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[107193]: from='osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T09:25:03.395 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.396 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:03 smithi177 ceph-mon[87761]: pgmap v185: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 266 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:03.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:03 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:03 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:03 smithi177 ceph-mon[87761]: from='osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T09:25:03.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:03 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:03.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:03 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:04.011 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:25:03 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[123605]: 2024-09-16T09:25:03.758+0000 7f471d7aa640 -1 osd.2 125 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:25:05.038 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:04 smithi003 ceph-mon[103592]: from='osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T09:25:05.039 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:04 smithi003 ceph-mon[103592]: osdmap e128: 8 total, 7 up, 8 in 2024-09-16T09:25:05.039 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:04 smithi003 ceph-mon[103592]: from='osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:25:05.039 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:04 smithi003 ceph-mon[103592]: pgmap v187: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:05.039 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:04 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:05.039 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:04 smithi003 ceph-mon[107193]: from='osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T09:25:05.039 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:04 smithi003 ceph-mon[107193]: osdmap e128: 8 total, 7 up, 8 in 2024-09-16T09:25:05.039 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:04 smithi003 ceph-mon[107193]: from='osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:25:05.039 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:04 smithi003 ceph-mon[107193]: pgmap v187: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:05.039 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:04 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:05.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:04 smithi177 ceph-mon[87761]: from='osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T09:25:05.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:04 smithi177 ceph-mon[87761]: osdmap e128: 8 total, 7 up, 8 in 2024-09-16T09:25:05.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:04 smithi177 ceph-mon[87761]: from='osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:25:05.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:04 smithi177 ceph-mon[87761]: pgmap v187: 161 pgs: 33 active+undersized, 14 active+undersized+degraded, 114 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:05.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:04 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:05.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:25:05] "GET /metrics HTTP/1.1" 200 38200 "" "Prometheus/2.51.0" 2024-09-16T09:25:05.747 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[103592]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:25:05.747 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[103592]: osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268] boot 2024-09-16T09:25:05.747 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[103592]: osdmap e129: 8 total, 8 up, 8 in 2024-09-16T09:25:05.747 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:25:05.747 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:05.747 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:05.748 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 57/636 objects degraded (8.962%), 14 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:05.748 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[103592]: osdmap e130: 8 total, 8 up, 8 in 2024-09-16T09:25:05.748 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[107193]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:25:05.748 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[107193]: osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268] boot 2024-09-16T09:25:05.748 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[107193]: osdmap e129: 8 total, 8 up, 8 in 2024-09-16T09:25:05.748 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:25:05.748 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:05.748 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:05.748 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 57/636 objects degraded (8.962%), 14 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:06.148 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:05 smithi003 ceph-mon[107193]: osdmap e130: 8 total, 8 up, 8 in 2024-09-16T09:25:06.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:05.779207447Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:05 smithi177 ceph-mon[87761]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:25:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:05 smithi177 ceph-mon[87761]: osd.2 [v2:172.21.15.3:6818/204967268,v1:172.21.15.3:6819/204967268] boot 2024-09-16T09:25:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:05 smithi177 ceph-mon[87761]: osdmap e129: 8 total, 8 up, 8 in 2024-09-16T09:25:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T09:25:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:05 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 57/636 objects degraded (8.962%), 14 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:06.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:05 smithi177 ceph-mon[87761]: osdmap e130: 8 total, 8 up, 8 in 2024-09-16T09:25:07.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: pgmap v190: 161 pgs: 25 peering, 15 active+undersized, 2 active+undersized+degraded, 119 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 6/636 objects degraded (0.943%) 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:25:07.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: pgmap v190: 161 pgs: 25 peering, 15 active+undersized, 2 active+undersized+degraded, 119 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 6/636 objects degraded (0.943%) 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:25:07.180 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.182 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:07.183 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:07.184 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.184 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:07.184 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:07.184 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: pgmap v190: 161 pgs: 25 peering, 15 active+undersized, 2 active+undersized+degraded, 119 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 6/636 objects degraded (0.943%) 2024-09-16T09:25:07.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:07.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:07.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:25:07.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:25:07.215 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:07.216 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:08.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:07 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:25:08.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:07 smithi003 ceph-mon[103592]: Upgrade: Finalizing container_image settings 2024-09-16T09:25:08.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:07 smithi003 ceph-mon[103592]: Upgrade: Complete! 2024-09-16T09:25:08.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:07 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:25:08.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:07 smithi003 ceph-mon[107193]: Upgrade: Finalizing container_image settings 2024-09-16T09:25:08.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:07 smithi003 ceph-mon[107193]: Upgrade: Complete! 2024-09-16T09:25:08.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:07 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:25:08.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:07 smithi177 ceph-mon[87761]: Upgrade: Finalizing container_image settings 2024-09-16T09:25:08.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:07 smithi177 ceph-mon[87761]: Upgrade: Complete! 2024-09-16T09:25:09.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:08 smithi003 ceph-mon[107193]: pgmap v191: 161 pgs: 25 peering, 11 active+undersized, 1 active+undersized+degraded, 124 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 1/636 objects degraded (0.157%) 2024-09-16T09:25:09.176 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:08 smithi003 ceph-mon[103592]: pgmap v191: 161 pgs: 25 peering, 11 active+undersized, 1 active+undersized+degraded, 124 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 1/636 objects degraded (0.157%) 2024-09-16T09:25:09.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:08 smithi177 ceph-mon[87761]: pgmap v191: 161 pgs: 25 peering, 11 active+undersized, 1 active+undersized+degraded, 124 active+clean; 585 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 1/636 objects degraded (0.157%) 2024-09-16T09:25:09.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:08.782274781Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:11.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:11 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:11.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:11 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 1/636 objects degraded (0.157%), 1 pg degraded (PG_DEGRADED) 2024-09-16T09:25:11.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:11 smithi003 ceph-mon[107193]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-09-16T09:25:11.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:11 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:11.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:11 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 1/636 objects degraded (0.157%), 1 pg degraded (PG_DEGRADED) 2024-09-16T09:25:11.678 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:11 smithi003 ceph-mon[103592]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-09-16T09:25:11.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:11 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:11.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:11 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 1/636 objects degraded (0.157%), 1 pg degraded (PG_DEGRADED) 2024-09-16T09:25:11.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:11 smithi177 ceph-mon[87761]: pgmap v192: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-09-16T09:25:12.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:11.780721864Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:12.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:12 smithi003 ceph-mon[107193]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/636 objects degraded (0.157%), 1 pg degraded) 2024-09-16T09:25:12.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:12 smithi003 ceph-mon[107193]: Cluster is now healthy 2024-09-16T09:25:12.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:12 smithi003 ceph-mon[103592]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/636 objects degraded (0.157%), 1 pg degraded) 2024-09-16T09:25:12.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:12 smithi003 ceph-mon[103592]: Cluster is now healthy 2024-09-16T09:25:12.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:12 smithi177 ceph-mon[87761]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/636 objects degraded (0.157%), 1 pg degraded) 2024-09-16T09:25:12.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:12 smithi177 ceph-mon[87761]: Cluster is now healthy 2024-09-16T09:25:13.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:13 smithi003 ceph-mon[103592]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:13.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:13 smithi003 ceph-mon[107193]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:13 smithi177 ceph-mon[87761]: pgmap v193: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:15.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:14.778520717Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:15.604 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:25:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:25:15] "GET /metrics HTTP/1.1" 200 38200 "" "Prometheus/2.51.0" 2024-09-16T09:25:15.605 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:15 smithi003 ceph-mon[107193]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-16T09:25:15.605 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:15 smithi003 ceph-mon[103592]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-16T09:25:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:15 smithi177 ceph-mon[87761]: pgmap v194: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-16T09:25:16.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:16 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:16 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:16.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:16 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:17.614 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:17 smithi177 ceph-mon[87761]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 971 B/s rd, 0 op/s 2024-09-16T09:25:17.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:17 smithi003 ceph-mon[103592]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 971 B/s rd, 0 op/s 2024-09-16T09:25:17.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:17 smithi003 ceph-mon[107193]: pgmap v195: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 971 B/s rd, 0 op/s 2024-09-16T09:25:17.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:17.776657966Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:18.731 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:25:18.990 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:25:19.362 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:19 smithi003 ceph-mon[103592]: from='client.54302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:19.362 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:19 smithi003 ceph-mon[103592]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:19.363 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:19 smithi003 ceph-mon[107193]: from='client.54302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:19.363 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:19 smithi003 ceph-mon[107193]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (4m) 16s ago 25m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (4m) 3m ago 25m 70.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (5m) 16s ago 24m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (5m) 3m ago 29m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (14m) 16s ago 31m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (2m) 16s ago 31m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (3m) 3m ago 29m 18.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (2m) 16s ago 29m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (5m) 16s ago 25m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:25:19.659 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (5m) 3m ago 25m 11.0M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (99s) 16s ago 29m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (64s) 16s ago 28m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (21s) 16s ago 28m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (27m) 16s ago 27m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (27m) 3m ago 27m 65.8M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (27m) 3m ago 27m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (26m) 3m ago 26m 60.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (26m) 3m ago 26m 63.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (4m) 3m ago 25m 41.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (24m) 16s ago 24m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:25:19.660 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (24m) 3m ago 24m 92.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:25:19.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:19 smithi177 ceph-mon[87761]: from='client.54302 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:19.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:19 smithi177 ceph-mon[87761]: pgmap v196: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:20.416 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 2'"'"'' 2024-09-16T09:25:20.673 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:25:21.155 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:20.779510965Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:21.393 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:25:21.394 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:21 smithi003 ceph-mon[103592]: from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:21.394 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:21 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:21.394 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:21 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:21.394 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:21 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:21.395 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:21 smithi003 ceph-mon[103592]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:21.395 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:21 smithi003 ceph-mon[107193]: from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:21.395 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:21 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:21.395 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:21 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:21.395 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:21 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:21.395 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:21 smithi003 ceph-mon[107193]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:21.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:21 smithi177 ceph-mon[87761]: from='client.44304 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:21.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:21 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:21.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:21 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:21.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:21 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:21.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:21 smithi177 ceph-mon[87761]: pgmap v197: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:22.080 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 8'"'"'' 2024-09-16T09:25:22.336 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:25:22.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:22 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/2879757891' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:22.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:22 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/2879757891' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:22.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:22 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/2879757891' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:23.555 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:23 smithi003 ceph-mon[103592]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:23.556 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:23 smithi003 ceph-mon[107193]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:23 smithi177 ceph-mon[87761]: pgmap v198: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:24.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:23.782118292Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:24.334 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:25:24.621 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:24 smithi003 ceph-mon[103592]: from='client.54320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:24.621 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:24 smithi003 ceph-mon[107193]: from='client.54320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:24.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:24 smithi177 ceph-mon[87761]: from='client.54320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:24.924 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade status' 2024-09-16T09:25:25.187 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:25:25.541 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:25 smithi003 ceph-mon[103592]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:25.541 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:25:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:25:25] "GET /metrics HTTP/1.1" 200 38342 "" "Prometheus/2.51.0" 2024-09-16T09:25:25.541 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:25 smithi003 ceph-mon[107193]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:25 smithi177 ceph-mon[87761]: pgmap v199: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:25.836 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:25:25.837 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": null, 2024-09-16T09:25:25.837 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": false, 2024-09-16T09:25:25.837 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "", 2024-09-16T09:25:25.837 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:25:25.837 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": null, 2024-09-16T09:25:25.837 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2024-09-16T09:25:25.837 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:25:25.837 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:25:26.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:26 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:26.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:26 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:26.476 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph health detail' 2024-09-16T09:25:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:26 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:26.735 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:25:27.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:26.778684441Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:27.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:27 smithi003 ceph-mon[103592]: from='client.44322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:27.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:27 smithi003 ceph-mon[103592]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:27.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:27 smithi003 ceph-mon[107193]: from='client.44322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:27.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:27 smithi003 ceph-mon[107193]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:27.428 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2024-09-16T09:25:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:27 smithi177 ceph-mon[87761]: from='client.44322 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:27 smithi177 ceph-mon[87761]: pgmap v200: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:27.997 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd' 2024-09-16T09:25:28.252 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:25:28.507 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:28 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/4126225501' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:25:28.507 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:28 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/4126225501' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:25:28.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:28 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/4126225501' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:25:29.561 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:29 smithi003 ceph-mon[107193]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:29.562 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:29 smithi003 ceph-mon[103592]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:29 smithi177 ceph-mon[87761]: pgmap v201: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:30.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:29.782063838Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:30.325 INFO:teuthology.orchestra.run.smithi003.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:25:30.504 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:30 smithi003 ceph-mon[103592]: from='client.44334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:30.504 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:30 smithi003 ceph-mon[107193]: from='client.44334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:30 smithi177 ceph-mon[87761]: from='client.44334 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "daemon_types": "crash,osd", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:30.926 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:25:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[103592]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[103592]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:25:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:31.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[107193]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:31.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[107193]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:25:31.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:31.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:31.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:31.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:31 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:31 smithi177 ceph-mon[87761]: pgmap v202: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:31.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:31 smithi177 ceph-mon[87761]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:25:31.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:31 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:31.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:31 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:31.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:31 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:31.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:31 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.032 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:25:32.415 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[103592]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:25:32.415 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[107193]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.416 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:25:32.417 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:32.417 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.417 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:32.417 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.417 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:32.417 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.417 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:32 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-16T09:25:32.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-mon[87761]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:25:32.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:25:32.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:32.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:32.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:32.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:32.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16} : dispatch 2024-09-16T09:25:32.727 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:25:33.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:32.777751402Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:33.321 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:25:33.321 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (4m) 30s ago 25m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:25:33.321 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (4m) 3m ago 25m 70.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (5m) 30s ago 24m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (5m) 3m ago 29m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (14m) 30s ago 31m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (2m) 30s ago 31m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (3m) 3m ago 30m 18.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (2m) 30s ago 29m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (5m) 30s ago 25m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (5m) 3m ago 25m 11.0M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (113s) 30s ago 29m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (78s) 30s ago 29m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (35s) 30s ago 28m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (28m) 30s ago 28m - 2993M 19.1.1-328-gad35db06 b5388489f99e e39986ac469b 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (27m) 3m ago 27m 65.8M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:25:33.322 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (27m) 3m ago 27m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:25:33.323 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (27m) 3m ago 26m 60.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:25:33.323 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (26m) 3m ago 26m 63.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:25:33.323 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (4m) 3m ago 26m 41.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:25:33.323 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (25m) 30s ago 25m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:25:33.323 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (25m) 3m ago 25m 92.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:25:33.524 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[107193]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:25:33.524 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[107193]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:25:33.524 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mgr 2024-09-16T09:25:33.524 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mon 2024-09-16T09:25:33.524 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all crash 2024-09-16T09:25:33.524 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-16T09:25:33.524 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[107193]: Upgrade: osd.3 is safe to restart 2024-09-16T09:25:33.525 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[107193]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:33.525 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[103592]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:25:33.525 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[103592]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:25:33.525 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mgr 2024-09-16T09:25:33.525 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mon 2024-09-16T09:25:33.525 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all crash 2024-09-16T09:25:33.525 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-16T09:25:33.525 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[103592]: Upgrade: osd.3 is safe to restart 2024-09-16T09:25:33.525 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:33 smithi003 ceph-mon[103592]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:33.687 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:25:33.687 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:25:33.687 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:25:33.687 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:25:33.687 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:25:33.687 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 5, 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 7, 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 8 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:25:33.688 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:25:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:33 smithi177 ceph-mon[87761]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:25:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:33 smithi177 ceph-mon[87761]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:25:33.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:33 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mgr 2024-09-16T09:25:33.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:33 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mon 2024-09-16T09:25:33.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:33 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all crash 2024-09-16T09:25:33.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:33 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2024-09-16T09:25:33.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:33 smithi177 ceph-mon[87761]: Upgrade: osd.3 is safe to restart 2024-09-16T09:25:33.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:33 smithi177 ceph-mon[87761]: pgmap v203: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:34.007 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:25:34.007 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:25:34.007 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:25:34.007 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-16T09:25:34.008 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:25:34.008 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "3/8 daemons upgraded", 2024-09-16T09:25:34.008 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2024-09-16T09:25:34.008 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:25:34.008 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:25:34.611 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[107193]: from='client.54344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:34.612 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[107193]: from='client.54350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:34.612 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[107193]: from='client.44352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:34.612 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:34.612 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-16T09:25:34.612 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:34.612 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/1573963517' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:34.612 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[103592]: from='client.54344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:34.612 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[103592]: from='client.54350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:34.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[103592]: from='client.44352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:34.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:34.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-16T09:25:34.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:34.613 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:34 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/1573963517' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:34.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:34 smithi177 ceph-mon[87761]: from='client.54344 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:34.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:34 smithi177 ceph-mon[87761]: from='client.54350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:34.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:34 smithi177 ceph-mon[87761]: from='client.44352 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:34.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:34.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-16T09:25:34.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:34.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:34 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/1573963517' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:25:35] "GET /metrics HTTP/1.1" 200 38344 "" "Prometheus/2.51.0" 2024-09-16T09:25:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-mon[107193]: Upgrade: Updating osd.3 2024-09-16T09:25:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-mon[107193]: Deploying daemon osd.3 on smithi003 2024-09-16T09:25:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-mon[107193]: from='client.54368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-mon[107193]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-mon[103592]: Upgrade: Updating osd.3 2024-09-16T09:25:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-mon[103592]: Deploying daemon osd.3 on smithi003 2024-09-16T09:25:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-mon[103592]: from='client.54368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-mon[103592]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:35 smithi177 ceph-mon[87761]: Upgrade: Updating osd.3 2024-09-16T09:25:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:35 smithi177 ceph-mon[87761]: Deploying daemon osd.3 on smithi003 2024-09-16T09:25:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:35 smithi177 ceph-mon[87761]: from='client.54368 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:25:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:35 smithi177 ceph-mon[87761]: pgmap v204: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:25:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:36.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:35.786555445Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:36 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:36.427 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:36 smithi003 systemd[1]: Stopping Ceph osd.3 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:25:36.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:36 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:36 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:36.926 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[55667]: 2024-09-16T09:25:36.604+0000 7fbfd7881640 -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-16T09:25:36.926 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[55667]: 2024-09-16T09:25:36.604+0000 7fbfd7881640 -1 osd.3 130 *** Got signal Terminated *** 2024-09-16T09:25:36.926 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:36 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[55667]: 2024-09-16T09:25:36.604+0000 7fbfd7881640 -1 osd.3 130 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:25:37.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:37 smithi003 ceph-mon[107193]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:37.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:37 smithi003 ceph-mon[107193]: osd.3 marked itself down and dead 2024-09-16T09:25:37.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:37 smithi003 ceph-mon[103592]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:37.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:37 smithi003 ceph-mon[103592]: osd.3 marked itself down and dead 2024-09-16T09:25:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:37 smithi177 ceph-mon[87761]: pgmap v205: 161 pgs: 161 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:25:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:37 smithi177 ceph-mon[87761]: osd.3 marked itself down and dead 2024-09-16T09:25:38.023 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:37 smithi003 podman[128953]: 2024-09-16 09:25:37.720646243 +0000 UTC m=+1.213163395 container died e39986ac469b4fc43698c7019a254d15b8846a17a6eb67f0c7b81882e1eea77c (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=squid-ad35db0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:25:38.323 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:38 smithi003 podman[128953]: 2024-09-16 09:25:38.120658559 +0000 UTC m=+1.613175718 container cleanup e39986ac469b4fc43698c7019a254d15b8846a17a6eb67f0c7b81882e1eea77c (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=squid-ad35db0, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True) 2024-09-16T09:25:38.323 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:38 smithi003 bash[128953]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3 2024-09-16T09:25:38.675 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:38 smithi003 podman[128967]: 2024-09-16 09:25:38.322051486 +0000 UTC m=+0.593493531 container remove e39986ac469b4fc43698c7019a254d15b8846a17a6eb67f0c7b81882e1eea77c (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-ad35db0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-16T09:25:38.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:38 smithi003 ceph-mon[103592]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:25:38.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:38 smithi003 ceph-mon[103592]: osdmap e131: 8 total, 7 up, 8 in 2024-09-16T09:25:38.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:38 smithi003 ceph-mon[107193]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:25:38.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:38 smithi003 ceph-mon[107193]: osdmap e131: 8 total, 7 up, 8 in 2024-09-16T09:25:38.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:38 smithi177 ceph-mon[87761]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:25:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:38 smithi177 ceph-mon[87761]: osdmap e131: 8 total, 7 up, 8 in 2024-09-16T09:25:39.043 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:38 smithi003 podman[129058]: 2024-09-16 09:25:38.668044551 +0000 UTC m=+0.016461452 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:25:39.043 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:38 smithi003 podman[129058]: 2024-09-16 09:25:38.77303562 +0000 UTC m=+0.121452550 container create ca1ee4af52ed5bce5da144b5c446b4582e0581857b1ecec4c97ecd4afc9d6507 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-16T09:25:39.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:38.780079854Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:39.362 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:39 smithi003 podman[129058]: 2024-09-16 09:25:39.042676308 +0000 UTC m=+0.391093197 container init ca1ee4af52ed5bce5da144b5c446b4582e0581857b1ecec4c97ecd4afc9d6507 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-16T09:25:39.362 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:39 smithi003 podman[129058]: 2024-09-16 09:25:39.046408998 +0000 UTC m=+0.394825887 container start ca1ee4af52ed5bce5da144b5c446b4582e0581857b1ecec4c97ecd4afc9d6507 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2) 2024-09-16T09:25:39.362 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:39 smithi003 podman[129058]: 2024-09-16 09:25:39.108897127 +0000 UTC m=+0.457314028 container attach ca1ee4af52ed5bce5da144b5c446b4582e0581857b1ecec4c97ecd4afc9d6507 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:25:39.362 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:39 smithi003 podman[129058]: 2024-09-16 09:25:39.240407801 +0000 UTC m=+0.588824700 container died ca1ee4af52ed5bce5da144b5c446b4582e0581857b1ecec4c97ecd4afc9d6507 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD) 2024-09-16T09:25:39.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:39 smithi003 ceph-mon[107193]: pgmap v207: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:25:39.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:39 smithi003 ceph-mon[107193]: osdmap e132: 8 total, 7 up, 8 in 2024-09-16T09:25:39.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:39 smithi003 ceph-mon[103592]: pgmap v207: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:25:39.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:39 smithi003 ceph-mon[103592]: osdmap e132: 8 total, 7 up, 8 in 2024-09-16T09:25:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:39 smithi177 ceph-mon[87761]: pgmap v207: 161 pgs: 27 stale+active+clean, 134 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:25:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:39 smithi177 ceph-mon[87761]: osdmap e132: 8 total, 7 up, 8 in 2024-09-16T09:25:40.176 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:39 smithi003 podman[129082]: 2024-09-16 09:25:39.770533395 +0000 UTC m=+0.520609961 container remove ca1ee4af52ed5bce5da144b5c446b4582e0581857b1ecec4c97ecd4afc9d6507 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-16T09:25:40.177 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:39 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-16T09:25:40.177 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:39 smithi003 systemd[1]: Stopped Ceph osd.3 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:25:40.177 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:39 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.3.service: Consumed 16.785s CPU time. 2024-09-16T09:25:40.177 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:40 smithi003 systemd[1]: Starting Ceph osd.3 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:25:40.524 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:40 smithi003 ceph-mon[103592]: Health check failed: Degraded data redundancy: 40/636 objects degraded (6.289%), 14 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:40.525 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:40 smithi003 ceph-mon[107193]: Health check failed: Degraded data redundancy: 40/636 objects degraded (6.289%), 14 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:40.525 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:40 smithi003 podman[129181]: 2024-09-16 09:25:40.213336463 +0000 UTC m=+0.108917749 container create 8a57c9e661a9db0837e7a8efd1e2fecae4df15338bd551400ecf8342743e0185 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:25:40.525 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:40 smithi003 podman[129181]: 2024-09-16 09:25:40.120507432 +0000 UTC m=+0.016088735 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:25:40.525 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:40 smithi003 podman[129181]: 2024-09-16 09:25:40.457614583 +0000 UTC m=+0.353195870 container init 8a57c9e661a9db0837e7a8efd1e2fecae4df15338bd551400ecf8342743e0185 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:25:40.525 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:40 smithi003 podman[129181]: 2024-09-16 09:25:40.462228641 +0000 UTC m=+0.357809936 container start 8a57c9e661a9db0837e7a8efd1e2fecae4df15338bd551400ecf8342743e0185 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-16T09:25:40.526 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:40 smithi003 podman[129181]: 2024-09-16 09:25:40.524230868 +0000 UTC m=+0.419812155 container attach 8a57c9e661a9db0837e7a8efd1e2fecae4df15338bd551400ecf8342743e0185 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:25:40.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:40 smithi177 ceph-mon[87761]: Health check failed: Degraded data redundancy: 40/636 objects degraded (6.289%), 14 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:40.926 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:40 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate[129197]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:25:40.926 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:40 smithi003 bash[129181]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:25:40.926 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:40 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate[129197]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:25:40.926 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:40 smithi003 bash[129181]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:25:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:41 smithi003 ceph-mon[103592]: pgmap v209: 161 pgs: 23 active+undersized, 12 stale+active+clean, 14 active+undersized+degraded, 112 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 40/636 objects degraded (6.289%) 2024-09-16T09:25:41.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:41 smithi003 ceph-mon[107193]: pgmap v209: 161 pgs: 23 active+undersized, 12 stale+active+clean, 14 active+undersized+degraded, 112 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 40/636 objects degraded (6.289%) 2024-09-16T09:25:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:41 smithi177 ceph-mon[87761]: pgmap v209: 161 pgs: 23 active+undersized, 12 stale+active+clean, 14 active+undersized+degraded, 112 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 40/636 objects degraded (6.289%) 2024-09-16T09:25:42.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:41.774326516Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:43.261 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:42 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate[129197]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-16T09:25:43.261 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:42 smithi003 bash[129181]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-16T09:25:43.261 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:42 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate[129197]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-16T09:25:43.261 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:42 smithi003 bash[129181]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-3 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-16T09:25:43.619 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:43 smithi003 ceph-mon[103592]: pgmap v210: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:43.620 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:43 smithi003 ceph-mon[107193]: pgmap v210: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:43.620 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate[129197]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-16T09:25:43.620 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 bash[129181]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-16T09:25:43.620 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate[129197]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-16T09:25:43.621 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 bash[129181]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-16T09:25:43.621 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate[129197]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-16T09:25:43.621 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 bash[129181]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-3/block 2024-09-16T09:25:43.621 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate[129197]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-16T09:25:43.621 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 bash[129181]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-09-16T09:25:43.621 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate[129197]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-16T09:25:43.621 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 bash[129181]: --> ceph-volume raw activate successful for osd ID: 3 2024-09-16T09:25:43.621 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 podman[129181]: 2024-09-16 09:25:43.295422118 +0000 UTC m=+3.191003411 container died 8a57c9e661a9db0837e7a8efd1e2fecae4df15338bd551400ecf8342743e0185 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=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.license=GPLv2, CEPH_POINT_RELEASE=) 2024-09-16T09:25:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:43 smithi177 ceph-mon[87761]: pgmap v210: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:44.247 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:43 smithi003 podman[129360]: 2024-09-16 09:25:43.92753764 +0000 UTC m=+0.625000889 container remove 8a57c9e661a9db0837e7a8efd1e2fecae4df15338bd551400ecf8342743e0185 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-activate, ceph=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, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:25:44.247 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:44 smithi003 podman[129418]: 2024-09-16 09:25:44.144913813 +0000 UTC m=+0.110206450 container create 17ba76c47396c4a3e1646fe64bff61dba0568b8fe5b7cd42ccf68af70de62d2c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-09-16T09:25:44.247 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:44 smithi003 podman[129418]: 2024-09-16 09:25:44.052248213 +0000 UTC m=+0.017540851 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:25:44.676 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:44 smithi003 podman[129418]: 2024-09-16 09:25:44.372876489 +0000 UTC m=+0.338169127 container init 17ba76c47396c4a3e1646fe64bff61dba0568b8fe5b7cd42ccf68af70de62d2c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, 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, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:25:44.676 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:44 smithi003 podman[129418]: 2024-09-16 09:25:44.37632753 +0000 UTC m=+0.341620172 container start 17ba76c47396c4a3e1646fe64bff61dba0568b8fe5b7cd42ccf68af70de62d2c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS) 2024-09-16T09:25:44.676 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:44 smithi003 ceph-osd[129437]: -- 172.21.15.3:0/3655005765 <== mon.2 v2:172.21.15.3:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56534797ba40 con 0x56534874a400 2024-09-16T09:25:44.676 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:44 smithi003 bash[129418]: 17ba76c47396c4a3e1646fe64bff61dba0568b8fe5b7cd42ccf68af70de62d2c 2024-09-16T09:25:44.676 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:44 smithi003 systemd[1]: Started Ceph osd.3 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:25:45.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:44.78388965Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:45.609 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:25:45] "GET /metrics HTTP/1.1" 200 38344 "" "Prometheus/2.51.0" 2024-09-16T09:25:45.609 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[103592]: pgmap v211: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[107193]: pgmap v211: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.610 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.611 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:45 smithi177 ceph-mon[87761]: pgmap v211: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:45.925 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[129433]: 2024-09-16T09:25:45.758+0000 7f9c3ed21640 -1 Falling back to public interface 2024-09-16T09:25:46.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:46 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:46 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:46.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:46 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:47.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:47 smithi177 ceph-mon[87761]: pgmap v212: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:47.802 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:47 smithi003 ceph-mon[103592]: pgmap v212: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:47.803 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:47 smithi003 ceph-mon[107193]: pgmap v212: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:48.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:47.779859027Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:49.426 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:49 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[129433]: 2024-09-16T09:25:49.089+0000 7f9c3ed21640 -1 osd.3 130 log_to_monitors true 2024-09-16T09:25:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:49 smithi177 ceph-mon[87761]: pgmap v213: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:49.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:49 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:49.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:49 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:49.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:49 smithi177 ceph-mon[87761]: from='osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-16T09:25:49.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:49 smithi003 ceph-mon[103592]: pgmap v213: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:49.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:49 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:49.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:49 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:49.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:49 smithi003 ceph-mon[103592]: from='osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-16T09:25:49.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:49 smithi003 ceph-mon[107193]: pgmap v213: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 267 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:49.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:49 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:49.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:49 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:49.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:49 smithi003 ceph-mon[107193]: from='osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-16T09:25:50.276 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[129433]: 2024-09-16T09:25:50.007+0000 7f9c32ac3640 -1 osd.3 130 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:25:50.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:50.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:50.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[107193]: from='osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-16T09:25:50.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[107193]: osdmap e133: 8 total, 7 up, 8 in 2024-09-16T09:25:50.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[107193]: from='osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:25:50.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:50.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:50.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 84/636 objects degraded (13.208%), 26 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:50.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[107193]: pgmap v215: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:50.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:50.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:50.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[103592]: from='osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-16T09:25:50.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[103592]: osdmap e133: 8 total, 7 up, 8 in 2024-09-16T09:25:50.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[103592]: from='osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:25:50.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:50.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:50.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 84/636 objects degraded (13.208%), 26 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:50.929 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:50 smithi003 ceph-mon[103592]: pgmap v215: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:50.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:50.780100466Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:50.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:50.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:50.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:50 smithi177 ceph-mon[87761]: from='osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-16T09:25:50.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:50 smithi177 ceph-mon[87761]: osdmap e133: 8 total, 7 up, 8 in 2024-09-16T09:25:50.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:50 smithi177 ceph-mon[87761]: from='osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]} : dispatch 2024-09-16T09:25:50.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:50.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:25:50.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:50 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 84/636 objects degraded (13.208%), 26 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:50.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:50 smithi177 ceph-mon[87761]: pgmap v215: 161 pgs: 40 active+undersized, 26 active+undersized+degraded, 95 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 84/636 objects degraded (13.208%) 2024-09-16T09:25:51.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:51 smithi003 ceph-mon[103592]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:25:51.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:51 smithi003 ceph-mon[103592]: osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669] boot 2024-09-16T09:25:51.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:51 smithi003 ceph-mon[103592]: osdmap e134: 8 total, 8 up, 8 in 2024-09-16T09:25:51.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:51 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T09:25:51.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:51 smithi003 ceph-mon[107193]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:25:51.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:51 smithi003 ceph-mon[107193]: osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669] boot 2024-09-16T09:25:51.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:51 smithi003 ceph-mon[107193]: osdmap e134: 8 total, 8 up, 8 in 2024-09-16T09:25:51.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:51 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T09:25:51.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:51 smithi177 ceph-mon[87761]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:25:51.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:51 smithi177 ceph-mon[87761]: osd.3 [v2:172.21.15.3:6826/3479492669,v1:172.21.15.3:6827/3479492669] boot 2024-09-16T09:25:51.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:51 smithi177 ceph-mon[87761]: osdmap e134: 8 total, 8 up, 8 in 2024-09-16T09:25:51.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:51 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T09:25:53.176 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:25:52.942+0000 7f069460e640 -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-16T09:25:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: osdmap e135: 8 total, 8 up, 8 in 2024-09-16T09:25:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: pgmap v218: 161 pgs: 17 peering, 30 active+undersized, 19 active+undersized+degraded, 95 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:53.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:25:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:53.178 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:53.179 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-16T09:25:53.179 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: osdmap e135: 8 total, 8 up, 8 in 2024-09-16T09:25:53.179 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: pgmap v218: 161 pgs: 17 peering, 30 active+undersized, 19 active+undersized+degraded, 95 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:53.179 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:53.180 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:53.180 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:53.180 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:53.180 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:53.180 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:25:53.180 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:53.180 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:53.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:53.181 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:52 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-16T09:25:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: osdmap e135: 8 total, 8 up, 8 in 2024-09-16T09:25:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: pgmap v218: 161 pgs: 17 peering, 30 active+undersized, 19 active+undersized+degraded, 95 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 57/636 objects degraded (8.962%) 2024-09-16T09:25:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:25:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:25:53.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:25:53.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:25:53.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:53.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:53.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:25:53.464 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:52 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-16T09:25:54.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:53.779295589Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:54.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:53 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-16T09:25:54.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:53 smithi177 ceph-mon[87761]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-16T09:25:54.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:53 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-16T09:25:54.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:53 smithi003 ceph-mon[107193]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-16T09:25:54.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:53 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-16T09:25:54.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:53 smithi003 ceph-mon[103592]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-16T09:25:55.321 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:54 smithi003 ceph-mon[107193]: pgmap v219: 161 pgs: 17 peering, 26 active+undersized, 18 active+undersized+degraded, 100 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 56/636 objects degraded (8.805%) 2024-09-16T09:25:55.321 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:54 smithi003 ceph-mon[103592]: pgmap v219: 161 pgs: 17 peering, 26 active+undersized, 18 active+undersized+degraded, 100 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 56/636 objects degraded (8.805%) 2024-09-16T09:25:55.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:55 smithi177 ceph-mon[87761]: pgmap v219: 161 pgs: 17 peering, 26 active+undersized, 18 active+undersized+degraded, 100 active+clean; 585 KiB data, 259 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 56/636 objects degraded (8.805%) 2024-09-16T09:25:55.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:25:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:25:55] "GET /metrics HTTP/1.1" 200 38190 "" "Prometheus/2.51.0" 2024-09-16T09:25:56.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:56 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:56.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:56 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 56/636 objects degraded (8.805%), 18 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:56.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:56 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:56.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:56 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 56/636 objects degraded (8.805%), 18 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:56.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:56 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:25:56.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:56 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 56/636 objects degraded (8.805%), 18 pgs degraded (PG_DEGRADED) 2024-09-16T09:25:57.214 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:57 smithi177 ceph-mon[87761]: pgmap v220: 161 pgs: 9 peering, 152 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:25:57.214 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:56.774123551Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:25:57.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:57 smithi003 ceph-mon[107193]: pgmap v220: 161 pgs: 9 peering, 152 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:25:57.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:57 smithi003 ceph-mon[103592]: pgmap v220: 161 pgs: 9 peering, 152 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:25:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:58 smithi003 ceph-mon[107193]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 56/636 objects degraded (8.805%), 18 pgs degraded) 2024-09-16T09:25:58.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:58 smithi003 ceph-mon[107193]: Cluster is now healthy 2024-09-16T09:25:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:58 smithi003 ceph-mon[103592]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 56/636 objects degraded (8.805%), 18 pgs degraded) 2024-09-16T09:25:58.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:58 smithi003 ceph-mon[103592]: Cluster is now healthy 2024-09-16T09:25:58.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:58 smithi177 ceph-mon[87761]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 56/636 objects degraded (8.805%), 18 pgs degraded) 2024-09-16T09:25:58.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:58 smithi177 ceph-mon[87761]: Cluster is now healthy 2024-09-16T09:25:59.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:25:59 smithi003 ceph-mon[107193]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:25:59.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:25:59 smithi003 ceph-mon[103592]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:25:59.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:25:59 smithi177 ceph-mon[87761]: pgmap v221: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:26:00.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:25:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:25:59.786063289Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:01.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:01 smithi003 ceph-mon[107193]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:26:01.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:01 smithi003 ceph-mon[103592]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:26:01.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:01 smithi177 ceph-mon[87761]: pgmap v222: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:26:03.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:02.785070094Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:03.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:03 smithi003 ceph-mon[103592]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:26:03.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:03 smithi003 ceph-mon[107193]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:26:03.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:03 smithi177 ceph-mon[87761]: pgmap v223: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:26:04.337 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:26:04.927 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:26:04.927 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (5m) 15s ago 26m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:26:04.927 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (4m) 3m ago 25m 70.1M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:26:04.927 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (6m) 15s ago 25m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:26:04.927 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (6m) 3m ago 30m 453M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:26:04.927 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (15m) 15s ago 31m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:26:04.927 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (3m) 15s ago 32m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:26:04.927 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (4m) 3m ago 30m 18.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:26:04.927 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (3m) 15s ago 30m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:26:04.928 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (5m) 15s ago 25m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:26:04.928 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (5m) 3m ago 25m 11.0M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:26:04.928 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (2m) 15s ago 30m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:26:04.928 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (109s) 15s ago 29m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:26:04.928 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (66s) 15s ago 29m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:26:04.928 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (20s) 15s ago 28m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 17ba76c47396 2024-09-16T09:26:04.928 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (28m) 3m ago 28m 65.8M 3247M 19.1.1-328-gad35db06 b5388489f99e cbf1c6aae026 2024-09-16T09:26:04.928 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (27m) 3m ago 27m 52.2M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:26:04.928 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (27m) 3m ago 27m 60.5M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:26:04.928 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (27m) 3m ago 27m 63.7M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:26:04.929 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (5m) 3m ago 26m 41.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:26:04.929 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (25m) 15s ago 25m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:26:04.929 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (25m) 3m ago 25m 92.1M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:26:05.282 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:26:05.282 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 4, 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 4 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:26:05.283 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 6, 2024-09-16T09:26:05.284 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 9 2024-09-16T09:26:05.284 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:26:05.284 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:26:05.580 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:26:05.580 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:26:05.580 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:26:05.580 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-16T09:26:05.580 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:26:05.580 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "4/8 daemons upgraded", 2024-09-16T09:26:05.581 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2024-09-16T09:26:05.581 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:26:05.581 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:26:05.581 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:26:05] "GET /metrics HTTP/1.1" 200 38332 "" "Prometheus/2.51.0" 2024-09-16T09:26:05.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[103592]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:26:05.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[103592]: from='client.44376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:05.581 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:05.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:05.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:05.582 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/2498460052' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:05.582 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[107193]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:26:05.582 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[107193]: from='client.44376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:05.582 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:05.582 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:05.582 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:05.582 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:05 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/2498460052' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:05 smithi177 ceph-mon[87761]: pgmap v224: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail 2024-09-16T09:26:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:05 smithi177 ceph-mon[87761]: from='client.44376 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:05 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/2498460052' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:06.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:05.777565617Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:06.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:06 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:06.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:06 smithi003 ceph-mon[103592]: from='client.44382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:06.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:06 smithi003 ceph-mon[103592]: from='client.44388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:06.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:06 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:06.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:06 smithi003 ceph-mon[107193]: from='client.44382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:06.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:06 smithi003 ceph-mon[107193]: from='client.44388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:06 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:06 smithi177 ceph-mon[87761]: from='client.44382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:06 smithi177 ceph-mon[87761]: from='client.44388 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:07 smithi003 ceph-mon[107193]: from='client.54404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:07 smithi003 ceph-mon[107193]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T09:26:07.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:07 smithi003 ceph-mon[103592]: from='client.54404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:07.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:07 smithi003 ceph-mon[103592]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T09:26:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:07 smithi177 ceph-mon[87761]: from='client.54404 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:07 smithi177 ceph-mon[87761]: pgmap v225: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T09:26:08.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:08 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-16T09:26:08.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:08 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-16T09:26:08.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:08 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16} : dispatch 2024-09-16T09:26:08.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:08.785886557Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:09 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-16T09:26:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:09 smithi003 ceph-mon[107193]: Upgrade: osd.4 is safe to restart 2024-09-16T09:26:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:09 smithi003 ceph-mon[107193]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:09.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:09 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-16T09:26:09.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:09 smithi003 ceph-mon[103592]: Upgrade: osd.4 is safe to restart 2024-09-16T09:26:09.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:09 smithi003 ceph-mon[103592]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:09.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:09 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2024-09-16T09:26:09.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:09 smithi177 ceph-mon[87761]: Upgrade: osd.4 is safe to restart 2024-09-16T09:26:09.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:09 smithi177 ceph-mon[87761]: pgmap v226: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:10 smithi177 ceph-mon[87761]: Upgrade: Updating osd.4 2024-09-16T09:26:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:10.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-16T09:26:10.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:26:10.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:10 smithi177 ceph-mon[87761]: Deploying daemon osd.4 on smithi177 2024-09-16T09:26:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:10 smithi003 ceph-mon[107193]: Upgrade: Updating osd.4 2024-09-16T09:26:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-16T09:26:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:26:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:10 smithi003 ceph-mon[107193]: Deploying daemon osd.4 on smithi177 2024-09-16T09:26:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:10 smithi003 ceph-mon[103592]: Upgrade: Updating osd.4 2024-09-16T09:26:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-16T09:26:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:26:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:10 smithi003 ceph-mon[103592]: Deploying daemon osd.4 on smithi177 2024-09-16T09:26:11.670 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:11 smithi177 ceph-mon[87761]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:26:11.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:11 smithi003 ceph-mon[107193]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:26:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:11 smithi003 ceph-mon[103592]: pgmap v227: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:26:11.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:11.773412921Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:12.568 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:12 smithi177 systemd[1]: Stopping Ceph osd.4 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:26:12.962 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[31948]: 2024-09-16T09:26:12.565+0000 7f6fb1601640 -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-16T09:26:12.962 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[31948]: 2024-09-16T09:26:12.565+0000 7f6fb1601640 -1 osd.4 135 *** Got signal Terminated *** 2024-09-16T09:26:12.963 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:12 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[31948]: 2024-09-16T09:26:12.565+0000 7f6fb1601640 -1 osd.4 135 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:26:13.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:13 smithi177 ceph-mon[87761]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:13.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:13 smithi177 ceph-mon[87761]: osd.4 marked itself down and dead 2024-09-16T09:26:13.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:13 smithi003 ceph-mon[107193]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:13.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:13 smithi003 ceph-mon[107193]: osd.4 marked itself down and dead 2024-09-16T09:26:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:13 smithi003 ceph-mon[103592]: pgmap v228: 161 pgs: 161 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:13 smithi003 ceph-mon[103592]: osd.4 marked itself down and dead 2024-09-16T09:26:14.077 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:13 smithi177 podman[91722]: 2024-09-16 09:26:13.788326447 +0000 UTC m=+1.323625152 container died cbf1c6aae026168525c3526f2db7305252d56e4a62f2a23228a260450c68812c (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4, ceph=True, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=squid-ad35db0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:26:14.450 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:14 smithi177 podman[91722]: 2024-09-16 09:26:14.248935301 +0000 UTC m=+1.784234005 container cleanup cbf1c6aae026168525c3526f2db7305252d56e4a62f2a23228a260450c68812c (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, ceph=True, org.label-schema.vendor=CentOS, RELEASE=squid-ad35db0, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:26:14.451 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:14 smithi177 bash[91722]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4 2024-09-16T09:26:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:14 smithi177 ceph-mon[87761]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:26:14.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:14 smithi177 ceph-mon[87761]: osdmap e136: 8 total, 7 up, 8 in 2024-09-16T09:26:14.713 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:14 smithi177 podman[91748]: 2024-09-16 09:26:14.49211427 +0000 UTC m=+0.700040451 container remove cbf1c6aae026168525c3526f2db7305252d56e4a62f2a23228a260450c68812c (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-ad35db0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-16T09:26:14.827 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:14 smithi003 ceph-mon[103592]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:26:14.827 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:14 smithi003 ceph-mon[103592]: osdmap e136: 8 total, 7 up, 8 in 2024-09-16T09:26:14.827 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:14 smithi003 ceph-mon[107193]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:26:14.828 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:14 smithi003 ceph-mon[107193]: osdmap e136: 8 total, 7 up, 8 in 2024-09-16T09:26:15.038 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:14.784209946Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:15.038 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:14 smithi177 podman[91838]: 2024-09-16 09:26:14.705746086 +0000 UTC m=+0.015873560 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:26:15.038 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:14 smithi177 podman[91838]: 2024-09-16 09:26:14.817899527 +0000 UTC m=+0.128026989 container create 91d17bff26fa5862cf97d5b65617baf4b664374a3eea4c0c8010da27c21d81dc (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:26:15.452 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:15 smithi177 podman[91838]: 2024-09-16 09:26:15.037214436 +0000 UTC m=+0.347341898 container init 91d17bff26fa5862cf97d5b65617baf4b664374a3eea4c0c8010da27c21d81dc (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:26:15.452 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:15 smithi177 podman[91838]: 2024-09-16 09:26:15.040797675 +0000 UTC m=+0.350925139 container start 91d17bff26fa5862cf97d5b65617baf4b664374a3eea4c0c8010da27c21d81dc (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True) 2024-09-16T09:26:15.452 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:15 smithi177 podman[91838]: 2024-09-16 09:26:15.120325914 +0000 UTC m=+0.430453390 container attach 91d17bff26fa5862cf97d5b65617baf4b664374a3eea4c0c8010da27c21d81dc (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, ceph=True) 2024-09-16T09:26:15.452 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:15 smithi177 podman[91838]: 2024-09-16 09:26:15.228944079 +0000 UTC m=+0.539071551 container died 91d17bff26fa5862cf97d5b65617baf4b664374a3eea4c0c8010da27c21d81dc (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:26:15.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:26:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:26:15] "GET /metrics HTTP/1.1" 200 38332 "" "Prometheus/2.51.0" 2024-09-16T09:26:15.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:15 smithi003 ceph-mon[103592]: pgmap v230: 161 pgs: 6 peering, 20 stale+active+clean, 135 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-09-16T09:26:15.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:15 smithi003 ceph-mon[103592]: Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-16T09:26:15.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:15 smithi003 ceph-mon[103592]: osdmap e137: 8 total, 7 up, 8 in 2024-09-16T09:26:15.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:15 smithi003 ceph-mon[107193]: pgmap v230: 161 pgs: 6 peering, 20 stale+active+clean, 135 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-09-16T09:26:15.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:15 smithi003 ceph-mon[107193]: Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-16T09:26:15.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:15 smithi003 ceph-mon[107193]: osdmap e137: 8 total, 7 up, 8 in 2024-09-16T09:26:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:15 smithi177 ceph-mon[87761]: pgmap v230: 161 pgs: 6 peering, 20 stale+active+clean, 135 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-09-16T09:26:15.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:15 smithi177 ceph-mon[87761]: Health check failed: Reduced data availability: 2 pgs inactive, 3 pgs peering (PG_AVAILABILITY) 2024-09-16T09:26:15.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:15 smithi177 ceph-mon[87761]: osdmap e137: 8 total, 7 up, 8 in 2024-09-16T09:26:16.212 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:15 smithi177 podman[91861]: 2024-09-16 09:26:15.907657394 +0000 UTC m=+0.669706811 container remove 91d17bff26fa5862cf97d5b65617baf4b664374a3eea4c0c8010da27c21d81dc (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:26:16.213 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:15 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.4.service: Deactivated successfully. 2024-09-16T09:26:16.213 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:15 smithi177 systemd[1]: Stopped Ceph osd.4 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:26:16.213 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:15 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.4.service: Consumed 15.553s CPU time. 2024-09-16T09:26:16.213 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:16 smithi177 systemd[1]: Starting Ceph osd.4 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:26:16.620 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:16 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:16.621 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:16 smithi177 podman[91959]: 2024-09-16 09:26:16.342315445 +0000 UTC m=+0.112429250 container create 5668cfff420f4f9f51832996f1e1d1dcabe1da0a582b25fe2ae204ed9b358600 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:26:16.621 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:16 smithi177 podman[91959]: 2024-09-16 09:26:16.246458422 +0000 UTC m=+0.016572236 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:26:16.621 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:16 smithi177 podman[91959]: 2024-09-16 09:26:16.620148884 +0000 UTC m=+0.390262693 container init 5668cfff420f4f9f51832996f1e1d1dcabe1da0a582b25fe2ae204ed9b358600 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-16T09:26:16.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:16 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:16.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:16 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:16.962 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:16 smithi177 podman[91959]: 2024-09-16 09:26:16.623557676 +0000 UTC m=+0.393671489 container start 5668cfff420f4f9f51832996f1e1d1dcabe1da0a582b25fe2ae204ed9b358600 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_BRANCH=HEAD) 2024-09-16T09:26:16.962 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:16 smithi177 podman[91959]: 2024-09-16 09:26:16.694865969 +0000 UTC m=+0.464979772 container attach 5668cfff420f4f9f51832996f1e1d1dcabe1da0a582b25fe2ae204ed9b358600 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux ) 2024-09-16T09:26:16.963 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:16 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate[91975]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:26:16.963 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:16 smithi177 bash[91959]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:26:16.963 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:16 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate[91975]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:26:16.963 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:16 smithi177 bash[91959]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:26:17.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:17 smithi177 ceph-mon[87761]: pgmap v232: 161 pgs: 31 active+undersized, 6 peering, 2 stale+active+clean, 20 active+undersized+degraded, 102 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 77/636 objects degraded (12.107%) 2024-09-16T09:26:17.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:17 smithi177 ceph-mon[87761]: Health check failed: Degraded data redundancy: 77/636 objects degraded (12.107%), 20 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:17.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:17 smithi003 ceph-mon[103592]: pgmap v232: 161 pgs: 31 active+undersized, 6 peering, 2 stale+active+clean, 20 active+undersized+degraded, 102 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 77/636 objects degraded (12.107%) 2024-09-16T09:26:17.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:17 smithi003 ceph-mon[103592]: Health check failed: Degraded data redundancy: 77/636 objects degraded (12.107%), 20 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:17.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:17 smithi003 ceph-mon[107193]: pgmap v232: 161 pgs: 31 active+undersized, 6 peering, 2 stale+active+clean, 20 active+undersized+degraded, 102 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 0 op/s; 77/636 objects degraded (12.107%) 2024-09-16T09:26:17.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:17 smithi003 ceph-mon[107193]: Health check failed: Degraded data redundancy: 77/636 objects degraded (12.107%), 20 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:18.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:17.777234211Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:19.391 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate[91975]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-16T09:26:19.391 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 bash[91959]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-16T09:26:19.392 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate[91975]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-16T09:26:19.392 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 bash[91959]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-4 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-09-16T09:26:19.392 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate[91975]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-16T09:26:19.666 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:19 smithi177 ceph-mon[87761]: pgmap v233: 161 pgs: 36 active+undersized, 6 peering, 25 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 101/636 objects degraded (15.881%) 2024-09-16T09:26:19.667 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 bash[91959]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-09-16T09:26:19.667 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate[91975]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-16T09:26:19.667 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 bash[91959]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-09-16T09:26:19.667 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate[91975]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-16T09:26:19.667 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 bash[91959]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-4/block 2024-09-16T09:26:19.667 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate[91975]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-16T09:26:19.667 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 bash[91959]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-09-16T09:26:19.667 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate[91975]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-16T09:26:19.667 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 bash[91959]: --> ceph-volume raw activate successful for osd ID: 4 2024-09-16T09:26:19.667 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 podman[91959]: 2024-09-16 09:26:19.425185168 +0000 UTC m=+3.195298979 container died 5668cfff420f4f9f51832996f1e1d1dcabe1da0a582b25fe2ae204ed9b358600 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, 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-13-1248-8293d73) 2024-09-16T09:26:19.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:19 smithi003 ceph-mon[103592]: pgmap v233: 161 pgs: 36 active+undersized, 6 peering, 25 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 101/636 objects degraded (15.881%) 2024-09-16T09:26:19.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:19 smithi003 ceph-mon[107193]: pgmap v233: 161 pgs: 36 active+undersized, 6 peering, 25 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 101/636 objects degraded (15.881%) 2024-09-16T09:26:20.212 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:19 smithi177 podman[92146]: 2024-09-16 09:26:19.93136326 +0000 UTC m=+0.493554463 container remove 5668cfff420f4f9f51832996f1e1d1dcabe1da0a582b25fe2ae204ed9b358600 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-activate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:26:20.213 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:20 smithi177 podman[92206]: 2024-09-16 09:26:20.052371624 +0000 UTC m=+0.016357723 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:26:20.213 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:20 smithi177 podman[92206]: 2024-09-16 09:26:20.165337156 +0000 UTC m=+0.129323243 container create 6aa57fc0e1fc385fa7f882f5bb97d506a49b552d02703fff7d0edbc8672bf210 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, 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) 2024-09-16T09:26:20.712 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:20 smithi177 podman[92206]: 2024-09-16 09:26:20.392707006 +0000 UTC m=+0.356693095 container init 6aa57fc0e1fc385fa7f882f5bb97d506a49b552d02703fff7d0edbc8672bf210 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:26:20.713 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:20 smithi177 podman[92206]: 2024-09-16 09:26:20.395948777 +0000 UTC m=+0.359934866 container start 6aa57fc0e1fc385fa7f882f5bb97d506a49b552d02703fff7d0edbc8672bf210 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-09-16T09:26:20.713 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:20 smithi177 ceph-osd[92224]: -- 172.21.15.177:0/4283348971 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55ffe20fba40 con 0x55ffe20d9c00 2024-09-16T09:26:20.713 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:20 smithi177 bash[92206]: 6aa57fc0e1fc385fa7f882f5bb97d506a49b552d02703fff7d0edbc8672bf210 2024-09-16T09:26:20.713 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:20 smithi177 systemd[1]: Started Ceph osd.4 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:26:21.082 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:20.783858987Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:21.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:21 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:21.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:21 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:21.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:21 smithi003 ceph-mon[103592]: pgmap v234: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:21.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:21 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:21.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:21 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:21.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:21 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:21.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:21 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:21.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:21 smithi003 ceph-mon[107193]: pgmap v234: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:21.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:21 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:21.427 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:21 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:21.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:21 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:21.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:21 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:21.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:21 smithi177 ceph-mon[87761]: pgmap v234: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:21.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:21 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:21.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:21 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:22.163 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:22 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:26:22.021+0000 7fe1247db640 -1 Falling back to public interface 2024-09-16T09:26:22.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:22 smithi003 ceph-mon[103592]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-16T09:26:22.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:22 smithi003 ceph-mon[107193]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-16T09:26:22.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:22 smithi177 ceph-mon[87761]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-16T09:26:23.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:23 smithi177 ceph-mon[87761]: pgmap v235: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 231 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:23.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:23 smithi003 ceph-mon[103592]: pgmap v235: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 231 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:23 smithi003 ceph-mon[107193]: pgmap v235: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 231 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:23.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:23.775622313Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:25.604 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:25 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:26:25.342+0000 7fe1247db640 -1 osd.4 135 log_to_monitors true 2024-09-16T09:26:25.604 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:25 smithi177 ceph-mon[87761]: pgmap v236: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:25.604 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:25 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.604 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:25 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.604 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:25 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.604 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:25 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.604 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:25 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 107/636 objects degraded (16.824%), 27 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:25.604 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:25 smithi177 ceph-mon[87761]: from='osd.4 [v2:172.21.15.177:6800/609451025,v1:172.21.15.177:6801/609451025]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-16T09:26:25.605 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:25 smithi177 ceph-mon[87761]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-16T09:26:25.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:26:25] "GET /metrics HTTP/1.1" 200 38408 "" "Prometheus/2.51.0" 2024-09-16T09:26:25.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[103592]: pgmap v236: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:25.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 107/636 objects degraded (16.824%), 27 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:25.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[103592]: from='osd.4 [v2:172.21.15.177:6800/609451025,v1:172.21.15.177:6801/609451025]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-16T09:26:25.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[103592]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-16T09:26:25.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[107193]: pgmap v236: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 260 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:25.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:25.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 107/636 objects degraded (16.824%), 27 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:25.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[107193]: from='osd.4 [v2:172.21.15.177:6800/609451025,v1:172.21.15.177:6801/609451025]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-16T09:26:25.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:25 smithi003 ceph-mon[107193]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-16T09:26:26.607 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:26:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:26:26.244+0000 7fe11c585640 -1 osd.4 135 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:26:26.607 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:26 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:26.607 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:26 smithi177 ceph-mon[87761]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-16T09:26:26.607 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:26 smithi177 ceph-mon[87761]: from='osd.4 [v2:172.21.15.177:6800/609451025,v1:172.21.15.177:6801/609451025]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:26:26.607 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:26 smithi177 ceph-mon[87761]: osdmap e138: 8 total, 7 up, 8 in 2024-09-16T09:26:26.607 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:26 smithi177 ceph-mon[87761]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:26:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:26 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:26 smithi003 ceph-mon[103592]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-16T09:26:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:26 smithi003 ceph-mon[103592]: from='osd.4 [v2:172.21.15.177:6800/609451025,v1:172.21.15.177:6801/609451025]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:26:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:26 smithi003 ceph-mon[103592]: osdmap e138: 8 total, 7 up, 8 in 2024-09-16T09:26:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:26 smithi003 ceph-mon[103592]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:26:26.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:26 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:26 smithi003 ceph-mon[107193]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-16T09:26:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:26 smithi003 ceph-mon[107193]: from='osd.4 [v2:172.21.15.177:6800/609451025,v1:172.21.15.177:6801/609451025]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:26:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:26 smithi003 ceph-mon[107193]: osdmap e138: 8 total, 7 up, 8 in 2024-09-16T09:26:26.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:26 smithi003 ceph-mon[107193]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:26:26.885 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:26.784560927Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:27.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:27 smithi177 ceph-mon[87761]: pgmap v238: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:27.617 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:27 smithi177 ceph-mon[87761]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:26:27.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:27 smithi177 ceph-mon[87761]: osd.4 [v2:172.21.15.177:6800/609451025,v1:172.21.15.177:6801/609451025] boot 2024-09-16T09:26:27.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:27 smithi177 ceph-mon[87761]: osdmap e139: 8 total, 8 up, 8 in 2024-09-16T09:26:27.618 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:27 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T09:26:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:27 smithi003 ceph-mon[103592]: pgmap v238: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:27 smithi003 ceph-mon[103592]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:26:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:27 smithi003 ceph-mon[103592]: osd.4 [v2:172.21.15.177:6800/609451025,v1:172.21.15.177:6801/609451025] boot 2024-09-16T09:26:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:27 smithi003 ceph-mon[103592]: osdmap e139: 8 total, 8 up, 8 in 2024-09-16T09:26:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:27 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T09:26:27.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:27 smithi003 ceph-mon[107193]: pgmap v238: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:27.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:27 smithi003 ceph-mon[107193]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:26:27.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:27 smithi003 ceph-mon[107193]: osd.4 [v2:172.21.15.177:6800/609451025,v1:172.21.15.177:6801/609451025] boot 2024-09-16T09:26:27.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:27 smithi003 ceph-mon[107193]: osdmap e139: 8 total, 8 up, 8 in 2024-09-16T09:26:27.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:27 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T09:26:28.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:26:28 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:26:28.385+0000 7f069460e640 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2024-09-16T09:26:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: osdmap e140: 8 total, 8 up, 8 in 2024-09-16T09:26:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:26:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:26:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: pgmap v241: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:29.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:29.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:26:29.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:29.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:29.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:29.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-16T09:26:29.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-16T09:26:29.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[103592]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2024-09-16T09:26:29.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: osdmap e140: 8 total, 8 up, 8 in 2024-09-16T09:26:29.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:29.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:29.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:26:29.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:26:29.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: pgmap v241: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:29.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:29.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:26:29.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:29.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:29.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:29.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-16T09:26:29.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-16T09:26:29.679 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:29 smithi003 ceph-mon[107193]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2024-09-16T09:26:29.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: osdmap e140: 8 total, 8 up, 8 in 2024-09-16T09:26:29.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:29.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:29.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:26:29.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:26:29.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: pgmap v241: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 107/636 objects degraded (16.824%) 2024-09-16T09:26:29.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:29.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:26:29.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:29.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:29.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:29.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-16T09:26:29.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-16T09:26:29.714 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-mon[87761]: Upgrade: unsafe to stop osd(s) at this time (13 PGs are or would become offline) 2024-09-16T09:26:30.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:29.775255932Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:30.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:30 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 52/636 objects degraded (8.176%), 16 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:30.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:30 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 52/636 objects degraded (8.176%), 16 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:30 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 52/636 objects degraded (8.176%), 16 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:31 smithi003 ceph-mon[103592]: pgmap v242: 161 pgs: 23 active+undersized, 16 active+undersized+degraded, 122 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 52/636 objects degraded (8.176%) 2024-09-16T09:26:31.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:31 smithi003 ceph-mon[107193]: pgmap v242: 161 pgs: 23 active+undersized, 16 active+undersized+degraded, 122 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 52/636 objects degraded (8.176%) 2024-09-16T09:26:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:31 smithi177 ceph-mon[87761]: pgmap v242: 161 pgs: 23 active+undersized, 16 active+undersized+degraded, 122 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s; 52/636 objects degraded (8.176%) 2024-09-16T09:26:32.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:32 smithi177 ceph-mon[87761]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/636 objects degraded (8.176%), 16 pgs degraded) 2024-09-16T09:26:32.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:32 smithi177 ceph-mon[87761]: Cluster is now healthy 2024-09-16T09:26:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:32 smithi003 ceph-mon[107193]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/636 objects degraded (8.176%), 16 pgs degraded) 2024-09-16T09:26:32.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:32 smithi003 ceph-mon[107193]: Cluster is now healthy 2024-09-16T09:26:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:32 smithi003 ceph-mon[103592]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 52/636 objects degraded (8.176%), 16 pgs degraded) 2024-09-16T09:26:32.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:32 smithi003 ceph-mon[103592]: Cluster is now healthy 2024-09-16T09:26:33.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:32.775699236Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:33 smithi177 ceph-mon[87761]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 841 B/s rd, 0 op/s 2024-09-16T09:26:33.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:33 smithi003 ceph-mon[107193]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 841 B/s rd, 0 op/s 2024-09-16T09:26:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:33 smithi003 ceph-mon[103592]: pgmap v243: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 841 B/s rd, 0 op/s 2024-09-16T09:26:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:26:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:26:35] "GET /metrics HTTP/1.1" 200 38404 "" "Prometheus/2.51.0" 2024-09-16T09:26:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:35 smithi003 ceph-mon[103592]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:26:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:35 smithi003 ceph-mon[107193]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:26:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:35.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:35 smithi177 ceph-mon[87761]: pgmap v244: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s 2024-09-16T09:26:35.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:35.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:35.904 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:26:36.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:35.774047401Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:36.494 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (5m) 47s ago 26m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (5m) 11s ago 26m 75.4M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (6m) 47s ago 26m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (6m) 11s ago 30m 456M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (15m) 47s ago 32m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (3m) 47s ago 32m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (4m) 11s ago 31m 45.5M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (3m) 47s ago 31m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (6m) 47s ago 26m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (6m) 11s ago 26m 11.9M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (2m) 47s ago 30m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:26:36.495 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (2m) 47s ago 30m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:26:36.496 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (98s) 47s ago 29m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:26:36.496 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (52s) 47s ago 29m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 17ba76c47396 2024-09-16T09:26:36.496 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (16s) 11s ago 28m 11.3M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 6aa57fc0e1fc 2024-09-16T09:26:36.496 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (28m) 11s ago 28m 55.5M 3247M 19.1.1-328-gad35db06 b5388489f99e be656e7f3b42 2024-09-16T09:26:36.496 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (28m) 11s ago 28m 62.3M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:26:36.496 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (27m) 11s ago 27m 67.3M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:26:36.496 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (6m) 11s ago 27m 54.0M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:26:36.496 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (26m) 47s ago 26m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:26:36.496 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (26m) 11s ago 26m 92.8M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:26:36.848 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:26:36.848 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:26:36.848 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3, 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 5 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 5, 2024-09-16T09:26:36.849 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 10 2024-09-16T09:26:36.850 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:26:36.850 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:26:36.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:36 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:36.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:36 smithi003 ceph-mon[103592]: from='client.54413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:36.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:36 smithi003 ceph-mon[103592]: from='client.44412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:36.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:36 smithi003 ceph-mon[103592]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-16T09:26:36.850 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:36 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:36.850 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:36 smithi003 ceph-mon[107193]: from='client.54413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:36.850 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:36 smithi003 ceph-mon[107193]: from='client.44412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:36.851 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:36 smithi003 ceph-mon[107193]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-16T09:26:36.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:36 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:36.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:36 smithi177 ceph-mon[87761]: from='client.54413 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:36.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:36 smithi177 ceph-mon[87761]: from='client.44412 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:36.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:36 smithi177 ceph-mon[87761]: pgmap v245: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-16T09:26:37.152 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:26:37.152 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:26:37.152 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:26:37.152 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-16T09:26:37.152 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:26:37.152 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "5/8 daemons upgraded", 2024-09-16T09:26:37.152 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2024-09-16T09:26:37.152 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:26:37.152 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:26:37.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:37 smithi003 ceph-mon[103592]: from='client.54425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:37.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:37 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/3725942924' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:37.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:37 smithi003 ceph-mon[103592]: from='client.44430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:37.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:37 smithi003 ceph-mon[107193]: from='client.54425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:37.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:37 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/3725942924' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:37.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:37 smithi003 ceph-mon[107193]: from='client.44430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:37.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:37 smithi177 ceph-mon[87761]: from='client.54425 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:37.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:37 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/3725942924' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:26:37.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:37 smithi177 ceph-mon[87761]: from='client.44430 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:26:38.777 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:38 smithi177 ceph-mon[87761]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1016 B/s rd, 0 op/s 2024-09-16T09:26:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:38 smithi003 ceph-mon[107193]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1016 B/s rd, 0 op/s 2024-09-16T09:26:38.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:38 smithi003 ceph-mon[103592]: pgmap v246: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1016 B/s rd, 0 op/s 2024-09-16T09:26:39.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:38.776347428Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:41 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:41 smithi003 ceph-mon[103592]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:26:41.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:41 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:41.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:41 smithi003 ceph-mon[107193]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:26:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:41 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:41 smithi177 ceph-mon[87761]: pgmap v247: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:26:42.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:41.786263375Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:43.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:43 smithi003 ceph-mon[107193]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:43 smithi003 ceph-mon[103592]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:43 smithi177 ceph-mon[87761]: pgmap v248: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:44.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:44 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-16T09:26:44.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:44 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-16T09:26:44.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:44 smithi003 ceph-mon[107193]: Upgrade: osd.5 is safe to restart 2024-09-16T09:26:44.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:44 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-16T09:26:44.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:44 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-16T09:26:44.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:44 smithi003 ceph-mon[103592]: Upgrade: osd.5 is safe to restart 2024-09-16T09:26:44.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:44 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16} : dispatch 2024-09-16T09:26:44.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:44 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2024-09-16T09:26:44.697 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:44 smithi177 ceph-mon[87761]: Upgrade: osd.5 is safe to restart 2024-09-16T09:26:44.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:44.783428145Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:45 smithi003 ceph-mon[103592]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:45.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-16T09:26:45.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:45 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:26:45.677 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:26:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:26:45] "GET /metrics HTTP/1.1" 200 38404 "" "Prometheus/2.51.0" 2024-09-16T09:26:45.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:45 smithi003 ceph-mon[107193]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:45.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:45.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-16T09:26:45.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:45 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:26:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:45 smithi177 ceph-mon[87761]: pgmap v249: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-16T09:26:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:45 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:26:46.484 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:46 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:46.484 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:46 smithi177 ceph-mon[87761]: Upgrade: Updating osd.5 2024-09-16T09:26:46.484 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:46 smithi177 ceph-mon[87761]: Deploying daemon osd.5 on smithi177 2024-09-16T09:26:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:46 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:46 smithi003 ceph-mon[103592]: Upgrade: Updating osd.5 2024-09-16T09:26:46.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:46 smithi003 ceph-mon[103592]: Deploying daemon osd.5 on smithi177 2024-09-16T09:26:46.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:46 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:46.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:46 smithi003 ceph-mon[107193]: Upgrade: Updating osd.5 2024-09-16T09:26:46.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:46 smithi003 ceph-mon[107193]: Deploying daemon osd.5 on smithi177 2024-09-16T09:26:47.546 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:47 smithi177 ceph-mon[87761]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:26:47.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:47 smithi003 ceph-mon[103592]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:26:47.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:47 smithi003 ceph-mon[107193]: pgmap v250: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:26:47.826 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:47.78085019Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:47.826 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:47 smithi177 systemd[1]: Stopping Ceph osd.5 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:26:48.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[37467]: 2024-09-16T09:26:47.824+0000 7fba5336a640 -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-16T09:26:48.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[37467]: 2024-09-16T09:26:47.824+0000 7fba5336a640 -1 osd.5 140 *** Got signal Terminated *** 2024-09-16T09:26:48.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[37467]: 2024-09-16T09:26:47.824+0000 7fba5336a640 -1 osd.5 140 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:26:48.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:48 smithi003 ceph-mon[103592]: osd.5 marked itself down and dead 2024-09-16T09:26:48.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:48 smithi003 ceph-mon[107193]: osd.5 marked itself down and dead 2024-09-16T09:26:48.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:48 smithi177 ceph-mon[87761]: osd.5 marked itself down and dead 2024-09-16T09:26:49.160 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:48 smithi177 podman[96039]: 2024-09-16 09:26:48.751105853 +0000 UTC m=+1.052735662 container died be656e7f3b42641426192dc1322fb5238ac87a5e2c7f8c3a7da4752258adf418 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , RELEASE=squid-ad35db0, GIT_BRANCH=HEAD, 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) 2024-09-16T09:26:49.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:49 smithi177 ceph-mon[87761]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:49.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:49 smithi177 ceph-mon[87761]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:26:49.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:49 smithi177 ceph-mon[87761]: osdmap e141: 8 total, 7 up, 8 in 2024-09-16T09:26:49.463 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:49 smithi177 podman[96039]: 2024-09-16 09:26:49.257970497 +0000 UTC m=+1.559600297 container cleanup be656e7f3b42641426192dc1322fb5238ac87a5e2c7f8c3a7da4752258adf418 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-ad35db0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:26:49.464 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:49 smithi177 bash[96039]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5 2024-09-16T09:26:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:49 smithi003 ceph-mon[103592]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:49 smithi003 ceph-mon[103592]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:26:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:49 smithi003 ceph-mon[103592]: osdmap e141: 8 total, 7 up, 8 in 2024-09-16T09:26:49.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:49 smithi003 ceph-mon[107193]: pgmap v251: 161 pgs: 161 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:26:49.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:49 smithi003 ceph-mon[107193]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:26:49.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:49 smithi003 ceph-mon[107193]: osdmap e141: 8 total, 7 up, 8 in 2024-09-16T09:26:49.828 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:49 smithi177 podman[96067]: 2024-09-16 09:26:49.518209705 +0000 UTC m=+0.763727997 container remove be656e7f3b42641426192dc1322fb5238ac87a5e2c7f8c3a7da4752258adf418 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, RELEASE=squid-ad35db0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-16T09:26:50.080 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:49 smithi177 podman[96153]: 2024-09-16 09:26:49.730772461 +0000 UTC m=+0.016168651 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:26:50.080 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:49 smithi177 podman[96153]: 2024-09-16 09:26:49.860793353 +0000 UTC m=+0.146189535 container create b45855c3587b07c048b6ec772a405479b653424595657cd029e4d74cf0ce71ac (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-16T09:26:50.080 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:50 smithi177 podman[96153]: 2024-09-16 09:26:50.079732039 +0000 UTC m=+0.365128221 container init b45855c3587b07c048b6ec772a405479b653424595657cd029e4d74cf0ce71ac (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:26:50.388 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:50 smithi177 podman[96153]: 2024-09-16 09:26:50.083203019 +0000 UTC m=+0.368599209 container start b45855c3587b07c048b6ec772a405479b653424595657cd029e4d74cf0ce71ac (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, ceph=True) 2024-09-16T09:26:50.388 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:50 smithi177 podman[96153]: 2024-09-16 09:26:50.163197953 +0000 UTC m=+0.448594152 container attach b45855c3587b07c048b6ec772a405479b653424595657cd029e4d74cf0ce71ac (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-09-16T09:26:50.388 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:50 smithi177 podman[96153]: 2024-09-16 09:26:50.269986682 +0000 UTC m=+0.555382867 container died b45855c3587b07c048b6ec772a405479b653424595657cd029e4d74cf0ce71ac (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=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, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-16T09:26:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:50 smithi003 ceph-mon[107193]: osdmap e142: 8 total, 7 up, 8 in 2024-09-16T09:26:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:50.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:50.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:50 smithi003 ceph-mon[103592]: osdmap e142: 8 total, 7 up, 8 in 2024-09-16T09:26:50.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:50.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:50 smithi177 ceph-mon[87761]: osdmap e142: 8 total, 7 up, 8 in 2024-09-16T09:26:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:50.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:26:51.100 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:50.774057562Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:51.100 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:50 smithi177 podman[96175]: 2024-09-16 09:26:50.892115845 +0000 UTC m=+0.614302285 container remove b45855c3587b07c048b6ec772a405479b653424595657cd029e4d74cf0ce71ac (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:26:51.100 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:50 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.5.service: Deactivated successfully. 2024-09-16T09:26:51.100 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:50 smithi177 systemd[1]: Stopped Ceph osd.5 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:26:51.100 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:50 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.5.service: Consumed 14.840s CPU time. 2024-09-16T09:26:51.372 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:51 smithi177 systemd[1]: Starting Ceph osd.5 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:26:51.372 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:51 smithi177 podman[96275]: 2024-09-16 09:26:51.214616071 +0000 UTC m=+0.016514099 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:26:51.630 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:51 smithi177 ceph-mon[87761]: pgmap v254: 161 pgs: 13 active+undersized, 5 peering, 8 stale+active+clean, 12 active+undersized+degraded, 123 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 38/636 objects degraded (5.975%) 2024-09-16T09:26:51.631 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:51 smithi177 ceph-mon[87761]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-16T09:26:51.631 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:51 smithi177 ceph-mon[87761]: Health check failed: Degraded data redundancy: 38/636 objects degraded (5.975%), 12 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:51.631 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:51 smithi177 podman[96275]: 2024-09-16 09:26:51.371406975 +0000 UTC m=+0.173304995 container create 95a2e7cf6fbb6067f514c9870de3e4a134a5da29bd93c155e78d9577904d3de1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD) 2024-09-16T09:26:51.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:51 smithi003 ceph-mon[103592]: pgmap v254: 161 pgs: 13 active+undersized, 5 peering, 8 stale+active+clean, 12 active+undersized+degraded, 123 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 38/636 objects degraded (5.975%) 2024-09-16T09:26:51.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:51 smithi003 ceph-mon[103592]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-16T09:26:51.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:51 smithi003 ceph-mon[103592]: Health check failed: Degraded data redundancy: 38/636 objects degraded (5.975%), 12 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:51 smithi003 ceph-mon[107193]: pgmap v254: 161 pgs: 13 active+undersized, 5 peering, 8 stale+active+clean, 12 active+undersized+degraded, 123 active+clean; 585 KiB data, 252 MiB used, 715 GiB / 715 GiB avail; 38/636 objects degraded (5.975%) 2024-09-16T09:26:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:51 smithi003 ceph-mon[107193]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-09-16T09:26:51.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:51 smithi003 ceph-mon[107193]: Health check failed: Degraded data redundancy: 38/636 objects degraded (5.975%), 12 pgs degraded (PG_DEGRADED) 2024-09-16T09:26:51.964 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:51 smithi177 podman[96275]: 2024-09-16 09:26:51.629893015 +0000 UTC m=+0.431791052 container init 95a2e7cf6fbb6067f514c9870de3e4a134a5da29bd93c155e78d9577904d3de1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-16T09:26:51.965 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:51 smithi177 podman[96275]: 2024-09-16 09:26:51.63350932 +0000 UTC m=+0.435407344 container start 95a2e7cf6fbb6067f514c9870de3e4a134a5da29bd93c155e78d9577904d3de1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-16T09:26:51.965 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:51 smithi177 podman[96275]: 2024-09-16 09:26:51.712866653 +0000 UTC m=+0.514764684 container attach 95a2e7cf6fbb6067f514c9870de3e4a134a5da29bd93c155e78d9577904d3de1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-16T09:26:51.965 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate[96291]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:26:51.965 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:51 smithi177 bash[96275]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:26:51.965 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate[96291]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:26:51.965 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:51 smithi177 bash[96275]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:26:53.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:53 smithi003 ceph-mon[103592]: pgmap v255: 161 pgs: 32 active+undersized, 5 peering, 20 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 72/636 objects degraded (11.321%) 2024-09-16T09:26:53.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:53 smithi003 ceph-mon[107193]: pgmap v255: 161 pgs: 32 active+undersized, 5 peering, 20 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 72/636 objects degraded (11.321%) 2024-09-16T09:26:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:53 smithi177 ceph-mon[87761]: pgmap v255: 161 pgs: 32 active+undersized, 5 peering, 20 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 72/636 objects degraded (11.321%) 2024-09-16T09:26:54.105 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:53.783343118Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:54.404 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate[96291]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-16T09:26:54.404 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 bash[96275]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-16T09:26:54.404 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate[96291]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-16T09:26:54.404 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 bash[96275]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-5 --no-mon-config --dev /dev/mapper/vg_nvme-lv_3 2024-09-16T09:26:54.404 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate[96291]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-16T09:26:54.404 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 bash[96275]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_3 2024-09-16T09:26:54.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:54 smithi177 ceph-mon[87761]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-16T09:26:54.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate[96291]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-16T09:26:54.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 bash[96275]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-16T09:26:54.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate[96291]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-16T09:26:54.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 bash[96275]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-16T09:26:54.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate[96291]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-16T09:26:54.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 bash[96275]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-16T09:26:54.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate[96291]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-16T09:26:54.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 bash[96275]: --> ceph-volume raw activate successful for osd ID: 5 2024-09-16T09:26:54.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 podman[96275]: 2024-09-16 09:26:54.439275565 +0000 UTC m=+3.241173586 container died 95a2e7cf6fbb6067f514c9870de3e4a134a5da29bd93c155e78d9577904d3de1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.vendor=CentOS, 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-13-1248-8293d73) 2024-09-16T09:26:54.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:54 smithi003 ceph-mon[103592]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-16T09:26:54.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:54 smithi003 ceph-mon[107193]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-09-16T09:26:55.374 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:54 smithi177 podman[96449]: 2024-09-16 09:26:54.982985863 +0000 UTC m=+0.536714067 container remove 95a2e7cf6fbb6067f514c9870de3e4a134a5da29bd93c155e78d9577904d3de1 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-activate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-16T09:26:55.375 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:55 smithi177 podman[96507]: 2024-09-16 09:26:55.105096973 +0000 UTC m=+0.017060921 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:26:55.375 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:55 smithi177 podman[96507]: 2024-09-16 09:26:55.217341169 +0000 UTC m=+0.129305113 container create 5d822cbc3cc73a669c5f1b6a035689ace2685da07d2a49de72efc7e0b401e70a (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731) 2024-09-16T09:26:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:55 smithi003 ceph-mon[103592]: pgmap v256: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-16T09:26:55.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:26:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:26:55] "GET /metrics HTTP/1.1" 200 38403 "" "Prometheus/2.51.0" 2024-09-16T09:26:55.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:55 smithi003 ceph-mon[107193]: pgmap v256: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-16T09:26:55.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:55 smithi177 ceph-mon[87761]: pgmap v256: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-16T09:26:55.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:55 smithi177 podman[96507]: 2024-09-16 09:26:55.512062047 +0000 UTC m=+0.424026000 container init 5d822cbc3cc73a669c5f1b6a035689ace2685da07d2a49de72efc7e0b401e70a (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-16T09:26:55.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:55 smithi177 podman[96507]: 2024-09-16 09:26:55.515396444 +0000 UTC m=+0.427360389 container start 5d822cbc3cc73a669c5f1b6a035689ace2685da07d2a49de72efc7e0b401e70a (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, ceph=True, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-16T09:26:55.713 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:55 smithi177 ceph-osd[96526]: -- 172.21.15.177:0/4208482542 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5558475c5a40 con 0x555848394400 2024-09-16T09:26:55.714 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:55 smithi177 bash[96507]: 5d822cbc3cc73a669c5f1b6a035689ace2685da07d2a49de72efc7e0b401e70a 2024-09-16T09:26:55.714 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:55 smithi177 systemd[1]: Started Ceph osd.5 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:26:56.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:56 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:56.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:56.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:56.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:56 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:56.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:56.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:56.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:56 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:26:56.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:56.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:26:57.168 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:56.784179107Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:26:57.454 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:26:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:26:57.169+0000 7f467285a640 -1 Falling back to public interface 2024-09-16T09:26:57.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:57 smithi177 ceph-mon[87761]: pgmap v257: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-16T09:26:57.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:57 smithi003 ceph-mon[103592]: pgmap v257: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-16T09:26:57.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:57 smithi003 ceph-mon[107193]: pgmap v257: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-16T09:26:59.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:26:59 smithi177 ceph-mon[87761]: pgmap v258: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-16T09:26:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:26:59 smithi003 ceph-mon[103592]: pgmap v258: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-16T09:26:59.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:26:59 smithi003 ceph-mon[107193]: pgmap v258: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 73/636 objects degraded (11.478%) 2024-09-16T09:27:00.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:26:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:26:59.776993349Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:00.784 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:00 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.784 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:00 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.785 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:00 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.785 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:00 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.785 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:00 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 73/636 objects degraded (11.478%), 21 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:00.785 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:00 smithi177 ceph-mon[87761]: pgmap v259: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 187 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-16T09:27:00.785 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:00 smithi177 ceph-mon[87761]: from='osd.5 [v2:172.21.15.177:6808/2588741236,v1:172.21.15.177:6809/2588741236]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-16T09:27:00.785 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:00 smithi177 ceph-mon[87761]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-16T09:27:00.785 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:27:00 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:27:00.491+0000 7f467285a640 -1 osd.5 140 log_to_monitors true 2024-09-16T09:27:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 73/636 objects degraded (11.478%), 21 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[103592]: pgmap v259: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 187 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-16T09:27:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[103592]: from='osd.5 [v2:172.21.15.177:6808/2588741236,v1:172.21.15.177:6809/2588741236]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-16T09:27:00.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[103592]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-16T09:27:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 73/636 objects degraded (11.478%), 21 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[107193]: pgmap v259: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 253 MiB used, 715 GiB / 715 GiB avail; 187 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-16T09:27:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[107193]: from='osd.5 [v2:172.21.15.177:6808/2588741236,v1:172.21.15.177:6809/2588741236]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-16T09:27:00.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:00 smithi003 ceph-mon[107193]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-16T09:27:01.923 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:27:01 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:27:01.655+0000 7f46665fc640 -1 osd.5 140 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:27:02.650 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:02 smithi177 ceph-mon[87761]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-16T09:27:02.651 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:02 smithi177 ceph-mon[87761]: from='osd.5 [v2:172.21.15.177:6808/2588741236,v1:172.21.15.177:6809/2588741236]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:02.651 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:02 smithi177 ceph-mon[87761]: osdmap e143: 8 total, 7 up, 8 in 2024-09-16T09:27:02.651 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:02 smithi177 ceph-mon[87761]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:02.651 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:02 smithi177 ceph-mon[87761]: from='osd.5 ' entity='osd.5' 2024-09-16T09:27:02.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:02 smithi003 ceph-mon[103592]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-16T09:27:02.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:02 smithi003 ceph-mon[103592]: from='osd.5 [v2:172.21.15.177:6808/2588741236,v1:172.21.15.177:6809/2588741236]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:02.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:02 smithi003 ceph-mon[103592]: osdmap e143: 8 total, 7 up, 8 in 2024-09-16T09:27:02.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:02 smithi003 ceph-mon[103592]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:02.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:02 smithi003 ceph-mon[103592]: from='osd.5 ' entity='osd.5' 2024-09-16T09:27:02.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:02 smithi003 ceph-mon[107193]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-16T09:27:02.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:02 smithi003 ceph-mon[107193]: from='osd.5 [v2:172.21.15.177:6808/2588741236,v1:172.21.15.177:6809/2588741236]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:02.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:02 smithi003 ceph-mon[107193]: osdmap e143: 8 total, 7 up, 8 in 2024-09-16T09:27:02.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:02 smithi003 ceph-mon[107193]: from='osd.5 ' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:02.678 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:02 smithi003 ceph-mon[107193]: from='osd.5 ' entity='osd.5' 2024-09-16T09:27:02.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:02.781835557Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:03.404 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:03 smithi177 ceph-mon[87761]: pgmap v261: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-16T09:27:03.405 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:03 smithi177 ceph-mon[87761]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:27:03.405 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:03 smithi177 ceph-mon[87761]: osd.5 [v2:172.21.15.177:6808/2588741236,v1:172.21.15.177:6809/2588741236] boot 2024-09-16T09:27:03.405 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:03 smithi177 ceph-mon[87761]: osdmap e144: 8 total, 8 up, 8 in 2024-09-16T09:27:03.405 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:03 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T09:27:03.547 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-mon[103592]: pgmap v261: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-16T09:27:03.547 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-mon[103592]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:27:03.547 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-mon[103592]: osd.5 [v2:172.21.15.177:6808/2588741236,v1:172.21.15.177:6809/2588741236] boot 2024-09-16T09:27:03.547 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-mon[103592]: osdmap e144: 8 total, 8 up, 8 in 2024-09-16T09:27:03.547 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T09:27:03.548 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-mon[107193]: pgmap v261: 161 pgs: 36 active+undersized, 21 active+undersized+degraded, 104 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-16T09:27:03.548 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-mon[107193]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:27:03.548 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-mon[107193]: osd.5 [v2:172.21.15.177:6808/2588741236,v1:172.21.15.177:6809/2588741236] boot 2024-09-16T09:27:03.548 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-mon[107193]: osdmap e144: 8 total, 8 up, 8 in 2024-09-16T09:27:03.548 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T09:27:03.925 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:27:03 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:27:03.545+0000 7f069460e640 -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-16T09:27:04.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:27:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:27:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-16T09:27:04.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:04 smithi177 ceph-mon[87761]: osdmap e145: 8 total, 8 up, 8 in 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-16T09:27:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[107193]: osdmap e145: 8 total, 8 up, 8 in 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-16T09:27:04.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:04 smithi003 ceph-mon[103592]: osdmap e145: 8 total, 8 up, 8 in 2024-09-16T09:27:05.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:27:05] "GET /metrics HTTP/1.1" 200 38258 "" "Prometheus/2.51.0" 2024-09-16T09:27:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-16T09:27:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-mon[103592]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-16T09:27:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-mon[103592]: pgmap v264: 161 pgs: 32 active+undersized, 21 active+undersized+degraded, 108 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-16T09:27:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-16T09:27:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-mon[107193]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-16T09:27:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-mon[107193]: pgmap v264: 161 pgs: 32 active+undersized, 21 active+undersized+degraded, 108 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-16T09:27:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:05 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-16T09:27:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:05 smithi177 ceph-mon[87761]: Upgrade: unsafe to stop osd(s) at this time (19 PGs are or would become offline) 2024-09-16T09:27:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:05 smithi177 ceph-mon[87761]: pgmap v264: 161 pgs: 32 active+undersized, 21 active+undersized+degraded, 108 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 73/636 objects degraded (11.478%) 2024-09-16T09:27:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:06.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:05.782195733Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:06 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:06.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:06 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:06.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:06 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:07.481 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:27:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:07 smithi177 ceph-mon[87761]: pgmap v265: 161 pgs: 2 active+undersized, 3 active+undersized+degraded, 156 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 9/636 objects degraded (1.415%) 2024-09-16T09:27:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:07 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 9/636 objects degraded (1.415%), 3 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:07.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:07 smithi003 ceph-mon[103592]: pgmap v265: 161 pgs: 2 active+undersized, 3 active+undersized+degraded, 156 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 9/636 objects degraded (1.415%) 2024-09-16T09:27:07.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:07 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 9/636 objects degraded (1.415%), 3 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:07.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:07 smithi003 ceph-mon[107193]: pgmap v265: 161 pgs: 2 active+undersized, 3 active+undersized+degraded, 156 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s; 9/636 objects degraded (1.415%) 2024-09-16T09:27:07.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:07 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 9/636 objects degraded (1.415%), 3 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:08.066 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:27:08.066 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (6m) 79s ago 27m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:27:08.066 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (5m) 8s ago 27m 76.0M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:27:08.066 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (7m) 79s ago 26m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:27:08.066 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (7m) 8s ago 31m 456M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:27:08.066 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (16m) 79s ago 32m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:27:08.066 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (4m) 79s ago 33m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (5m) 8s ago 31m 45.0M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (4m) 79s ago 31m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (7m) 79s ago 26m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (6m) 8s ago 26m 10.9M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (3m) 79s ago 31m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (2m) 79s ago 30m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (2m) 79s ago 30m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (84s) 79s ago 29m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 17ba76c47396 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (48s) 8s ago 29m 44.0M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 6aa57fc0e1fc 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (12s) 8s ago 28m 12.2M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 5d822cbc3cc7 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (28m) 8s ago 28m 63.8M 3247M 19.1.1-328-gad35db06 b5388489f99e df1f31e8f14d 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (28m) 8s ago 28m 67.4M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (6m) 8s ago 27m 54.1M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:27:08.067 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (26m) 79s ago 26m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:27:08.068 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (26m) 8s ago 26m 92.9M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:27:08.424 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:27:08.424 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:27:08.424 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:27:08.424 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:27:08.424 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:27:08.424 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:27:08.424 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2, 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 6 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 4, 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 11 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:27:08.425 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:27:08.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:08 smithi003 ceph-mon[107193]: from='client.54446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:08.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:08 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/3287199131' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:08.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:08 smithi003 ceph-mon[103592]: from='client.54446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:08.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:08 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/3287199131' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:08.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:08 smithi177 ceph-mon[87761]: from='client.54446 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:08.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:08 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/3287199131' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:08.724 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:27:08.724 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:27:08.724 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:27:08.724 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-16T09:27:08.724 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:27:08.724 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "6/8 daemons upgraded", 2024-09-16T09:27:08.724 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2024-09-16T09:27:08.724 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:27:08.724 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:27:09.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:08.787478438Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:09.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:09 smithi177 ceph-mon[87761]: from='client.44445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:09.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:09 smithi177 ceph-mon[87761]: from='client.54458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:09.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:09 smithi177 ceph-mon[87761]: pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 577 B/s rd, 0 op/s 2024-09-16T09:27:09.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:09 smithi177 ceph-mon[87761]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/636 objects degraded (1.415%), 3 pgs degraded) 2024-09-16T09:27:09.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:09 smithi177 ceph-mon[87761]: Cluster is now healthy 2024-09-16T09:27:09.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:09 smithi003 ceph-mon[107193]: from='client.44445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:09.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:09 smithi003 ceph-mon[107193]: from='client.54458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:09.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:09 smithi003 ceph-mon[107193]: pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 577 B/s rd, 0 op/s 2024-09-16T09:27:09.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:09 smithi003 ceph-mon[107193]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/636 objects degraded (1.415%), 3 pgs degraded) 2024-09-16T09:27:09.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:09 smithi003 ceph-mon[107193]: Cluster is now healthy 2024-09-16T09:27:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:09 smithi003 ceph-mon[103592]: from='client.44445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:09 smithi003 ceph-mon[103592]: from='client.54458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:09.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:09 smithi003 ceph-mon[103592]: pgmap v266: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 577 B/s rd, 0 op/s 2024-09-16T09:27:09.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:09 smithi003 ceph-mon[103592]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 9/636 objects degraded (1.415%), 3 pgs degraded) 2024-09-16T09:27:09.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:09 smithi003 ceph-mon[103592]: Cluster is now healthy 2024-09-16T09:27:10.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:10 smithi177 ceph-mon[87761]: from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:10 smithi003 ceph-mon[103592]: from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:10 smithi003 ceph-mon[107193]: from='client.44463 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:11.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:11 smithi177 ceph-mon[87761]: pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-16T09:27:11.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:11 smithi003 ceph-mon[103592]: pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-16T09:27:11.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:11 smithi003 ceph-mon[107193]: pgmap v267: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s 2024-09-16T09:27:12.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:11.774001971Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:13.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:13 smithi003 ceph-mon[107193]: pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 954 B/s rd, 0 op/s 2024-09-16T09:27:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:13 smithi003 ceph-mon[103592]: pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 954 B/s rd, 0 op/s 2024-09-16T09:27:13.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:13 smithi177 ceph-mon[87761]: pgmap v268: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 954 B/s rd, 0 op/s 2024-09-16T09:27:15.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:14.783736919Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:15.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:27:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:27:15] "GET /metrics HTTP/1.1" 200 38258 "" "Prometheus/2.51.0" 2024-09-16T09:27:15.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:15 smithi003 ceph-mon[103592]: pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 864 B/s rd, 0 op/s 2024-09-16T09:27:15.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:15 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:15.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:15 smithi003 ceph-mon[107193]: pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 864 B/s rd, 0 op/s 2024-09-16T09:27:15.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:15 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:15 smithi177 ceph-mon[87761]: pgmap v269: 161 pgs: 161 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 864 B/s rd, 0 op/s 2024-09-16T09:27:15.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:15 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:16.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:16 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:16.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:16 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:16 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:17.784 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:17 smithi177 ceph-mon[87761]: pgmap v270: 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-16T09:27:17.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:17 smithi003 ceph-mon[103592]: pgmap v270: 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-16T09:27:17.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:17 smithi003 ceph-mon[107193]: pgmap v270: 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-16T09:27:18.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:17.784094761Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:18.911 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:18 smithi177 ceph-mon[87761]: pgmap v271: 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-16T09:27:18.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:18 smithi003 ceph-mon[103592]: pgmap v271: 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-16T09:27:18.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:18 smithi003 ceph-mon[107193]: pgmap v271: 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-16T09:27:19.869 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:19 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-16T09:27:19.869 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:19 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-16T09:27:19.870 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:19 smithi177 ceph-mon[87761]: Upgrade: osd.6 is safe to restart 2024-09-16T09:27:19.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:19 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-16T09:27:19.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:19 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-16T09:27:19.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:19 smithi003 ceph-mon[103592]: Upgrade: osd.6 is safe to restart 2024-09-16T09:27:19.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:19 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16} : dispatch 2024-09-16T09:27:19.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:19 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2024-09-16T09:27:19.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:19 smithi003 ceph-mon[107193]: Upgrade: osd.6 is safe to restart 2024-09-16T09:27:20.903 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:20.775278518Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:21.159 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:20 smithi177 ceph-mon[87761]: Upgrade: Updating osd.6 2024-09-16T09:27:21.160 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:21.160 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-16T09:27:21.160 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:21.160 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:20 smithi177 ceph-mon[87761]: Deploying daemon osd.6 on smithi177 2024-09-16T09:27:21.160 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:21.160 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:21.160 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:20 smithi177 ceph-mon[87761]: pgmap v272: 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-16T09:27:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[107193]: Upgrade: Updating osd.6 2024-09-16T09:27:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:21.176 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-16T09:27:21.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:21.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[107193]: Deploying daemon osd.6 on smithi177 2024-09-16T09:27:21.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:21.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:21.177 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[107193]: pgmap v272: 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-16T09:27:21.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[103592]: Upgrade: Updating osd.6 2024-09-16T09:27:21.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:21.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-16T09:27:21.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:21.177 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[103592]: Deploying daemon osd.6 on smithi177 2024-09-16T09:27:21.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:21.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:21.178 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:20 smithi003 ceph-mon[103592]: pgmap v272: 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-16T09:27:22.922 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:22 smithi177 systemd[1]: Stopping Ceph osd.6 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:27:23.212 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:22 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[43383]: 2024-09-16T09:27:22.920+0000 7f618e0b2640 -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-16T09:27:23.213 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:22 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[43383]: 2024-09-16T09:27:22.920+0000 7f618e0b2640 -1 osd.6 145 *** Got signal Terminated *** 2024-09-16T09:27:23.213 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:22 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[43383]: 2024-09-16T09:27:22.920+0000 7f618e0b2640 -1 osd.6 145 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:27:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:23 smithi003 ceph-mon[107193]: pgmap v273: 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-16T09:27:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:23 smithi003 ceph-mon[107193]: osd.6 marked itself down and dead 2024-09-16T09:27:23.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:23 smithi003 ceph-mon[103592]: pgmap v273: 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-16T09:27:23.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:23 smithi003 ceph-mon[103592]: osd.6 marked itself down and dead 2024-09-16T09:27:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:23 smithi177 ceph-mon[87761]: pgmap v273: 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-16T09:27:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:23 smithi177 ceph-mon[87761]: osd.6 marked itself down and dead 2024-09-16T09:27:24.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:23.784839452Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:24.213 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:23 smithi177 podman[100669]: 2024-09-16 09:27:23.92287654 +0000 UTC m=+1.108005659 container died df1f31e8f14ddc0d5c45510df9b52915275bb41e3c68852d408a81e2fdb7f037 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, RELEASE=squid-ad35db0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-16T09:27:24.557 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:24 smithi177 ceph-mon[87761]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:27:24.557 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:24 smithi177 ceph-mon[87761]: osdmap e146: 8 total, 7 up, 8 in 2024-09-16T09:27:24.558 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:24 smithi177 podman[100669]: 2024-09-16 09:27:24.329365672 +0000 UTC m=+1.514494798 container cleanup df1f31e8f14ddc0d5c45510df9b52915275bb41e3c68852d408a81e2fdb7f037 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=squid-ad35db0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS) 2024-09-16T09:27:24.558 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:24 smithi177 bash[100669]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6 2024-09-16T09:27:24.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:24 smithi003 ceph-mon[103592]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:27:24.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:24 smithi003 ceph-mon[103592]: osdmap e146: 8 total, 7 up, 8 in 2024-09-16T09:27:24.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:24 smithi003 ceph-mon[107193]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:27:24.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:24 smithi003 ceph-mon[107193]: osdmap e146: 8 total, 7 up, 8 in 2024-09-16T09:27:24.875 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:24 smithi177 podman[100683]: 2024-09-16 09:27:24.556184524 +0000 UTC m=+0.631283891 container remove df1f31e8f14ddc0d5c45510df9b52915275bb41e3c68852d408a81e2fdb7f037 (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, RELEASE=squid-ad35db0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-16T09:27:25.143 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:24 smithi177 podman[100773]: 2024-09-16 09:27:24.777038451 +0000 UTC m=+0.015993017 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:27:25.143 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:24 smithi177 podman[100773]: 2024-09-16 09:27:24.882095574 +0000 UTC m=+0.121050182 container create 86238ce814e3f9e972732b03c1cac129619a7f7b02710d49c42e848cd1c3a60f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-16T09:27:25.143 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:25 smithi177 podman[100773]: 2024-09-16 09:27:25.067970359 +0000 UTC m=+0.306924924 container init 86238ce814e3f9e972732b03c1cac129619a7f7b02710d49c42e848cd1c3a60f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-16T09:27:25.144 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:25 smithi177 podman[100773]: 2024-09-16 09:27:25.071803259 +0000 UTC m=+0.310757827 container start 86238ce814e3f9e972732b03c1cac129619a7f7b02710d49c42e848cd1c3a60f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731) 2024-09-16T09:27:25.144 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:25 smithi177 podman[100773]: 2024-09-16 09:27:25.142673357 +0000 UTC m=+0.381627926 container attach 86238ce814e3f9e972732b03c1cac129619a7f7b02710d49c42e848cd1c3a60f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731) 2024-09-16T09:27:25.462 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:25 smithi177 podman[100773]: 2024-09-16 09:27:25.256979473 +0000 UTC m=+0.495934040 container died 86238ce814e3f9e972732b03c1cac129619a7f7b02710d49c42e848cd1c3a60f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:27:25.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:25 smithi177 ceph-mon[87761]: pgmap v275: 161 pgs: 1 peering, 13 stale+active+clean, 147 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:27:25.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:25 smithi177 ceph-mon[87761]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-16T09:27:25.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:25 smithi177 ceph-mon[87761]: osdmap e147: 8 total, 7 up, 8 in 2024-09-16T09:27:25.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:27:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:27:25] "GET /metrics HTTP/1.1" 200 38391 "" "Prometheus/2.51.0" 2024-09-16T09:27:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:25 smithi003 ceph-mon[103592]: pgmap v275: 161 pgs: 1 peering, 13 stale+active+clean, 147 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:27:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:25 smithi003 ceph-mon[103592]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-16T09:27:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:25 smithi003 ceph-mon[103592]: osdmap e147: 8 total, 7 up, 8 in 2024-09-16T09:27:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:25 smithi003 ceph-mon[107193]: pgmap v275: 161 pgs: 1 peering, 13 stale+active+clean, 147 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-09-16T09:27:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:25 smithi003 ceph-mon[107193]: Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-16T09:27:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:25 smithi003 ceph-mon[107193]: osdmap e147: 8 total, 7 up, 8 in 2024-09-16T09:27:26.212 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:25 smithi177 podman[100795]: 2024-09-16 09:27:25.879664207 +0000 UTC m=+0.615140508 container remove 86238ce814e3f9e972732b03c1cac129619a7f7b02710d49c42e848cd1c3a60f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_BRANCH=HEAD, 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, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True) 2024-09-16T09:27:26.213 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:25 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.6.service: Deactivated successfully. 2024-09-16T09:27:26.213 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:25 smithi177 systemd[1]: Stopped Ceph osd.6 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:27:26.213 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:25 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.6.service: Consumed 13.518s CPU time. 2024-09-16T09:27:26.213 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:26 smithi177 systemd[1]: Starting Ceph osd.6 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:27:26.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:26 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:26.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:26 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:26.585 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:26 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:26.585 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:26 smithi177 podman[100894]: 2024-09-16 09:27:26.229559882 +0000 UTC m=+0.015943928 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:27:26.585 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:26 smithi177 podman[100894]: 2024-09-16 09:27:26.356551076 +0000 UTC m=+0.142935160 container create bc59953fb796adf1a6d04e96b5187ca697104cc487c84cc60058214753bcdeb2 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-16T09:27:26.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:26.780333346Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:26.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:26 smithi177 podman[100894]: 2024-09-16 09:27:26.584069218 +0000 UTC m=+0.370453257 container init bc59953fb796adf1a6d04e96b5187ca697104cc487c84cc60058214753bcdeb2 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-09-16T09:27:26.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:26 smithi177 podman[100894]: 2024-09-16 09:27:26.588630014 +0000 UTC m=+0.375014053 container start bc59953fb796adf1a6d04e96b5187ca697104cc487c84cc60058214753bcdeb2 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-16T09:27:26.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:26 smithi177 podman[100894]: 2024-09-16 09:27:26.65890315 +0000 UTC m=+0.445287190 container attach bc59953fb796adf1a6d04e96b5187ca697104cc487c84cc60058214753bcdeb2 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-16T09:27:26.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate[100909]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:27:26.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:26 smithi177 bash[100894]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:27:26.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate[100909]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:27:26.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:26 smithi177 bash[100894]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:27:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:27 smithi003 ceph-mon[103592]: pgmap v277: 161 pgs: 29 active+undersized, 1 peering, 4 stale+active+clean, 18 active+undersized+degraded, 109 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 74/636 objects degraded (11.635%) 2024-09-16T09:27:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:27 smithi003 ceph-mon[103592]: Health check failed: Degraded data redundancy: 74/636 objects degraded (11.635%), 18 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:27.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:27 smithi003 ceph-mon[107193]: pgmap v277: 161 pgs: 29 active+undersized, 1 peering, 4 stale+active+clean, 18 active+undersized+degraded, 109 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 74/636 objects degraded (11.635%) 2024-09-16T09:27:27.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:27 smithi003 ceph-mon[107193]: Health check failed: Degraded data redundancy: 74/636 objects degraded (11.635%), 18 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:27 smithi177 ceph-mon[87761]: pgmap v277: 161 pgs: 29 active+undersized, 1 peering, 4 stale+active+clean, 18 active+undersized+degraded, 109 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 74/636 objects degraded (11.635%) 2024-09-16T09:27:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:27 smithi177 ceph-mon[87761]: Health check failed: Degraded data redundancy: 74/636 objects degraded (11.635%), 18 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:29.366 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate[100909]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-16T09:27:29.366 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 bash[100894]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-16T09:27:29.366 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate[100909]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-16T09:27:29.366 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 bash[100894]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-6 --no-mon-config --dev /dev/mapper/vg_nvme-lv_2 2024-09-16T09:27:29.367 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate[100909]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-16T09:27:29.367 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 bash[100894]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_2 2024-09-16T09:27:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:29 smithi003 ceph-mon[103592]: pgmap v278: 161 pgs: 34 active+undersized, 1 peering, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:29.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:29 smithi003 ceph-mon[107193]: pgmap v278: 161 pgs: 34 active+undersized, 1 peering, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:29.695 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:29 smithi177 ceph-mon[87761]: pgmap v278: 161 pgs: 34 active+undersized, 1 peering, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:29.696 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate[100909]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-16T09:27:29.696 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 bash[100894]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-16T09:27:29.696 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate[100909]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-16T09:27:29.696 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 bash[100894]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-16T09:27:29.696 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate[100909]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-16T09:27:29.696 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 bash[100894]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-16T09:27:29.696 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate[100909]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-16T09:27:29.696 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 bash[100894]: --> ceph-volume raw activate successful for osd ID: 6 2024-09-16T09:27:29.696 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 podman[100894]: 2024-09-16 09:27:29.402022822 +0000 UTC m=+3.188406872 container died bc59953fb796adf1a6d04e96b5187ca697104cc487c84cc60058214753bcdeb2 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-16T09:27:29.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:29.783602745Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:30.418 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:29 smithi177 podman[101066]: 2024-09-16 09:27:29.962378326 +0000 UTC m=+0.553004020 container remove bc59953fb796adf1a6d04e96b5187ca697104cc487c84cc60058214753bcdeb2 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-activate, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:27:30.418 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:30 smithi177 podman[101124]: 2024-09-16 09:27:30.081268868 +0000 UTC m=+0.016729136 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:27:30.419 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:30 smithi177 podman[101124]: 2024-09-16 09:27:30.196826379 +0000 UTC m=+0.132286691 container create 871353453f69c6a752c23bf0652d36539f670b5b7822754468d598c27594b239 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD) 2024-09-16T09:27:30.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:30 smithi177 ceph-mon[87761]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-16T09:27:30.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:30 smithi177 podman[101124]: 2024-09-16 09:27:30.540942967 +0000 UTC m=+0.476403248 container init 871353453f69c6a752c23bf0652d36539f670b5b7822754468d598c27594b239 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS) 2024-09-16T09:27:30.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:30 smithi177 podman[101124]: 2024-09-16 09:27:30.544250547 +0000 UTC m=+0.479710814 container start 871353453f69c6a752c23bf0652d36539f670b5b7822754468d598c27594b239 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-16T09:27:30.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:30 smithi177 ceph-osd[101143]: -- 172.21.15.177:0/4054553301 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55ffa6dcda40 con 0x55ffa7b9c400 2024-09-16T09:27:30.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:30 smithi177 bash[101124]: 871353453f69c6a752c23bf0652d36539f670b5b7822754468d598c27594b239 2024-09-16T09:27:30.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:30 smithi177 systemd[1]: Started Ceph osd.6 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:27:30.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:30 smithi003 ceph-mon[103592]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-16T09:27:30.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:30 smithi003 ceph-mon[107193]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-16T09:27:31.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:31 smithi177 ceph-mon[87761]: pgmap v279: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:31.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:31 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:31.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:31 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:31.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:31 smithi003 ceph-mon[103592]: pgmap v279: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:31.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:31 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:31.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:31 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:31.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:31 smithi003 ceph-mon[107193]: pgmap v279: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:31.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:31 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:31.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:31 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:32.382 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:27:32.185+0000 7f3dec663640 -1 Falling back to public interface 2024-09-16T09:27:32.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:32.77382665Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:33 smithi177 ceph-mon[87761]: pgmap v280: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:33.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:33 smithi003 ceph-mon[103592]: pgmap v280: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:33.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:33 smithi003 ceph-mon[107193]: pgmap v280: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:27:35] "GET /metrics HTTP/1.1" 200 38406 "" "Prometheus/2.51.0" 2024-09-16T09:27:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[103592]: pgmap v281: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 76/636 objects degraded (11.950%), 19 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[107193]: pgmap v281: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 76/636 objects degraded (11.950%), 19 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:35 smithi177 ceph-mon[87761]: pgmap v281: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:35 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 76/636 objects degraded (11.950%), 19 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:36.047 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:27:35.750+0000 7f3dec663640 -1 osd.6 145 log_to_monitors true 2024-09-16T09:27:36.047 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:35.785325429Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:36 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:36 smithi177 ceph-mon[87761]: from='osd.6 [v2:172.21.15.177:6816/3255283921,v1:172.21.15.177:6817/3255283921]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-16T09:27:36.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:36 smithi177 ceph-mon[87761]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-16T09:27:36.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:27:36 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:27:36.480+0000 7f3de440d640 -1 osd.6 145 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:27:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:36 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:36 smithi003 ceph-mon[103592]: from='osd.6 [v2:172.21.15.177:6816/3255283921,v1:172.21.15.177:6817/3255283921]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-16T09:27:36.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:36 smithi003 ceph-mon[103592]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-16T09:27:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:36 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:36.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:36 smithi003 ceph-mon[107193]: from='osd.6 [v2:172.21.15.177:6816/3255283921,v1:172.21.15.177:6817/3255283921]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-16T09:27:36.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:36 smithi003 ceph-mon[107193]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-16T09:27:37.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:37 smithi177 ceph-mon[87761]: pgmap v282: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:37.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:37 smithi177 ceph-mon[87761]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-16T09:27:37.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:37 smithi177 ceph-mon[87761]: from='osd.6 [v2:172.21.15.177:6816/3255283921,v1:172.21.15.177:6817/3255283921]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:37.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:37 smithi177 ceph-mon[87761]: osdmap e148: 8 total, 7 up, 8 in 2024-09-16T09:27:37.718 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:37 smithi177 ceph-mon[87761]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:37.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:37 smithi003 ceph-mon[103592]: pgmap v282: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:37.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:37 smithi003 ceph-mon[103592]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-16T09:27:37.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:37 smithi003 ceph-mon[103592]: from='osd.6 [v2:172.21.15.177:6816/3255283921,v1:172.21.15.177:6817/3255283921]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:37.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:37 smithi003 ceph-mon[103592]: osdmap e148: 8 total, 7 up, 8 in 2024-09-16T09:27:37.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:37 smithi003 ceph-mon[103592]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:37.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:37 smithi003 ceph-mon[107193]: pgmap v282: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 249 MiB used, 715 GiB / 715 GiB avail; 76/636 objects degraded (11.950%) 2024-09-16T09:27:37.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:37 smithi003 ceph-mon[107193]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-16T09:27:37.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:37 smithi003 ceph-mon[107193]: from='osd.6 [v2:172.21.15.177:6816/3255283921,v1:172.21.15.177:6817/3255283921]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:37.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:37 smithi003 ceph-mon[107193]: osdmap e148: 8 total, 7 up, 8 in 2024-09-16T09:27:37.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:37 smithi003 ceph-mon[107193]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:27:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-mon[87761]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:27:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-mon[87761]: osd.6 [v2:172.21.15.177:6816/3255283921,v1:172.21.15.177:6817/3255283921] boot 2024-09-16T09:27:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-mon[87761]: osdmap e149: 8 total, 8 up, 8 in 2024-09-16T09:27:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T09:27:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:27:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:38.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-mon[87761]: osdmap e150: 8 total, 8 up, 8 in 2024-09-16T09:27:38.926 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:27:38.486+0000 7f069460e640 -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-16T09:27:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[107193]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:27:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[107193]: osd.6 [v2:172.21.15.177:6816/3255283921,v1:172.21.15.177:6817/3255283921] boot 2024-09-16T09:27:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[107193]: osdmap e149: 8 total, 8 up, 8 in 2024-09-16T09:27:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T09:27:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:38.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[107193]: osdmap e150: 8 total, 8 up, 8 in 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[103592]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[103592]: osd.6 [v2:172.21.15.177:6816/3255283921,v1:172.21.15.177:6817/3255283921] boot 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[103592]: osdmap e149: 8 total, 8 up, 8 in 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:27:38.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:38.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:38 smithi003 ceph-mon[103592]: osdmap e150: 8 total, 8 up, 8 in 2024-09-16T09:27:39.049 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:27:39.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:38.77636479Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:39.640 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:27:39.640 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (6m) 110s ago 27m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:27:39.640 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (6m) 4s ago 27m 76.6M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:27:39.640 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (7m) 110s ago 27m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:27:39.640 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (7m) 4s ago 31m 456M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:27:39.640 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (16m) 110s ago 33m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (4m) 110s ago 33m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (5m) 4s ago 32m 45.2M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (4m) 110s ago 32m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (7m) 110s ago 27m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (7m) 4s ago 27m 11.3M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (3m) 110s ago 31m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (3m) 110s ago 31m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (2m) 110s ago 30m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (115s) 110s ago 30m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 17ba76c47396 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (79s) 4s ago 29m 44.4M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 6aa57fc0e1fc 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (44s) 4s ago 29m 51.8M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 5d822cbc3cc7 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (9s) 4s ago 29m 14.3M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 871353453f69 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (28m) 4s ago 28m 68.3M 3247M 19.1.1-328-gad35db06 b5388489f99e eea32a0f78bd 2024-09-16T09:27:39.641 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (7m) 4s ago 28m 54.1M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:27:39.642 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (27m) 110s ago 27m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:27:39.642 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (27m) 4s ago 27m 93.0M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:27:39.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[103592]: pgmap v285: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 76/636 objects degraded (11.950%) 2024-09-16T09:27:39.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:27:39.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:39.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:39.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:39.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-16T09:27:39.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[107193]: pgmap v285: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 76/636 objects degraded (11.950%) 2024-09-16T09:27:39.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:27:39.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:39.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:39.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:39.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:39 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-16T09:27:39.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:39 smithi177 ceph-mon[87761]: pgmap v285: 161 pgs: 35 active+undersized, 19 active+undersized+degraded, 107 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 76/636 objects degraded (11.950%) 2024-09-16T09:27:39.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:39 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:27:39.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:39 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:39.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:39 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:39.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:39 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:39.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:39 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-16T09:27:39.992 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:27:39.992 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 1, 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 7 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:27:39.993 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:27:39.994 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 3, 2024-09-16T09:27:39.994 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 12 2024-09-16T09:27:39.994 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:27:39.994 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:27:40.295 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:27:40.295 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:27:40.295 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:27:40.295 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-16T09:27:40.295 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:27:40.295 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "7/8 daemons upgraded", 2024-09-16T09:27:40.295 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2024-09-16T09:27:40.295 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:27:40.296 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:27:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:40 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-16T09:27:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:40 smithi003 ceph-mon[103592]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-16T09:27:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:40 smithi003 ceph-mon[103592]: from='client.44469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:40 smithi003 ceph-mon[103592]: from='client.44475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:40.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:40 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/418790248' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:40.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:40 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-16T09:27:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:40 smithi003 ceph-mon[107193]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-16T09:27:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:40 smithi003 ceph-mon[107193]: from='client.44469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:40 smithi003 ceph-mon[107193]: from='client.44475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:40.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:40 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/418790248' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:40.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:40 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-16T09:27:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:40 smithi177 ceph-mon[87761]: Upgrade: unsafe to stop osd(s) at this time (20 PGs are or would become offline) 2024-09-16T09:27:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:40 smithi177 ceph-mon[87761]: from='client.44469 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:40 smithi177 ceph-mon[87761]: from='client.44475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:40.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:40 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/418790248' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:27:41.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:41 smithi177 ceph-mon[87761]: from='client.44481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:41.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:41 smithi177 ceph-mon[87761]: from='client.44493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:41.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:41 smithi177 ceph-mon[87761]: pgmap v287: 161 pgs: 24 active+undersized, 11 active+undersized+degraded, 126 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 48/636 objects degraded (7.547%) 2024-09-16T09:27:41.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:41 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 48/636 objects degraded (7.547%), 11 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:41 smithi003 ceph-mon[103592]: from='client.44481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:41 smithi003 ceph-mon[103592]: from='client.44493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:41 smithi003 ceph-mon[103592]: pgmap v287: 161 pgs: 24 active+undersized, 11 active+undersized+degraded, 126 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 48/636 objects degraded (7.547%) 2024-09-16T09:27:41.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:41 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 48/636 objects degraded (7.547%), 11 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:41.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:41 smithi003 ceph-mon[107193]: from='client.44481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:41.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:41 smithi003 ceph-mon[107193]: from='client.44493 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:27:41.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:41 smithi003 ceph-mon[107193]: pgmap v287: 161 pgs: 24 active+undersized, 11 active+undersized+degraded, 126 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s; 48/636 objects degraded (7.547%) 2024-09-16T09:27:41.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:41 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 48/636 objects degraded (7.547%), 11 pgs degraded (PG_DEGRADED) 2024-09-16T09:27:42.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:41.774613189Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:42.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:42 smithi003 ceph-mon[107193]: pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-16T09:27:42.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:42 smithi003 ceph-mon[103592]: pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-16T09:27:42.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:42 smithi177 ceph-mon[87761]: pgmap v288: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 0 op/s 2024-09-16T09:27:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:43 smithi003 ceph-mon[107193]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/636 objects degraded (7.547%), 11 pgs degraded) 2024-09-16T09:27:43.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:43 smithi003 ceph-mon[107193]: Cluster is now healthy 2024-09-16T09:27:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:43 smithi003 ceph-mon[103592]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/636 objects degraded (7.547%), 11 pgs degraded) 2024-09-16T09:27:43.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:43 smithi003 ceph-mon[103592]: Cluster is now healthy 2024-09-16T09:27:43.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:43 smithi177 ceph-mon[87761]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 48/636 objects degraded (7.547%), 11 pgs degraded) 2024-09-16T09:27:43.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:43 smithi177 ceph-mon[87761]: Cluster is now healthy 2024-09-16T09:27:44.782 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:44 smithi177 ceph-mon[87761]: pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 520 B/s rd, 0 op/s 2024-09-16T09:27:44.827 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:44 smithi003 ceph-mon[103592]: pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 520 B/s rd, 0 op/s 2024-09-16T09:27:44.827 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:44 smithi003 ceph-mon[107193]: pgmap v289: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 520 B/s rd, 0 op/s 2024-09-16T09:27:45.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:44.781671651Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:45 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:45.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:27:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:27:45] "GET /metrics HTTP/1.1" 200 38406 "" "Prometheus/2.51.0" 2024-09-16T09:27:45.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:45 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:45.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:45 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:46.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:46 smithi003 ceph-mon[103592]: pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-16T09:27:46.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:46 smithi003 ceph-mon[107193]: pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-16T09:27:46.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:46 smithi177 ceph-mon[87761]: pgmap v290: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2024-09-16T09:27:48.115 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:47.778635874Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:49.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:49 smithi003 ceph-mon[103592]: pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-09-16T09:27:49.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:49 smithi003 ceph-mon[107193]: pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-09-16T09:27:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:49 smithi177 ceph-mon[87761]: pgmap v291: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 0 op/s 2024-09-16T09:27:51.158 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:50.782268617Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:51.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:51 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:51.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:51 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:51.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:51 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:51.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:51 smithi003 ceph-mon[107193]: pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:27:51.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:51 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:51.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:51 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:51.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:51 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:51.427 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:51 smithi003 ceph-mon[103592]: pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:27:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:51 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:51 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:27:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:51 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:51.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:51 smithi177 ceph-mon[87761]: pgmap v292: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:27:53.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:53 smithi003 ceph-mon[107193]: pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:27:53.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:53 smithi003 ceph-mon[103592]: pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:27:53.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:53 smithi177 ceph-mon[87761]: pgmap v293: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:27:54.131 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:53.775682683Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:54.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:54 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-16T09:27:54.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:54 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-16T09:27:54.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:54 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16} : dispatch 2024-09-16T09:27:55.574 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:55 smithi177 ceph-mon[87761]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-16T09:27:55.574 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:55 smithi177 ceph-mon[87761]: Upgrade: osd.7 is safe to restart 2024-09-16T09:27:55.574 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:55 smithi177 ceph-mon[87761]: pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:27:55.574 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:55 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:55.574 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:55 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-16T09:27:55.575 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:55 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:55.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:27:55] "GET /metrics HTTP/1.1" 200 38396 "" "Prometheus/2.51.0" 2024-09-16T09:27:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[103592]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-16T09:27:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[103592]: Upgrade: osd.7 is safe to restart 2024-09-16T09:27:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[103592]: pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:27:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:55.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-16T09:27:55.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:55.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[107193]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2024-09-16T09:27:55.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[107193]: Upgrade: osd.7 is safe to restart 2024-09-16T09:27:55.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[107193]: pgmap v294: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:27:55.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:27:55.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-16T09:27:55.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:55 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:27:56.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:56 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:56.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:56 smithi177 ceph-mon[87761]: Upgrade: Updating osd.7 2024-09-16T09:27:56.463 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:56 smithi177 ceph-mon[87761]: Deploying daemon osd.7 on smithi177 2024-09-16T09:27:56.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:56 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:56.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:56 smithi003 ceph-mon[103592]: Upgrade: Updating osd.7 2024-09-16T09:27:56.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:56 smithi003 ceph-mon[103592]: Deploying daemon osd.7 on smithi177 2024-09-16T09:27:56.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:56 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:27:56.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:56 smithi003 ceph-mon[107193]: Upgrade: Updating osd.7 2024-09-16T09:27:56.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:56 smithi003 ceph-mon[107193]: Deploying daemon osd.7 on smithi177 2024-09-16T09:27:57.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:56.773236894Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:27:57.505 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:57 smithi177 ceph-mon[87761]: pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:27:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:57 smithi003 ceph-mon[103592]: pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:27:57.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:57 smithi003 ceph-mon[107193]: pgmap v295: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:27:57.945 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:27:57 smithi177 systemd[1]: Stopping Ceph osd.7 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:27:58.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:27:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[48917]: 2024-09-16T09:27:57.942+0000 7efd876fc640 -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-16T09:27:58.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:27:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[48917]: 2024-09-16T09:27:57.942+0000 7efd876fc640 -1 osd.7 150 *** Got signal Terminated *** 2024-09-16T09:27:58.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:27:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[48917]: 2024-09-16T09:27:57.942+0000 7efd876fc640 -1 osd.7 150 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:27:58.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:58 smithi003 ceph-mon[103592]: osd.7 marked itself down and dead 2024-09-16T09:27:58.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:58 smithi003 ceph-mon[107193]: osd.7 marked itself down and dead 2024-09-16T09:27:58.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:58 smithi177 ceph-mon[87761]: osd.7 marked itself down and dead 2024-09-16T09:27:59.119 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:27:58 smithi177 podman[104961]: 2024-09-16 09:27:58.810101239 +0000 UTC m=+0.981269787 container died eea32a0f78bd6fcc971f494d04d93a9832ab5d294a2b3ac4f9a1358e5269bb4d (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7, RELEASE=squid-ad35db0, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2) 2024-09-16T09:27:59.403 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:27:59 smithi177 podman[104961]: 2024-09-16 09:27:59.218075624 +0000 UTC m=+1.389244166 container cleanup eea32a0f78bd6fcc971f494d04d93a9832ab5d294a2b3ac4f9a1358e5269bb4d (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7, RELEASE=squid-ad35db0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True) 2024-09-16T09:27:59.404 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:27:59 smithi177 bash[104961]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7 2024-09-16T09:27:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:59 smithi003 ceph-mon[103592]: pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:27:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:59 smithi003 ceph-mon[103592]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:27:59.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:27:59 smithi003 ceph-mon[103592]: osdmap e151: 8 total, 7 up, 8 in 2024-09-16T09:27:59.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:59 smithi003 ceph-mon[107193]: pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:27:59.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:59 smithi003 ceph-mon[107193]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:27:59.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:27:59 smithi003 ceph-mon[107193]: osdmap e151: 8 total, 7 up, 8 in 2024-09-16T09:27:59.712 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:27:59 smithi177 podman[104979]: 2024-09-16 09:27:59.453195004 +0000 UTC m=+0.642575664 container remove eea32a0f78bd6fcc971f494d04d93a9832ab5d294a2b3ac4f9a1358e5269bb4d (image=quay.ceph.io/ceph-ci/ceph@sha256:492037805376aaa75d18e0094fd59778d9efe585eee2e5c893fdf6a5d0e45d60, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-ad35db0, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-16T09:27:59.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:59 smithi177 ceph-mon[87761]: pgmap v296: 161 pgs: 161 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-09-16T09:27:59.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:59 smithi177 ceph-mon[87761]: Health check failed: 1 osds down (OSD_DOWN) 2024-09-16T09:27:59.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:27:59 smithi177 ceph-mon[87761]: osdmap e151: 8 total, 7 up, 8 in 2024-09-16T09:28:00.091 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:27:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:27:59.777196598Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:00.092 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:27:59 smithi177 podman[105070]: 2024-09-16 09:27:59.695526221 +0000 UTC m=+0.017334698 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:28:00.092 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:27:59 smithi177 podman[105070]: 2024-09-16 09:27:59.821105838 +0000 UTC m=+0.142914288 container create 339ad32df8fb9dae83a39ff5be7c419ebe3e6da9b6a190344f3c761eefb17b2e (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731) 2024-09-16T09:28:00.092 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:00 smithi177 podman[105070]: 2024-09-16 09:28:00.090242121 +0000 UTC m=+0.412050576 container init 339ad32df8fb9dae83a39ff5be7c419ebe3e6da9b6a190344f3c761eefb17b2e (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, 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, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:28:00.414 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:00 smithi177 podman[105070]: 2024-09-16 09:28:00.09496585 +0000 UTC m=+0.416774305 container start 339ad32df8fb9dae83a39ff5be7c419ebe3e6da9b6a190344f3c761eefb17b2e (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-16T09:28:00.414 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:00 smithi177 podman[105070]: 2024-09-16 09:28:00.198601581 +0000 UTC m=+0.520410050 container attach 339ad32df8fb9dae83a39ff5be7c419ebe3e6da9b6a190344f3c761eefb17b2e (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux ) 2024-09-16T09:28:00.414 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:00 smithi177 podman[105070]: 2024-09-16 09:28:00.291400057 +0000 UTC m=+0.613208512 container died 339ad32df8fb9dae83a39ff5be7c419ebe3e6da9b6a190344f3c761eefb17b2e (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:28:00.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:00 smithi003 ceph-mon[103592]: osdmap e152: 8 total, 7 up, 8 in 2024-09-16T09:28:00.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:00 smithi003 ceph-mon[107193]: osdmap e152: 8 total, 7 up, 8 in 2024-09-16T09:28:00.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:00 smithi177 ceph-mon[87761]: osdmap e152: 8 total, 7 up, 8 in 2024-09-16T09:28:01.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:00 smithi177 podman[105092]: 2024-09-16 09:28:00.881580207 +0000 UTC m=+0.584409215 container remove 339ad32df8fb9dae83a39ff5be7c419ebe3e6da9b6a190344f3c761eefb17b2e (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True) 2024-09-16T09:28:01.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:00 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.7.service: Deactivated successfully. 2024-09-16T09:28:01.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:00 smithi177 systemd[1]: Stopped Ceph osd.7 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:28:01.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:00 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.7.service: Consumed 15.445s CPU time. 2024-09-16T09:28:01.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:01 smithi177 systemd[1]: Starting Ceph osd.7 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:28:01.595 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:01 smithi177 ceph-mon[87761]: pgmap v299: 161 pgs: 6 active+undersized, 7 peering, 18 stale+active+clean, 6 active+undersized+degraded, 124 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 19/636 objects degraded (2.987%) 2024-09-16T09:28:01.595 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:01 smithi177 ceph-mon[87761]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-16T09:28:01.595 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:01 smithi177 ceph-mon[87761]: Health check failed: Degraded data redundancy: 19/636 objects degraded (2.987%), 6 pgs degraded (PG_DEGRADED) 2024-09-16T09:28:01.595 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:01 smithi177 podman[105191]: 2024-09-16 09:28:01.227175009 +0000 UTC m=+0.016498891 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:28:01.595 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:01 smithi177 podman[105191]: 2024-09-16 09:28:01.349757751 +0000 UTC m=+0.139081616 container create 820eeae60a062b19178524fedeb7cac0e216ca7e9054fda1ced4adf386475308 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.license=GPLv2, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:28:01.596 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:01 smithi177 podman[105191]: 2024-09-16 09:28:01.593824337 +0000 UTC m=+0.383148209 container init 820eeae60a062b19178524fedeb7cac0e216ca7e9054fda1ced4adf386475308 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:28:01.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:01 smithi003 ceph-mon[103592]: pgmap v299: 161 pgs: 6 active+undersized, 7 peering, 18 stale+active+clean, 6 active+undersized+degraded, 124 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 19/636 objects degraded (2.987%) 2024-09-16T09:28:01.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:01 smithi003 ceph-mon[103592]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-16T09:28:01.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:01 smithi003 ceph-mon[103592]: Health check failed: Degraded data redundancy: 19/636 objects degraded (2.987%), 6 pgs degraded (PG_DEGRADED) 2024-09-16T09:28:01.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:01 smithi003 ceph-mon[107193]: pgmap v299: 161 pgs: 6 active+undersized, 7 peering, 18 stale+active+clean, 6 active+undersized+degraded, 124 active+clean; 585 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1 op/s; 19/636 objects degraded (2.987%) 2024-09-16T09:28:01.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:01 smithi003 ceph-mon[107193]: Health check failed: Reduced data availability: 2 pgs inactive, 2 pgs peering (PG_AVAILABILITY) 2024-09-16T09:28:01.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:01 smithi003 ceph-mon[107193]: Health check failed: Degraded data redundancy: 19/636 objects degraded (2.987%), 6 pgs degraded (PG_DEGRADED) 2024-09-16T09:28:01.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:01 smithi177 podman[105191]: 2024-09-16 09:28:01.5973172 +0000 UTC m=+0.386641075 container start 820eeae60a062b19178524fedeb7cac0e216ca7e9054fda1ced4adf386475308 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-16T09:28:01.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:01 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate[105205]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:28:01.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:01 smithi177 podman[105191]: 2024-09-16 09:28:01.72715573 +0000 UTC m=+0.516479608 container attach 820eeae60a062b19178524fedeb7cac0e216ca7e9054fda1ced4adf386475308 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-16T09:28:01.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:01 smithi177 bash[105191]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:28:01.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:01 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate[105205]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:28:01.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:01 smithi177 bash[105191]: Running command: /usr/bin/ceph-authtool --gen-print-key 2024-09-16T09:28:03.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:02.773544683Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:03.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:03 smithi003 ceph-mon[103592]: pgmap v300: 161 pgs: 33 active+undersized, 7 peering, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:03.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:03 smithi003 ceph-mon[107193]: pgmap v300: 161 pgs: 33 active+undersized, 7 peering, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:03.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:03 smithi177 ceph-mon[87761]: pgmap v300: 161 pgs: 33 active+undersized, 7 peering, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:04.364 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate[105205]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-16T09:28:04.364 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 bash[105191]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-16T09:28:04.364 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate[105205]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-16T09:28:04.364 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 bash[105191]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-7 --no-mon-config --dev /dev/mapper/vg_nvme-lv_1 2024-09-16T09:28:04.364 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate[105205]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-16T09:28:04.365 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 bash[105191]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_1 2024-09-16T09:28:04.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:04 smithi177 ceph-mon[87761]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-16T09:28:04.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate[105205]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-16T09:28:04.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 bash[105191]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-09-16T09:28:04.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate[105205]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-16T09:28:04.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 bash[105191]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_1 /var/lib/ceph/osd/ceph-7/block 2024-09-16T09:28:04.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate[105205]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-16T09:28:04.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 bash[105191]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-09-16T09:28:04.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate[105205]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-16T09:28:04.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 bash[105191]: --> ceph-volume raw activate successful for osd ID: 7 2024-09-16T09:28:04.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 podman[105191]: 2024-09-16 09:28:04.399160761 +0000 UTC m=+3.188484627 container died 820eeae60a062b19178524fedeb7cac0e216ca7e9054fda1ced4adf386475308 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:28:04.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:04 smithi003 ceph-mon[103592]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-16T09:28:04.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:04 smithi003 ceph-mon[107193]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 2 pgs inactive, 3 pgs peering) 2024-09-16T09:28:05.342 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:04 smithi177 podman[105361]: 2024-09-16 09:28:04.99742335 +0000 UTC m=+0.590523459 container remove 820eeae60a062b19178524fedeb7cac0e216ca7e9054fda1ced4adf386475308 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-activate, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , ceph=True) 2024-09-16T09:28:05.343 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:05 smithi177 podman[105419]: 2024-09-16 09:28:05.114867279 +0000 UTC m=+0.016170712 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:28:05.343 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:05 smithi177 podman[105419]: 2024-09-16 09:28:05.214925138 +0000 UTC m=+0.116228597 container create aa158e1396162d14a50fb488c049ad76d4b7113bfdf1c101d8b055a10f1044eb (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-16T09:28:05.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:28:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:28:05] "GET /metrics HTTP/1.1" 200 38406 "" "Prometheus/2.51.0" 2024-09-16T09:28:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:05 smithi003 ceph-mon[103592]: pgmap v301: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:05 smithi003 ceph-mon[107193]: pgmap v301: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:05.788 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:05 smithi177 ceph-mon[87761]: pgmap v301: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:05.788 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:05.788 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:05.788 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:05 smithi177 podman[105419]: 2024-09-16 09:28:05.475748748 +0000 UTC m=+0.377052169 container init aa158e1396162d14a50fb488c049ad76d4b7113bfdf1c101d8b055a10f1044eb (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-16T09:28:05.788 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:05 smithi177 podman[105419]: 2024-09-16 09:28:05.479457748 +0000 UTC m=+0.380761165 container start aa158e1396162d14a50fb488c049ad76d4b7113bfdf1c101d8b055a10f1044eb (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-16T09:28:05.788 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:05 smithi177 ceph-osd[105438]: -- 172.21.15.177:0/3082558191 <== mon.1 v2:172.21.15.177:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5589dc5b5a40 con 0x5589dd384400 2024-09-16T09:28:05.789 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:05 smithi177 bash[105419]: aa158e1396162d14a50fb488c049ad76d4b7113bfdf1c101d8b055a10f1044eb 2024-09-16T09:28:05.789 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:05 smithi177 systemd[1]: Started Ceph osd.7 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:28:06.198 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:05.78695181Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:06.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:06 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:06.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:06.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:06 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:06.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:06 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:06.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:06.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:06 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:06 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:06.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:06 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:07 smithi177 ceph-mon[87761]: pgmap v302: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:07.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:28:07.367+0000 7fdddff37640 -1 Falling back to public interface 2024-09-16T09:28:07.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:07 smithi003 ceph-mon[103592]: pgmap v302: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:07.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:07 smithi003 ceph-mon[107193]: pgmap v302: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:09.117 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:08.775616892Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:09.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:09 smithi177 ceph-mon[87761]: pgmap v303: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:09.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:09 smithi003 ceph-mon[103592]: pgmap v303: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:09.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:09 smithi003 ceph-mon[107193]: pgmap v303: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:10.624 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:28:10.831 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.831 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.831 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.831 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:10 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.831 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:10 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 85/636 objects degraded (13.365%), 27 pgs degraded (PG_DEGRADED) 2024-09-16T09:28:10.831 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:10 smithi177 ceph-mon[87761]: pgmap v304: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 85/636 objects degraded (13.365%), 27 pgs degraded (PG_DEGRADED) 2024-09-16T09:28:10.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[107193]: pgmap v304: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 85/636 objects degraded (13.365%), 27 pgs degraded (PG_DEGRADED) 2024-09-16T09:28:10.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:10 smithi003 ceph-mon[103592]: pgmap v304: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85/636 objects degraded (13.365%) 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (7m) 2m ago 28m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (6m) 1s ago 28m 77.6M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (8m) 2m ago 27m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (8m) 1s ago 32m 457M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (17m) 2m ago 33m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (5m) 2m ago 34m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (6m) 1s ago 32m 46.4M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (5m) 2m ago 32m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (8m) 2m ago 27m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:28:11.210 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (7m) 1s ago 27m 10.6M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (4m) 2m ago 32m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (3m) 2m ago 31m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (3m) 2m ago 31m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (2m) 2m ago 30m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 17ba76c47396 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (111s) 1s ago 30m 46.5M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 6aa57fc0e1fc 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (76s) 1s ago 30m 52.2M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 5d822cbc3cc7 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (41s) 1s ago 29m 45.6M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 871353453f69 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (6s) 1s ago 29m 12.2M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb aa158e139616 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (7m) 1s ago 28m 54.2M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (27m) 2m ago 27m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:28:11.211 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (27m) 1s ago 27m 93.0M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:28:11.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:10 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:28:10.933+0000 7fdddff37640 -1 osd.7 150 log_to_monitors true 2024-09-16T09:28:11.562 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:28:11.562 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:28:11.562 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:28:11.562 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:28:11.562 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:28:11.562 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:28:11.562 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:28:11.562 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:28:11.563 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 7 2024-09-16T09:28:11.563 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:28:11.563 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:28:11.563 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:28:11.563 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:28:11.563 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:28:11.563 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2, 2024-09-16T09:28:11.563 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 12 2024-09-16T09:28:11.563 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:28:11.563 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:28:11.782 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:11 smithi177 ceph-mon[87761]: from='client.44499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:11.782 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:11 smithi177 ceph-mon[87761]: from='client.54512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:11.782 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:11 smithi177 ceph-mon[87761]: from='osd.7 [v2:172.21.15.177:6824/3354072766,v1:172.21.15.177:6825/3354072766]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-16T09:28:11.782 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:11 smithi177 ceph-mon[87761]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-16T09:28:11.783 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:11 smithi177 ceph-mon[87761]: from='client.44514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:11.783 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:28:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:28:11.594+0000 7fddd7ce1640 -1 osd.7 150 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T09:28:11.866 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:28:11.866 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:28:11.866 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:28:11.866 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons of type(s) crash,osd", 2024-09-16T09:28:11.866 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2024-09-16T09:28:11.866 INFO:teuthology.orchestra.run.smithi003.stdout: "osd" 2024-09-16T09:28:11.866 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2024-09-16T09:28:11.866 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "8/8 daemons upgraded", 2024-09-16T09:28:11.866 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2024-09-16T09:28:11.867 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:28:11.867 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:28:11.867 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:11 smithi003 ceph-mon[107193]: from='client.44499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:11.867 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:11 smithi003 ceph-mon[107193]: from='client.54512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:11.867 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:11 smithi003 ceph-mon[107193]: from='osd.7 [v2:172.21.15.177:6824/3354072766,v1:172.21.15.177:6825/3354072766]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-16T09:28:11.867 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:11 smithi003 ceph-mon[107193]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-16T09:28:11.867 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:11 smithi003 ceph-mon[107193]: from='client.44514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:11.867 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:11 smithi003 ceph-mon[103592]: from='client.44499 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:11.867 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:11 smithi003 ceph-mon[103592]: from='client.54512 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:11.867 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:11 smithi003 ceph-mon[103592]: from='osd.7 [v2:172.21.15.177:6824/3354072766,v1:172.21.15.177:6825/3354072766]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-16T09:28:11.868 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:11 smithi003 ceph-mon[103592]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-16T09:28:11.868 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:11 smithi003 ceph-mon[103592]: from='client.44514 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:12.034 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:11.781100165Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/1583014186' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[107193]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-16T09:28:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[107193]: from='osd.7 [v2:172.21.15.177:6824/3354072766,v1:172.21.15.177:6825/3354072766]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:28:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[107193]: osdmap e153: 8 total, 7 up, 8 in 2024-09-16T09:28:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[107193]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:28:12.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[107193]: from='client.54533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:12.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[107193]: pgmap v306: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 85/636 objects degraded (13.365%) 2024-09-16T09:28:12.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/1583014186' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:12.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[103592]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-16T09:28:12.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[103592]: from='osd.7 [v2:172.21.15.177:6824/3354072766,v1:172.21.15.177:6825/3354072766]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:28:12.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[103592]: osdmap e153: 8 total, 7 up, 8 in 2024-09-16T09:28:12.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[103592]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:28:12.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[103592]: from='client.54533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:12.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:12 smithi003 ceph-mon[103592]: pgmap v306: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 85/636 objects degraded (13.365%) 2024-09-16T09:28:12.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:12 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/1583014186' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:12 smithi177 ceph-mon[87761]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-16T09:28:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:12 smithi177 ceph-mon[87761]: from='osd.7 [v2:172.21.15.177:6824/3354072766,v1:172.21.15.177:6825/3354072766]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:28:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:12 smithi177 ceph-mon[87761]: osdmap e153: 8 total, 7 up, 8 in 2024-09-16T09:28:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:12 smithi177 ceph-mon[87761]: from='osd.7 ' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi177", "root=default"]} : dispatch 2024-09-16T09:28:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:12 smithi177 ceph-mon[87761]: from='client.54533 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:12.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:12 smithi177 ceph-mon[87761]: pgmap v306: 161 pgs: 40 active+undersized, 27 active+undersized+degraded, 94 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s; 85/636 objects degraded (13.365%) 2024-09-16T09:28:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:28:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: osd.7 [v2:172.21.15.177:6824/3354072766,v1:172.21.15.177:6825/3354072766] boot 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: osdmap e154: 8 total, 8 up, 8 in 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all osd 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-16T09:28:13.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: osd.7 [v2:172.21.15.177:6824/3354072766,v1:172.21.15.177:6825/3354072766] boot 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: osdmap e154: 8 total, 8 up, 8 in 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.929 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all osd 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-16T09:28:13.930 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.931 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mds 2024-09-16T09:28:13.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.932 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:28:13.933 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mds 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.934 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:28:13.935 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:28:13.936 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:28:13.936 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:28:13.936 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-16T09:28:13.936 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:28:13.936 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:28:13.936 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:28:13.936 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:28:13.936 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:28:13.936 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.936 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.937 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:28:13.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:28:13.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-16T09:28:13.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:28:13.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:28:13.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:28:13.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:28:13.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:28:13.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.938 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:28:13.939 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:28:13.940 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:13.940 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:13.940 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:28:13.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:28:13.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:13.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:13.940 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-16T09:28:13.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: osd.7 [v2:172.21.15.177:6824/3354072766,v1:172.21.15.177:6825/3354072766] boot 2024-09-16T09:28:13.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: osdmap e154: 8 total, 8 up, 8 in 2024-09-16T09:28:13.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T09:28:13.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all osd 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.0"} : dispatch 2024-09-16T09:28:13.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.1"} : dispatch 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.2"} : dispatch 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.3"} : dispatch 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.4"} : dispatch 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.5"} : dispatch 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.6"} : dispatch 2024-09-16T09:28:13.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2024-09-16T09:28:13.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd.7"} : dispatch 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mds 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:13.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-16T09:28:13.970 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:28:13.971 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:13.972 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:28:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:28:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all nfs 2024-09-16T09:28:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:28:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: Upgrade: Finalizing container_image settings 2024-09-16T09:28:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: Upgrade: Complete! 2024-09-16T09:28:14.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: osdmap e155: 8 total, 8 up, 8 in 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[103592]: pgmap v309: 161 pgs: 36 active+undersized, 27 active+undersized+degraded, 98 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 85/636 objects degraded (13.365%) 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all nfs 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: Upgrade: Finalizing container_image settings 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: Upgrade: Complete! 2024-09-16T09:28:14.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: osdmap e155: 8 total, 8 up, 8 in 2024-09-16T09:28:14.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:14.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:14.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:14.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:14 smithi003 ceph-mon[107193]: pgmap v309: 161 pgs: 36 active+undersized, 27 active+undersized+degraded, 98 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 85/636 objects degraded (13.365%) 2024-09-16T09:28:14.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:14.780145492Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all nfs 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: Upgrade: Finalizing container_image settings 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: Upgrade: Complete! 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: osdmap e155: 8 total, 8 up, 8 in 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:14.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:14 smithi177 ceph-mon[87761]: pgmap v309: 161 pgs: 36 active+undersized, 27 active+undersized+degraded, 98 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 85/636 objects degraded (13.365%) 2024-09-16T09:28:15.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:28:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:28:15] "GET /metrics HTTP/1.1" 200 38406 "" "Prometheus/2.51.0" 2024-09-16T09:28:16.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:16 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:16.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:16 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:16 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:16 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:16.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:16 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:16.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:16 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:17.614 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:17 smithi177 ceph-mon[87761]: pgmap v310: 161 pgs: 26 active+undersized, 13 active+undersized+degraded, 122 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 47/636 objects degraded (7.390%) 2024-09-16T09:28:17.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:17 smithi003 ceph-mon[103592]: pgmap v310: 161 pgs: 26 active+undersized, 13 active+undersized+degraded, 122 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 47/636 objects degraded (7.390%) 2024-09-16T09:28:17.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:17 smithi003 ceph-mon[107193]: pgmap v310: 161 pgs: 26 active+undersized, 13 active+undersized+degraded, 122 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s; 47/636 objects degraded (7.390%) 2024-09-16T09:28:17.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:17.775340418Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:18.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:18 smithi177 ceph-mon[87761]: Health check update: Degraded data redundancy: 47/636 objects degraded (7.390%), 13 pgs degraded (PG_DEGRADED) 2024-09-16T09:28:18.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:18 smithi003 ceph-mon[103592]: Health check update: Degraded data redundancy: 47/636 objects degraded (7.390%), 13 pgs degraded (PG_DEGRADED) 2024-09-16T09:28:18.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:18 smithi003 ceph-mon[107193]: Health check update: Degraded data redundancy: 47/636 objects degraded (7.390%), 13 pgs degraded (PG_DEGRADED) 2024-09-16T09:28:19.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:19 smithi003 ceph-mon[103592]: pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 756 B/s rd, 0 op/s 2024-09-16T09:28:19.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:19 smithi003 ceph-mon[107193]: pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 756 B/s rd, 0 op/s 2024-09-16T09:28:19.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:19 smithi177 ceph-mon[87761]: pgmap v311: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 756 B/s rd, 0 op/s 2024-09-16T09:28:20.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:20 smithi003 ceph-mon[107193]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/636 objects degraded (7.390%), 13 pgs degraded) 2024-09-16T09:28:20.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:20 smithi003 ceph-mon[107193]: Cluster is now healthy 2024-09-16T09:28:20.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:20.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:20.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:20 smithi003 ceph-mon[103592]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/636 objects degraded (7.390%), 13 pgs degraded) 2024-09-16T09:28:20.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:20 smithi003 ceph-mon[103592]: Cluster is now healthy 2024-09-16T09:28:20.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:20.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:20.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:20 smithi177 ceph-mon[87761]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/636 objects degraded (7.390%), 13 pgs degraded) 2024-09-16T09:28:20.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:20 smithi177 ceph-mon[87761]: Cluster is now healthy 2024-09-16T09:28:20.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:20.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:21.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:20.780658833Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:21.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:21 smithi003 ceph-mon[107193]: pgmap v312: 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-16T09:28:21.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:21 smithi003 ceph-mon[103592]: pgmap v312: 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-16T09:28:21.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:21 smithi177 ceph-mon[87761]: pgmap v312: 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-16T09:28:23.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:23 smithi003 ceph-mon[103592]: pgmap v313: 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-16T09:28:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:23 smithi003 ceph-mon[107193]: pgmap v313: 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-16T09:28:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:23 smithi177 ceph-mon[87761]: pgmap v313: 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-16T09:28:24.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:23.783017506Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:25.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:28:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:28:25] "GET /metrics HTTP/1.1" 200 38399 "" "Prometheus/2.51.0" 2024-09-16T09:28:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:25 smithi003 ceph-mon[103592]: pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-09-16T09:28:25.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:25 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:25 smithi003 ceph-mon[107193]: pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-09-16T09:28:25.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:25 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:25 smithi177 ceph-mon[87761]: pgmap v314: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 951 B/s rd, 0 op/s 2024-09-16T09:28:25.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:25 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:26 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:26.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:26 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:26.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:26 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:27.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:26.776957278Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:27.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:27 smithi003 ceph-mon[103592]: pgmap v315: 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-16T09:28:27.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:27 smithi003 ceph-mon[107193]: pgmap v315: 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-16T09:28:27.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:27 smithi177 ceph-mon[87761]: pgmap v315: 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-16T09:28:29.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:29 smithi003 ceph-mon[103592]: pgmap v316: 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-16T09:28:29.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:29 smithi003 ceph-mon[107193]: pgmap v316: 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-16T09:28:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:29 smithi177 ceph-mon[87761]: pgmap v316: 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-16T09:28:30.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:29.782819919Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:31.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:31 smithi003 ceph-mon[103592]: pgmap v317: 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-16T09:28:31.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:31 smithi003 ceph-mon[107193]: pgmap v317: 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-16T09:28:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:31 smithi177 ceph-mon[87761]: pgmap v317: 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-16T09:28:33.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:32.778942317Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:33.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:33 smithi003 ceph-mon[107193]: pgmap v318: 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-16T09:28:33.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:33 smithi003 ceph-mon[103592]: pgmap v318: 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-16T09:28:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:33 smithi177 ceph-mon[87761]: pgmap v318: 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-16T09:28:35.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:28:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:28:35] "GET /metrics HTTP/1.1" 200 38399 "" "Prometheus/2.51.0" 2024-09-16T09:28:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:35 smithi003 ceph-mon[103592]: pgmap v319: 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-16T09:28:35.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:35 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:35.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:35 smithi003 ceph-mon[107193]: pgmap v319: 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-16T09:28:35.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:35 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:35.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:35 smithi177 ceph-mon[87761]: pgmap v319: 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-16T09:28:35.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:35 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:36.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:35.779926044Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:36.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:36 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:36.928 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:36 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:36.928 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:36 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:37.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:37 smithi177 ceph-mon[87761]: pgmap v320: 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-16T09:28:37.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:37 smithi003 ceph-mon[103592]: pgmap v320: 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-16T09:28:37.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:37 smithi003 ceph-mon[107193]: pgmap v320: 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-16T09:28:39.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:38.776974683Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:39 smithi177 ceph-mon[87761]: pgmap v321: 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-16T09:28:39.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:39 smithi003 ceph-mon[103592]: pgmap v321: 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-16T09:28:39.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:39 smithi003 ceph-mon[107193]: pgmap v321: 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-16T09:28:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:41 smithi177 ceph-mon[87761]: pgmap v322: 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-16T09:28:41.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:41 smithi003 ceph-mon[103592]: pgmap v322: 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-16T09:28:41.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:41 smithi003 ceph-mon[107193]: pgmap v322: 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-16T09:28:42.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:41.774860774Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:43.047 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:28:43.312 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:28:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:43 smithi177 ceph-mon[87761]: from='client.44532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:43 smithi177 ceph-mon[87761]: pgmap v323: 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-16T09:28:43.748 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:43 smithi003 ceph-mon[103592]: from='client.44532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:43.748 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:43 smithi003 ceph-mon[103592]: pgmap v323: 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-16T09:28:43.749 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:43 smithi003 ceph-mon[107193]: from='client.44532 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:43.749 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:43 smithi003 ceph-mon[107193]: pgmap v323: 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-16T09:28:43.969 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (7m) 2m ago 28m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (7m) 34s ago 28m 77.6M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (9m) 2m ago 28m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (8m) 34s ago 32m 457M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (17m) 2m ago 34m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (5m) 2m ago 34m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (6m) 34s ago 33m 46.4M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (5m) 2m ago 33m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (8m) 2m ago 28m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (8m) 34s ago 28m 10.6M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (5m) 2m ago 32m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (4m) 2m ago 32m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (3m) 2m ago 31m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:28:43.970 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (2m) 2m ago 31m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 17ba76c47396 2024-09-16T09:28:43.971 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (2m) 34s ago 30m 46.5M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 6aa57fc0e1fc 2024-09-16T09:28:43.971 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (108s) 34s ago 30m 52.2M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 5d822cbc3cc7 2024-09-16T09:28:43.971 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (73s) 34s ago 30m 45.6M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 871353453f69 2024-09-16T09:28:43.971 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (38s) 34s ago 29m 12.2M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb aa158e139616 2024-09-16T09:28:43.971 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (8m) 34s ago 29m 54.2M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:28:43.971 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (28m) 2m ago 28m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:28:43.971 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (28m) 34s ago 28m 93.0M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:28:44.589 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.osd | length == 1'"'"'' 2024-09-16T09:28:44.852 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:28:45.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:44.778487118Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:45.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:28:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:28:45] "GET /metrics HTTP/1.1" 200 38399 "" "Prometheus/2.51.0" 2024-09-16T09:28:45.656 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:28:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:45 smithi177 ceph-mon[87761]: from='client.44538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:45.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:45 smithi177 ceph-mon[87761]: pgmap v324: 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-16T09:28:45.873 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:45 smithi003 ceph-mon[103592]: from='client.44538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:45.873 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:45 smithi003 ceph-mon[103592]: pgmap v324: 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-16T09:28:45.874 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:45 smithi003 ceph-mon[107193]: from='client.44538 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:45.874 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:45 smithi003 ceph-mon[107193]: pgmap v324: 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-16T09:28:46.370 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.osd | keys'"'"' | grep $sha1' 2024-09-16T09:28:46.636 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:28:46.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:46 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:46.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:46 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/3678104121' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:46 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:46.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:46 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/3678104121' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:46.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:46 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:46.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:46 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/3678104121' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:47.559 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)" 2024-09-16T09:28:47.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:47 smithi177 ceph-mon[87761]: 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-16T09:28:47.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:47 smithi003 ceph-mon[107193]: 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-16T09:28:47.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:47 smithi003 ceph-mon[103592]: 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-16T09:28:48.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:47.779087935Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:48.402 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade status' 2024-09-16T09:28:48.667 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:28:48.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:48 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/4258928081' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:48.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:48 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/4258928081' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:48.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:48 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/4258928081' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:49.308 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:28:49.308 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": null, 2024-09-16T09:28:49.308 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": false, 2024-09-16T09:28:49.308 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "", 2024-09-16T09:28:49.308 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:28:49.308 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": null, 2024-09-16T09:28:49.308 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2024-09-16T09:28:49.308 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:28:49.308 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:28:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:49 smithi177 ceph-mon[87761]: pgmap v326: 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-16T09:28:49.795 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:49 smithi003 ceph-mon[103592]: pgmap v326: 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-16T09:28:49.795 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:49 smithi003 ceph-mon[107193]: pgmap v326: 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-16T09:28:50.068 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph health detail' 2024-09-16T09:28:50.330 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:28:50.702 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:50 smithi003 ceph-mon[103592]: from='client.44556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:50.703 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:50.703 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:50 smithi003 ceph-mon[107193]: from='client.44556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:50.703 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:50.776 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:50 smithi177 ceph-mon[87761]: from='client.44556 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:50.776 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:28:51.165 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2024-09-16T09:28:51.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:50.775796494Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:51.822 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:51 smithi003 ceph-mon[103592]: pgmap v327: 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-16T09:28:51.822 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:51 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/700616355' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:28:51.822 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:51 smithi003 ceph-mon[107193]: pgmap v327: 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-16T09:28:51.823 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:51 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/700616355' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:28:51.855 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.foo' 2024-09-16T09:28:51.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:51 smithi177 ceph-mon[87761]: pgmap v327: 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-16T09:28:51.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:51 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/700616355' entity='client.admin' cmd={"prefix": "health", "detail": "detail"} : dispatch 2024-09-16T09:28:52.112 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:28:53.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:53 smithi177 ceph-mon[87761]: 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-16T09:28:53.899 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:53 smithi003 ceph-mon[103592]: 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-16T09:28:53.899 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:53 smithi003 ceph-mon[107193]: 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-16T09:28:54.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:53.773980589Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:54.213 INFO:teuthology.orchestra.run.smithi003.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:28:54.876 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:54 smithi003 ceph-mon[103592]: from='client.44568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "services": "rgw.foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:54.877 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:54 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:54.877 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:54 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:54.877 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:54 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:54.877 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:54 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:54.877 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:54 smithi003 ceph-mon[107193]: from='client.44568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "services": "rgw.foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:54.877 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:54 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:54.877 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:54 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:54.877 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:54 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:54.877 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:54 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:54.905 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- 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-16T09:28:54.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:54 smithi177 ceph-mon[87761]: from='client.44568 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", "services": "rgw.foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:54.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:54 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:54.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:54 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:54.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:54 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:28:54.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:54 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:55.478 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:28:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:28:55] "GET /metrics HTTP/1.1" 200 38401 "" "Prometheus/2.51.0" 2024-09-16T09:28:55.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:55 smithi003 ceph-mon[103592]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:28:55.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:55 smithi003 ceph-mon[103592]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:28:55.792 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:55 smithi003 ceph-mon[103592]: 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-16T09:28:55.793 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:55 smithi003 ceph-mon[107193]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:28:55.793 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:55 smithi003 ceph-mon[107193]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:28:55.793 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:55 smithi003 ceph-mon[107193]: 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-16T09:28:55.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:55 smithi177 ceph-mon[87761]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:28:55.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:55 smithi177 ceph-mon[87761]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:28:55.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:55 smithi177 ceph-mon[87761]: 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-16T09:28:56.054 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:28:56.767 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:28:56.767 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:56.767 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.767 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:28:56.767 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:56.768 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.769 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:56 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:28:56.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.774 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:28:56.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:56.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:56.775 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:57.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:56.773862382Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:28:57.362 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:28:57.362 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (8m) 3m ago 29m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:28:57.362 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (7m) 47s ago 28m 77.6M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:28:57.362 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (9m) 3m ago 28m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:28:57.362 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (9m) 47s ago 33m 457M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:28:57.362 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (18m) 3m ago 34m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:28:57.362 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (6m) 3m ago 34m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:28:57.362 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (6m) 47s ago 33m 46.4M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:28:57.362 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (5m) 3m ago 33m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:28:57.362 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (8m) 3m ago 28m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (8m) 47s ago 28m 10.6M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (5m) 3m ago 32m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (4m) 3m ago 32m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (3m) 3m ago 32m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (3m) 3m ago 31m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 17ba76c47396 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (2m) 47s ago 31m 46.5M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 6aa57fc0e1fc 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (2m) 47s ago 30m 52.2M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 5d822cbc3cc7 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (87s) 47s ago 30m 45.6M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 871353453f69 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (52s) 47s ago 29m 12.2M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb aa158e139616 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (8m) 47s ago 29m 54.2M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (28m) 3m ago 28m - - 19.1.1-328-gad35db06 b5388489f99e 5a0531710eca 2024-09-16T09:28:57.363 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (28m) 47s ago 28m 93.0M - 19.1.1-328-gad35db06 b5388489f99e 5f51b514d0b1 2024-09-16T09:28:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[103592]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:28:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[103592]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:28:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mgr 2024-09-16T09:28:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mon 2024-09-16T09:28:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all crash 2024-09-16T09:28:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all osd 2024-09-16T09:28:57.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all mds 2024-09-16T09:28:57.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[103592]: 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-16T09:28:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[107193]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:28:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[107193]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:28:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mgr 2024-09-16T09:28:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mon 2024-09-16T09:28:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all crash 2024-09-16T09:28:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all osd 2024-09-16T09:28:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all mds 2024-09-16T09:28:57.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:57 smithi003 ceph-mon[107193]: 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-16T09:28:57.720 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:28:57.720 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:28:57.720 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:28:57.720 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:28:57.721 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:28:57.721 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:28:57.721 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:28:57.721 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:28:57.721 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 8 2024-09-16T09:28:57.721 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:28:57.721 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:28:57.721 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2 2024-09-16T09:28:57.722 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:28:57.722 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:28:57.722 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2, 2024-09-16T09:28:57.722 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 13 2024-09-16T09:28:57.722 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:28:57.722 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:28:57.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:57 smithi177 ceph-mon[87761]: Upgrade: Target is version 19.3.0-4917-g8293d73f (squid) 2024-09-16T09:28:57.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:57 smithi177 ceph-mon[87761]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, digests ['quay.ceph.io/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce'] 2024-09-16T09:28:57.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:57 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mgr 2024-09-16T09:28:57.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:57 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mon 2024-09-16T09:28:57.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:57 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all crash 2024-09-16T09:28:57.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:57 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all osd 2024-09-16T09:28:57.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:57 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all mds 2024-09-16T09:28:57.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:57 smithi177 ceph-mon[87761]: 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-16T09:28:58.035 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:28:58.035 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:28:58.035 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:28:58.035 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons in service(s) rgw.foo", 2024-09-16T09:28:58.035 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:28:58.035 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "0/2 daemons upgraded", 2024-09-16T09:28:58.035 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading rgw daemons", 2024-09-16T09:28:58.035 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:28:58.035 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:28:58.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[103592]: from='client.44574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:58.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[103592]: from='client.54587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:58.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[103592]: from='client.54593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:58.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:58.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-16T09:28:58.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:58.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/1769643449' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:58.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[107193]: from='client.44574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:58.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[107193]: from='client.54587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:58.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[107193]: from='client.54593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:58.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:58.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-16T09:28:58.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:58.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:58 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/1769643449' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:58.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:58 smithi177 ceph-mon[87761]: from='client.44574 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:58 smithi177 ceph-mon[87761]: from='client.54587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:58 smithi177 ceph-mon[87761]: from='client.54593 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:58 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:28:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:58 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ahaqoh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-16T09:28:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:58 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:28:58.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:58 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/1769643449' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:28:59.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:59 smithi177 ceph-mon[87761]: Upgrade: Updating rgw.foo.smithi003.ahaqoh (1/2) 2024-09-16T09:28:59.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:59 smithi177 ceph-mon[87761]: Deploying daemon rgw.foo.smithi003.ahaqoh on smithi003 2024-09-16T09:28:59.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:59 smithi177 ceph-mon[87761]: from='client.54605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:59.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:28:59 smithi177 ceph-mon[87761]: 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-16T09:28:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:59 smithi003 ceph-mon[103592]: Upgrade: Updating rgw.foo.smithi003.ahaqoh (1/2) 2024-09-16T09:28:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:59 smithi003 ceph-mon[103592]: Deploying daemon rgw.foo.smithi003.ahaqoh on smithi003 2024-09-16T09:28:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:59 smithi003 ceph-mon[103592]: from='client.54605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:59.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:28:59 smithi003 ceph-mon[103592]: 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-16T09:28:59.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:59 smithi003 ceph-mon[107193]: Upgrade: Updating rgw.foo.smithi003.ahaqoh (1/2) 2024-09-16T09:28:59.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:59 smithi003 ceph-mon[107193]: Deploying daemon rgw.foo.smithi003.ahaqoh on smithi003 2024-09-16T09:28:59.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:59 smithi003 ceph-mon[107193]: from='client.54605 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:28:59.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:28:59 smithi003 ceph-mon[107193]: 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-16T09:29:00.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:28:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:28:59.775751466Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:01.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:01 smithi003 ceph-mon[103592]: 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-16T09:29:01.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:01 smithi003 ceph-mon[107193]: 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-16T09:29:01.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:01 smithi177 ceph-mon[87761]: 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-16T09:29:02.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:02 smithi003 ceph-mon[103592]: 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-16T09:29:02.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:02 smithi003 ceph-mon[107193]: 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-16T09:29:02.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:02 smithi177 ceph-mon[87761]: 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-16T09:29:02.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:02.782997767Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:05.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:29:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:29:05] "GET /metrics HTTP/1.1" 200 38398 "" "Prometheus/2.51.0" 2024-09-16T09:29:05.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:05 smithi003 ceph-mon[103592]: 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-16T09:29:05.677 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:05 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:05 smithi003 ceph-mon[107193]: 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-16T09:29:05.677 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:05 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:05.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:05 smithi177 ceph-mon[87761]: 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-16T09:29:05.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:05 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:06.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:05.778865121Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:06.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:06 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:06.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:06 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:06.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:06 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:07.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:07 smithi003 ceph-mon[107193]: 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-16T09:29:07.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:07 smithi003 ceph-mon[103592]: 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-16T09:29:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:07 smithi177 ceph-mon[87761]: 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-16T09:29:09.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:08.786128673Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:09.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:09 smithi003 ceph-mon[107193]: 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-16T09:29:09.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:09 smithi003 ceph-mon[103592]: 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-16T09:29:09.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:09 smithi177 ceph-mon[87761]: 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-16T09:29:11.463 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:11 smithi003 ceph-mon[103592]: 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-16T09:29:11.463 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:11 smithi003 ceph-mon[107193]: 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-16T09:29:11.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:11 smithi177 ceph-mon[87761]: 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-16T09:29:12.033 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:11.780282813Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:12.779 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:12 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:12.779 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:12 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:12 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:12.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:12 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:12 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:12.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:12 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:13.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:13 smithi177 ceph-mon[87761]: pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:29:13.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:13.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-16T09:29:13.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:13 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:13.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:13 smithi003 ceph-mon[107193]: pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:29:13.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:13.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-16T09:29:13.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:13 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:13 smithi003 ceph-mon[103592]: pgmap v338: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:29:13.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi177.nlbbvr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-16T09:29:13.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:13 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:14.691 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:14 smithi177 ceph-mon[87761]: Upgrade: Updating rgw.foo.smithi177.nlbbvr (2/2) 2024-09-16T09:29:14.691 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:14 smithi177 ceph-mon[87761]: Deploying daemon rgw.foo.smithi177.nlbbvr on smithi177 2024-09-16T09:29:14.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:14 smithi003 ceph-mon[103592]: Upgrade: Updating rgw.foo.smithi177.nlbbvr (2/2) 2024-09-16T09:29:14.829 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:14 smithi003 ceph-mon[103592]: Deploying daemon rgw.foo.smithi177.nlbbvr on smithi177 2024-09-16T09:29:14.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:14 smithi003 ceph-mon[107193]: Upgrade: Updating rgw.foo.smithi177.nlbbvr (2/2) 2024-09-16T09:29:14.829 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:14 smithi003 ceph-mon[107193]: Deploying daemon rgw.foo.smithi177.nlbbvr on smithi177 2024-09-16T09:29:14.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:14.778540893Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:15.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:15 smithi003 ceph-mon[107193]: pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:29:15.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:15 smithi003 ceph-mon[103592]: pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:29:15.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:29:15 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:29:15] "GET /metrics HTTP/1.1" 200 38398 "" "Prometheus/2.51.0" 2024-09-16T09:29:15.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:15 smithi177 ceph-mon[87761]: pgmap v339: 161 pgs: 161 active+clean; 585 KiB data, 239 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T09:29:16.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:16 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:16.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:16 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:16.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:16 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:17.780 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:17 smithi177 ceph-mon[87761]: pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 85 B/s wr, 60 op/s 2024-09-16T09:29:17.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:17 smithi003 ceph-mon[103592]: pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 85 B/s wr, 60 op/s 2024-09-16T09:29:17.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:17 smithi003 ceph-mon[107193]: pgmap v340: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 85 B/s wr, 60 op/s 2024-09-16T09:29:18.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:17.779169129Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:19.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:19 smithi003 ceph-mon[103592]: pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:19.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:19 smithi003 ceph-mon[107193]: pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:19.958 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:19 smithi177 ceph-mon[87761]: pgmap v341: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:20.786 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:20 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:20.786 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:20 smithi177 ceph-mon[87761]: pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:20.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:20 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:20.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:20 smithi003 ceph-mon[103592]: pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:20.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:20 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:20.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:20 smithi003 ceph-mon[107193]: pgmap v342: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:21.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:20.7851526Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:23.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:23 smithi003 ceph-mon[103592]: pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:23.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:23 smithi003 ceph-mon[107193]: pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:23.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:23 smithi177 ceph-mon[87761]: pgmap v343: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:24.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:23.775479574Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:25.632 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:25 smithi177 ceph-mon[87761]: pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 85 B/s wr, 76 op/s 2024-09-16T09:29:25.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:25 smithi003 ceph-mon[103592]: pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 85 B/s wr, 76 op/s 2024-09-16T09:29:25.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:29:25 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:29:25] "GET /metrics HTTP/1.1" 200 38382 "" "Prometheus/2.51.0" 2024-09-16T09:29:25.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:25 smithi003 ceph-mon[107193]: pgmap v344: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 85 B/s wr, 76 op/s 2024-09-16T09:29:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:26 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:26 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:26.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:26 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:26.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:26 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:26.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:26 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:26.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:26 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:26 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:26 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:26.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:26 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:27.048 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:26.785159031Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:27.420 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:27 smithi003 ceph-mon[107193]: pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s rd, 170 B/s wr, 91 op/s 2024-09-16T09:29:27.675 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:27 smithi003 ceph-mon[103592]: pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s rd, 170 B/s wr, 91 op/s 2024-09-16T09:29:27.701 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:27 smithi177 ceph-mon[87761]: pgmap v345: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s rd, 170 B/s wr, 91 op/s 2024-09-16T09:29:28.349 INFO:teuthology.orchestra.run.smithi003.stdout:true 2024-09-16T09:29:28.946 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (8m) 3m ago 29m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (8m) 79s ago 29m 77.6M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (9m) 3m ago 28m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (9m) 79s ago 33m 457M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (18m) 3m ago 35m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (6m) 3m ago 35m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (7m) 79s ago 34m 46.4M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (6m) 3m ago 33m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (9m) 3m ago 29m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (9m) 79s ago 29m 10.6M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (5m) 3m ago 33m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:29:28.947 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (5m) 3m ago 32m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:29:28.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (4m) 3m ago 32m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:29:28.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (3m) 3m ago 32m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 17ba76c47396 2024-09-16T09:29:28.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (3m) 79s ago 31m 46.5M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 6aa57fc0e1fc 2024-09-16T09:29:28.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (2m) 79s ago 31m 52.2M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 5d822cbc3cc7 2024-09-16T09:29:28.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (118s) 79s ago 30m 45.6M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 871353453f69 2024-09-16T09:29:28.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (83s) 79s ago 30m 12.2M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb aa158e139616 2024-09-16T09:29:28.948 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (8m) 79s ago 30m 54.2M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:29:28.948 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 starting - - - - 2024-09-16T09:29:28.948 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 starting - - - - 2024-09-16T09:29:29.329 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 3 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 8 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: "rgw": { 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2, 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 2 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2024-09-16T09:29:29.330 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2024-09-16T09:29:29.331 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.1.1-328-gad35db06 (ad35db06e8924912f01e32b35576297c0f1352b4) squid (stable)": 2, 2024-09-16T09:29:29.331 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)": 15 2024-09-16T09:29:29.331 INFO:teuthology.orchestra.run.smithi003.stdout: } 2024-09-16T09:29:29.331 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:29:29.620 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:29 smithi003 ceph-mon[103592]: from='client.54653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:29.620 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:29 smithi003 ceph-mon[103592]: pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 85 B/s wr, 70 op/s 2024-09-16T09:29:29.620 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:29 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/3105769624' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:29.621 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:29 smithi003 ceph-mon[107193]: from='client.54653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:29.621 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:29 smithi003 ceph-mon[107193]: pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 85 B/s wr, 70 op/s 2024-09-16T09:29:29.621 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:29 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/3105769624' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:29.647 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2024-09-16T09:29:29.647 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705", 2024-09-16T09:29:29.648 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2024-09-16T09:29:29.648 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading daemons in service(s) rgw.foo", 2024-09-16T09:29:29.648 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2024-09-16T09:29:29.648 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/2 daemons upgraded", 2024-09-16T09:29:29.648 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading rgw daemons", 2024-09-16T09:29:29.648 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2024-09-16T09:29:29.648 INFO:teuthology.orchestra.run.smithi003.stdout:} 2024-09-16T09:29:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:29 smithi177 ceph-mon[87761]: from='client.54653 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:29 smithi177 ceph-mon[87761]: pgmap v346: 161 pgs: 161 active+clean; 585 KiB data, 243 MiB used, 715 GiB / 715 GiB avail; 46 KiB/s rd, 85 B/s wr, 70 op/s 2024-09-16T09:29:29.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:29 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/3105769624' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:30.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:29.776291746Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:30.679 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:30 smithi177 ceph-mon[87761]: from='client.54659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:30.679 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:30 smithi177 ceph-mon[87761]: from='client.54665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:30.679 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:30 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.679 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:30 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.679 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:30 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.679 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:30 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.679 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:30 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.680 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:30 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.680 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:30 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.680 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:30 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.797 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[103592]: from='client.54659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:30.797 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[103592]: from='client.54665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:30.797 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.797 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.797 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.798 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.798 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.798 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.798 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.798 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.798 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[107193]: from='client.54659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:30.798 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[107193]: from='client.54665 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:30.798 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.798 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.799 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.799 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.799 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.799 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.799 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:30.799 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:30 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:31 smithi177 ceph-mon[87761]: from='client.44670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:31.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:31 smithi177 ceph-mon[87761]: pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 85 B/s wr, 60 op/s 2024-09-16T09:29:31.822 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:31 smithi003 ceph-mon[103592]: from='client.44670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:31.822 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:31 smithi003 ceph-mon[103592]: pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 85 B/s wr, 60 op/s 2024-09-16T09:29:31.822 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:31 smithi003 ceph-mon[107193]: from='client.44670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:29:31.822 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:31 smithi003 ceph-mon[107193]: pgmap v347: 161 pgs: 161 active+clean; 585 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 40 KiB/s rd, 85 B/s wr, 60 op/s 2024-09-16T09:29:32.841 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:32.773918366Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:33.529 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:33 smithi003 ceph-mon[103592]: pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:33.529 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:33 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:33.529 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:33 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:33.529 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:33 smithi003 ceph-mon[107193]: pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:33.529 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:33 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:33.529 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:33 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:33 smithi177 ceph-mon[87761]: pgmap v348: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:33 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:33.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:33 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.845 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: Upgrade: 2 rgw daemon(s) are 19.1.1-328-gad35db06 != target 19.3.0-4917-g8293d73f 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all rgw 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi003.ahaqoh"} : dispatch 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi003.ahaqoh"}]': finished 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi177.nlbbvr"} : dispatch 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi177.nlbbvr"}]': finished 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:29:34.846 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all nfs 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:29:34.847 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: Upgrade: 2 rgw daemon(s) are 19.1.1-328-gad35db06 != target 19.3.0-4917-g8293d73f 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all rgw 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi003.ahaqoh"} : dispatch 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi003.ahaqoh"}]': finished 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi177.nlbbvr"} : dispatch 2024-09-16T09:29:34.848 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi177.nlbbvr"}]': finished 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all nfs 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.849 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:29:34.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: Upgrade: Finalizing container_image settings 2024-09-16T09:29:34.850 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:29:34.851 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.852 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: Upgrade: Complete! 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: Checking dashboard <-> RGW credentials 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.853 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[103592]: pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:34.854 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:29:34.854 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.854 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.854 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.854 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.854 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.854 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.854 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.854 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: Upgrade: Finalizing container_image settings 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-16T09:29:34.855 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.856 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: Upgrade: Complete! 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: Checking dashboard <-> RGW credentials 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.857 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:34 smithi003 ceph-mon[107193]: pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:34.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:34.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:29:34.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T09:29:34.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: Upgrade: 2 rgw daemon(s) are 19.1.1-328-gad35db06 != target 19.3.0-4917-g8293d73f 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all rgw 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi003.ahaqoh"} : dispatch 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi003.ahaqoh"}]': finished 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi177.nlbbvr"} : dispatch 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw.foo.smithi177.nlbbvr"}]': finished 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all rbd-mirror 2024-09-16T09:29:34.964 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all ceph-exporter 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all nfs 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: Upgrade: Setting container_image for all nvmeof 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.965 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: Upgrade: Finalizing container_image settings 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mgr"} : dispatch 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.crash"} : dispatch 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "osd"} : dispatch 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mds"} : dispatch 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rgw"} : dispatch 2024-09-16T09:29:34.966 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"} : dispatch 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"} : dispatch 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.iscsi"} : dispatch 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nfs"} : dispatch 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"} : dispatch 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.967 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config rm", "name": "container_image", "who": "mon"} : dispatch 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: Upgrade: Complete! 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"} : dispatch 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: Checking dashboard <-> RGW credentials 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T09:29:34.968 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:34.969 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:34 smithi177 ceph-mon[87761]: pgmap v349: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s rd, 85 B/s wr, 84 op/s 2024-09-16T09:29:35.675 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:29:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:29:35] "GET /metrics HTTP/1.1" 200 38402 "" "Prometheus/2.51.0" 2024-09-16T09:29:36.156 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:35.785919041Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:36 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:36.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:36 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:36 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:36.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:36 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:36.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:36 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:36.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:36.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:36 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' 2024-09-16T09:29:37.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:37 smithi003 ceph-mon[103592]: pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 85 B/s wr, 86 op/s 2024-09-16T09:29:37.426 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:37 smithi003 ceph-mon[107193]: pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 85 B/s wr, 86 op/s 2024-09-16T09:29:37.462 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:37 smithi177 ceph-mon[87761]: pgmap v350: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 57 KiB/s rd, 85 B/s wr, 86 op/s 2024-09-16T09:29:39.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:38.774047249Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:39.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:39 smithi003 ceph-mon[103592]: pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 71 op/s 2024-09-16T09:29:39.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:39 smithi003 ceph-mon[107193]: pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 71 op/s 2024-09-16T09:29:39.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:39 smithi177 ceph-mon[87761]: pgmap v351: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 47 KiB/s rd, 0 B/s wr, 71 op/s 2024-09-16T09:29:41.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:41 smithi003 ceph-mon[103592]: pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 41 op/s 2024-09-16T09:29:41.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:41 smithi003 ceph-mon[107193]: pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 41 op/s 2024-09-16T09:29:41.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:41 smithi177 ceph-mon[87761]: pgmap v352: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 28 KiB/s rd, 0 B/s wr, 41 op/s 2024-09-16T09:29:42.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:41.778252936Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:43.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:43 smithi003 ceph-mon[103592]: pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 26 op/s 2024-09-16T09:29:43.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:43 smithi003 ceph-mon[107193]: pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 26 op/s 2024-09-16T09:29:43.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:43 smithi177 ceph-mon[87761]: pgmap v353: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 26 op/s 2024-09-16T09:29:45.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:44.782878793Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:45.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:45 smithi003 ceph-mon[107193]: pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-16T09:29:45.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:45 smithi003 ceph-mon[103592]: pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-16T09:29:45.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:29:45 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:29:45] "GET /metrics HTTP/1.1" 200 38402 "" "Prometheus/2.51.0" 2024-09-16T09:29:45.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:45 smithi177 ceph-mon[87761]: pgmap v354: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 2 op/s 2024-09-16T09:29:46.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:46 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:46.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:46 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:46.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:46 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:47.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:47 smithi177 ceph-mon[87761]: pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-16T09:29:47.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:47 smithi003 ceph-mon[107193]: pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-16T09:29:47.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:47 smithi003 ceph-mon[103592]: pgmap v355: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3 op/s 2024-09-16T09:29:48.081 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:47.778952168Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:49.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:49 smithi177 ceph-mon[87761]: pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:29:49.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:49 smithi003 ceph-mon[107193]: pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:29:49.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:49 smithi003 ceph-mon[103592]: pgmap v356: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:29:50.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:50 smithi177 ceph-mon[87761]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:50.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:50 smithi003 ceph-mon[103592]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:50.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:50 smithi003 ceph-mon[107193]: from='mgr.15297 172.21.15.3:0/4276234714' entity='mgr.y' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T09:29:51.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:50.773820381Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:51.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:51 smithi177 ceph-mon[87761]: pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:29:51.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:51 smithi003 ceph-mon[107193]: pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:29:51.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:51 smithi003 ceph-mon[103592]: pgmap v357: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:29:53.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:53 smithi177 ceph-mon[87761]: pgmap v358: 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-16T09:29:53.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:53 smithi003 ceph-mon[103592]: pgmap v358: 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-16T09:29:53.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:53 smithi003 ceph-mon[107193]: pgmap v358: 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-16T09:29:54.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:53.77544449Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:55.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:55 smithi003 ceph-mon[103592]: pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:29:55.676 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:29:55 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:29:55] "GET /metrics HTTP/1.1" 200 38403 "" "Prometheus/2.51.0" 2024-09-16T09:29:55.676 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:55 smithi003 ceph-mon[107193]: pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:29:55.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:55 smithi177 ceph-mon[87761]: pgmap v359: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2024-09-16T09:29:56.780 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:56 smithi177 ceph-mon[87761]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:56.927 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:56 smithi003 ceph-mon[107193]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:56.927 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:56 smithi003 ceph-mon[103592]: from='client.25358 -' entity='client.iscsi.foo.smithi003.yntkpp' cmd=[{"prefix": "service status", "format": "json"}]: dispatch 2024-09-16T09:29:57.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:56.779340069Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:29:57.926 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:57 smithi003 ceph-mon[103592]: pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:29:57.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:57 smithi003 ceph-mon[107193]: pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:29:57.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:57 smithi177 ceph-mon[87761]: pgmap v360: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:29:59.785 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:29:59 smithi177 ceph-mon[87761]: pgmap v361: 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-16T09:29:59.925 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:29:59 smithi003 ceph-mon[103592]: pgmap v361: 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-16T09:29:59.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:29:59 smithi003 ceph-mon[107193]: pgmap v361: 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-16T09:30:00.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:29:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:29:59.784765215Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:00.675 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:00 smithi003 ceph-mon[107193]: overall HEALTH_OK 2024-09-16T09:30:00.676 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:00 smithi003 ceph-mon[103592]: overall HEALTH_OK 2024-09-16T09:30:00.723 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph orch ps' 2024-09-16T09:30:00.962 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:00 smithi177 ceph-mon[87761]: overall HEALTH_OK 2024-09-16T09:30:00.982 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:30:01.660 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T09:30:01.660 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.a smithi003 *:9093,9094 running (9m) 31s ago 30m - - 0.27.0 11f11916f8cd 70bf01782547 2024-09-16T09:30:01.660 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.a smithi177 *:3000 running (8m) 32s ago 29m 77.6M - 10.4.0 c8b91775d855 90624a3b5514 2024-09-16T09:30:01.660 INFO:teuthology.orchestra.run.smithi003.stdout:iscsi.foo.smithi003.yntkpp smithi003 *:5000 running (10m) 31s ago 29m - - 3.8 b5388489f99e 94f815138aed 2024-09-16T09:30:01.660 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.x smithi177 *:8443,9283,8765 running (10m) 32s ago 34m 457M - 19.3.0-4917-g8293d73f 425e316ba8eb a305bb290b10 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.y smithi003 *:8443,9283,8765 running (19m) 31s ago 35m - - 19.3.0-4917-g8293d73f 425e316ba8eb f4ba0c12d167 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:mon.a smithi003 running (7m) 31s ago 35m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 79f25ee391dc 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:mon.b smithi177 running (8m) 32s ago 34m 48.4M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb d7936d00b2e6 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:mon.c smithi003 running (7m) 31s ago 34m - 2048M 19.3.0-4917-g8293d73f 425e316ba8eb b6f162dfc8ea 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.a smithi003 *:9100 running (9m) 31s ago 29m - - 1.7.0 72c9c2088986 9eafff84fdf7 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.b smithi177 *:9100 running (9m) 32s ago 29m 10.7M - 1.7.0 72c9c2088986 64c6dc6019d5 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (6m) 31s ago 33m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 2fe949580ee2 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (5m) 31s ago 33m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb ec0a4f9a7aca 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (5m) 31s ago 33m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb e91a3a6f54e7 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (4m) 31s ago 32m - 2993M 19.3.0-4917-g8293d73f 425e316ba8eb 17ba76c47396 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi177 running (3m) 32s ago 32m 50.6M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 6aa57fc0e1fc 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi177 running (3m) 32s ago 31m 55.9M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 5d822cbc3cc7 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi177 running (2m) 32s ago 31m 48.8M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb 871353453f69 2024-09-16T09:30:01.661 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi177 running (116s) 32s ago 31m 46.8M 3247M 19.3.0-4917-g8293d73f 425e316ba8eb aa158e139616 2024-09-16T09:30:01.662 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.a smithi177 *:9095 running (9m) 32s ago 30m 56.3M - 2.51.0 1d3b7f56885b 1dc86d8163ee 2024-09-16T09:30:01.662 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi003.ahaqoh smithi003 *:8000 running (50s) 31s ago 29m - - 19.3.0-4917-g8293d73f 425e316ba8eb 1dd726d831d0 2024-09-16T09:30:01.662 INFO:teuthology.orchestra.run.smithi003.stdout:rgw.foo.smithi177.nlbbvr smithi177 *:8000 running (35s) 32s ago 29m 76.1M - 19.3.0-4917-g8293d73f 425e316ba8eb 92b0a737adc7 2024-09-16T09:30:01.662 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:01 smithi003 ceph-mon[103592]: from='client.54719 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:30:01.662 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:01 smithi003 ceph-mon[103592]: pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:30:01.662 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:01 smithi003 ceph-mon[107193]: from='client.54719 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:30:01.662 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:01 smithi003 ceph-mon[107193]: pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:30:01.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:01 smithi177 ceph-mon[87761]: from='client.54719 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:30:01.963 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:01 smithi177 ceph-mon[87761]: pgmap v362: 161 pgs: 161 active+clean; 585 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-09-16T09:30:02.230 DEBUG:teuthology.orchestra.run.smithi003:> 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c 'ceph versions | jq -e '"'"'.rgw | length == 1'"'"'' 2024-09-16T09:30:02.485 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T09:30:03.207 INFO:teuthology.orchestra.run.smithi003.stdout:false 2024-09-16T09:30:03.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:02.783651189Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:03.771 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:03 smithi003 ceph-mon[103592]: from='client.54725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:30:03.771 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:03 smithi003 ceph-mon[103592]: pgmap v363: 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-16T09:30:03.771 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:03 smithi003 ceph-mon[103592]: from='client.? 172.21.15.3:0/956764621' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:30:03.772 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:03 smithi003 ceph-mon[107193]: from='client.54725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:30:03.772 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:03 smithi003 ceph-mon[107193]: pgmap v363: 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-16T09:30:03.772 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:03 smithi003 ceph-mon[107193]: from='client.? 172.21.15.3:0/956764621' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:30:03.799 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:30:03.800 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_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/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 smithi003 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c \'ceph versions | jq -e \'"\'"\'.rgw | length == 1\'"\'"\'\'' 2024-09-16T09:30:04.045 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ce88ffff30fa4a56bc425cda9b848527 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_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/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 smithi003 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c \'ceph versions | jq -e \'"\'"\'.rgw | length == 1\'"\'"\'\'' 2024-09-16T09:30:04.047 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-16T09:30:04.058 INFO:tasks.cephadm:Teardown begin 2024-09-16T09:30:04.058 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:30:04.062 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:03 smithi177 ceph-mon[87761]: from='client.54725 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T09:30:04.062 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:03 smithi177 ceph-mon[87761]: pgmap v363: 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-16T09:30:04.062 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:03 smithi177 ceph-mon[87761]: from='client.? 172.21.15.3:0/956764621' entity='client.admin' cmd={"prefix": "versions"} : dispatch 2024-09-16T09:30:04.090 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:30:04.126 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-16T09:30:04.126 DEBUG:teuthology.orchestra.run.smithi003:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T09:30:04.146 DEBUG:teuthology.orchestra.run.smithi177:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T09:30:04.184 INFO:tasks.cephadm:Stopping all daemons... 2024-09-16T09:30:04.184 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-16T09:30:04.184 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.a 2024-09-16T09:30:04.426 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:04 smithi003 systemd[1]: Stopping Ceph mon.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:04.713 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:04 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:04] ENGINE Bus STOPPING 2024-09-16T09:30:04.713 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:04 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a[103587]: 2024-09-16T09:30:04.514+0000 7f4f06183640 -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-16T09:30:04.713 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:04 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a[103587]: 2024-09-16T09:30:04.514+0000 7f4f06183640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-16T09:30:04.713 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:04 smithi003 podman[141788]: 2024-09-16 09:30:04.627403308 +0000 UTC m=+0.241707435 container died 79f25ee391dcc27620826a08a53b79da4c7bd03221283d599bc3a88679146abd (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-09-16T09:30:05.065 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:04 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:04] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:30:05.066 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:04 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:04] ENGINE Bus STOPPED 2024-09-16T09:30:05.066 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:04 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:04] ENGINE Bus STARTING 2024-09-16T09:30:05.066 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:04 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:04] ENGINE Serving on http://:::9283 2024-09-16T09:30:05.066 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:04 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:04] ENGINE Bus STARTED 2024-09-16T09:30:05.322 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:05 smithi003 podman[141788]: 2024-09-16 09:30:05.065063099 +0000 UTC m=+0.679367226 container cleanup 79f25ee391dcc27620826a08a53b79da4c7bd03221283d599bc3a88679146abd (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD) 2024-09-16T09:30:05.323 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:05 smithi003 bash[141788]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a 2024-09-16T09:30:05.634 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:05 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: ::ffff:172.21.15.177 - - [16/Sep/2024:09:30:05] "GET /metrics HTTP/1.1" 200 38402 "" "Prometheus/2.51.0" 2024-09-16T09:30:05.634 INFO:journalctl@ceph.mon.a.smithi003.stdout:Sep 16 09:30:05 smithi003 podman[141802]: 2024-09-16 09:30:05.342193607 +0000 UTC m=+0.711294525 container remove 79f25ee391dcc27620826a08a53b79da4c7bd03221283d599bc3a88679146abd (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=) 2024-09-16T09:30:05.654 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.a.service' 2024-09-16T09:30:05.701 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:05.702 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-16T09:30:05.702 INFO:tasks.cephadm.mon.b:Stopping mon.c... 2024-09-16T09:30:05.702 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.c 2024-09-16T09:30:05.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:05 smithi003 systemd[1]: Stopping Ceph mon.c for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:06.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:05.783319751Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:06.333 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:06] ENGINE Bus STOPPING 2024-09-16T09:30:06.333 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:06] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T09:30:06.333 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c[107189]: 2024-09-16T09:30:06.028+0000 7f7ce9eeb640 -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-16T09:30:06.333 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c[107189]: 2024-09-16T09:30:06.028+0000 7f7ce9eeb640 -1 mon.c@2(peon) e3 *** Got Signal Terminated *** 2024-09-16T09:30:06.333 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:06 smithi003 podman[141921]: 2024-09-16 09:30:06.274024524 +0000 UTC m=+0.375686882 container died b6f162dfc8eaad4551e1dc8e6a1959c28b8b6d83172a194d4bdc5e990348d432 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:30:06.663 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:06] ENGINE Bus STOPPED 2024-09-16T09:30:06.663 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:06] ENGINE Bus STARTING 2024-09-16T09:30:06.663 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:06] ENGINE Serving on http://:::9283 2024-09-16T09:30:06.663 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:06 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: [16/Sep/2024:09:30:06] ENGINE Bus STARTED 2024-09-16T09:30:06.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:06 smithi003 podman[141921]: 2024-09-16 09:30:06.662295391 +0000 UTC m=+0.763957747 container cleanup b6f162dfc8eaad4551e1dc8e6a1959c28b8b6d83172a194d4bdc5e990348d432 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, 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.vendor=CentOS, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True) 2024-09-16T09:30:06.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:06 smithi003 bash[141921]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c 2024-09-16T09:30:06.926 INFO:journalctl@ceph.mon.c.smithi003.stdout:Sep 16 09:30:06 smithi003 podman[141934]: 2024-09-16 09:30:06.872030695 +0000 UTC m=+0.593964529 container remove b6f162dfc8eaad4551e1dc8e6a1959c28b8b6d83172a194d4bdc5e990348d432 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-c, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True) 2024-09-16T09:30:07.005 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.c.service' 2024-09-16T09:30:07.040 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:07.041 INFO:tasks.cephadm.mon.b:Stopped mon.c 2024-09-16T09:30:07.041 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-16T09:30:07.041 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.b 2024-09-16T09:30:07.350 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:07 smithi177 systemd[1]: Stopping Ceph mon.b for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:07.712 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b[87757]: 2024-09-16T09:30:07.347+0000 7f206039c640 -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-16T09:30:07.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b[87757]: 2024-09-16T09:30:07.347+0000 7f206039c640 -1 mon.b@1(peon) e3 *** Got Signal Terminated *** 2024-09-16T09:30:07.713 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:07 smithi177 podman[113587]: 2024-09-16 09:30:07.583411761 +0000 UTC m=+0.345192861 container died d7936d00b2e659641be9ad9cc152290ba0ba8d5c0c010c7c3ff123d9925b44df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-16T09:30:08.212 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:07 smithi177 podman[113587]: 2024-09-16 09:30:07.932069781 +0000 UTC m=+0.693850875 container cleanup d7936d00b2e659641be9ad9cc152290ba0ba8d5c0c010c7c3ff123d9925b44df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b, GIT_CLEAN=True, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-16T09:30:08.213 INFO:journalctl@ceph.mon.b.smithi177.stdout:Sep 16 09:30:07 smithi177 bash[113587]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mon-b 2024-09-16T09:30:08.410 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@mon.b.service' 2024-09-16T09:30:08.458 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:08.458 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-16T09:30:08.458 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-16T09:30:08.458 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.y 2024-09-16T09:30:08.759 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:08 smithi003 systemd[1]: Stopping Ceph mgr.y for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:09.077 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:08 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:30:08.757+0000 7f06feb41640 -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-16T09:30:09.077 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:08 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y[82309]: 2024-09-16T09:30:08.757+0000 7f06feb41640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-16T09:30:09.077 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:08 smithi003 podman[142055]: 2024-09-16 09:30:08.799984801 +0000 UTC m=+0.139170461 container died f4ba0c12d167d8865e5be046d3b167e124c15cce247c7a913fbd4fbf68ef0acf (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:30:09.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:08.781024301Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:09.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:09 smithi003 podman[142055]: 2024-09-16 09:30:09.166667109 +0000 UTC m=+0.505852771 container cleanup f4ba0c12d167d8865e5be046d3b167e124c15cce247c7a913fbd4fbf68ef0acf (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-16T09:30:09.426 INFO:journalctl@ceph.mgr.y.smithi003.stdout:Sep 16 09:30:09 smithi003 bash[142055]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-y 2024-09-16T09:30:09.616 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.y.service' 2024-09-16T09:30:09.652 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:09.653 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-16T09:30:09.653 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-16T09:30:09.653 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.x 2024-09-16T09:30:09.962 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:30:09 smithi177 systemd[1]: Stopping Ceph mgr.x for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:10.263 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:30:09 smithi177 podman[113708]: 2024-09-16 09:30:09.976163926 +0000 UTC m=+0.130992979 container died a305bb290b101ae308eccba5ecb44e8e586b9fc32539a1de49e36dcce325e85f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-16T09:30:10.639 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:30:10 smithi177 podman[113708]: 2024-09-16 09:30:10.345027619 +0000 UTC m=+0.499856681 container cleanup a305bb290b101ae308eccba5ecb44e8e586b9fc32539a1de49e36dcce325e85f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, 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, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:30:10.639 INFO:journalctl@ceph.mgr.x.smithi177.stdout:Sep 16 09:30:10 smithi177 bash[113708]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-mgr-x 2024-09-16T09:30:10.789 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@mgr.x.service' 2024-09-16T09:30:10.823 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:10.824 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-16T09:30:10.824 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-16T09:30:10.824 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.0 2024-09-16T09:30:11.138 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:10 smithi003 systemd[1]: Stopping Ceph osd.0 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:11.426 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[112537]: 2024-09-16T09:30:11.137+0000 7f21b35ee640 -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-16T09:30:11.426 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[112537]: 2024-09-16T09:30:11.137+0000 7f21b35ee640 -1 osd.0 155 *** Got signal Terminated *** 2024-09-16T09:30:11.426 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:11 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0[112537]: 2024-09-16T09:30:11.137+0000 7f21b35ee640 -1 osd.0 155 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:30:12.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:11.773517155Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:15.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:14.782501763Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:16.856 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:16 smithi003 podman[142180]: 2024-09-16 09:30:16.599420326 +0000 UTC m=+5.569348026 container died 2fe949580ee25eb65eba27853c1aee5fccf7751c6553e4f3ea18fe0bf71a23d5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:30:17.176 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:16 smithi003 podman[142180]: 2024-09-16 09:30:16.954293689 +0000 UTC m=+5.924221375 container cleanup 2fe949580ee25eb65eba27853c1aee5fccf7751c6553e4f3ea18fe0bf71a23d5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:30:17.177 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:16 smithi003 bash[142180]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0 2024-09-16T09:30:17.556 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:17 smithi003 podman[142211]: 2024-09-16 09:30:17.230557084 +0000 UTC m=+0.621724755 container remove 2fe949580ee25eb65eba27853c1aee5fccf7751c6553e4f3ea18fe0bf71a23d5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-16T09:30:17.860 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:17 smithi003 podman[142297]: 2024-09-16 09:30:17.457980113 +0000 UTC m=+0.016453263 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:30:17.860 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:17 smithi003 podman[142297]: 2024-09-16 09:30:17.556257527 +0000 UTC m=+0.114730664 container create 1917ec41bb0ad835aac3b37b0a72522fcd852208be7b1c01e6a73ba0c1bcf31b (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.37.2) 2024-09-16T09:30:17.860 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:17 smithi003 podman[142297]: 2024-09-16 09:30:17.767101941 +0000 UTC m=+0.325575077 container init 1917ec41bb0ad835aac3b37b0a72522fcd852208be7b1c01e6a73ba0c1bcf31b (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-16T09:30:17.861 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:17 smithi003 podman[142297]: 2024-09-16 09:30:17.771135571 +0000 UTC m=+0.329608716 container start 1917ec41bb0ad835aac3b37b0a72522fcd852208be7b1c01e6a73ba0c1bcf31b (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True) 2024-09-16T09:30:17.861 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:17 smithi003 podman[142297]: 2024-09-16 09:30:17.858925831 +0000 UTC m=+0.417398980 container attach 1917ec41bb0ad835aac3b37b0a72522fcd852208be7b1c01e6a73ba0c1bcf31b (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:30:18.164 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:17.779730159Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:18.175 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 16 09:30:17 smithi003 podman[142297]: 2024-09-16 09:30:17.962739522 +0000 UTC m=+0.521212662 container died 1917ec41bb0ad835aac3b37b0a72522fcd852208be7b1c01e6a73ba0c1bcf31b (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-16T09:30:18.632 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.0.service' 2024-09-16T09:30:18.680 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:18.681 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-16T09:30:18.681 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-16T09:30:18.681 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.1 2024-09-16T09:30:18.926 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:18 smithi003 systemd[1]: Stopping Ceph osd.1 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:19.426 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:18 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[117506]: 2024-09-16T09:30:18.981+0000 7f9e0cd42640 -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-16T09:30:19.426 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:18 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[117506]: 2024-09-16T09:30:18.981+0000 7f9e0cd42640 -1 osd.1 155 *** Got signal Terminated *** 2024-09-16T09:30:19.426 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:18 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1[117506]: 2024-09-16T09:30:18.981+0000 7f9e0cd42640 -1 osd.1 155 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:30:21.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:20.786132162Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:24.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:23.784990975Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:24.885 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:24 smithi003 podman[142398]: 2024-09-16 09:30:24.465976238 +0000 UTC m=+5.592551019 container died ec0a4f9a7aca4a60a3f9fb038623b2aa6a006f6eb320013a78a985dcb3bb4299 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux ) 2024-09-16T09:30:25.426 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:25 smithi003 podman[142398]: 2024-09-16 09:30:25.174217782 +0000 UTC m=+6.300792545 container cleanup ec0a4f9a7aca4a60a3f9fb038623b2aa6a006f6eb320013a78a985dcb3bb4299 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True) 2024-09-16T09:30:25.426 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:25 smithi003 bash[142398]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1 2024-09-16T09:30:25.821 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:25 smithi003 podman[142414]: 2024-09-16 09:30:25.46776524 +0000 UTC m=+0.998799006 container remove ec0a4f9a7aca4a60a3f9fb038623b2aa6a006f6eb320013a78a985dcb3bb4299 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True) 2024-09-16T09:30:26.164 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:25 smithi003 podman[142507]: 2024-09-16 09:30:25.723513282 +0000 UTC m=+0.016629718 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:30:26.165 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:25 smithi003 podman[142507]: 2024-09-16 09:30:25.835486865 +0000 UTC m=+0.128603299 container create 1e05cc4d4f5cb9d1d2a7e9550974c678c122c2d5ed18af69be57f6e1d7a3e5df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-16T09:30:26.165 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:26 smithi003 podman[142507]: 2024-09-16 09:30:26.063206933 +0000 UTC m=+0.356323368 container init 1e05cc4d4f5cb9d1d2a7e9550974c678c122c2d5ed18af69be57f6e1d7a3e5df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS) 2024-09-16T09:30:26.165 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:26 smithi003 podman[142507]: 2024-09-16 09:30:26.066754701 +0000 UTC m=+0.359871139 container start 1e05cc4d4f5cb9d1d2a7e9550974c678c122c2d5ed18af69be57f6e1d7a3e5df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:30:26.165 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:26 smithi003 podman[142507]: 2024-09-16 09:30:26.163032439 +0000 UTC m=+0.456148875 container attach 1e05cc4d4f5cb9d1d2a7e9550974c678c122c2d5ed18af69be57f6e1d7a3e5df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-16T09:30:26.425 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:26 smithi003 podman[142507]: 2024-09-16 09:30:26.262323309 +0000 UTC m=+0.555439750 container died 1e05cc4d4f5cb9d1d2a7e9550974c678c122c2d5ed18af69be57f6e1d7a3e5df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:30:26.946 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 16 09:30:26 smithi003 podman[142531]: 2024-09-16 09:30:26.924860385 +0000 UTC m=+0.656736559 container remove 1e05cc4d4f5cb9d1d2a7e9550974c678c122c2d5ed18af69be57f6e1d7a3e5df (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-16T09:30:26.952 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.1.service' 2024-09-16T09:30:26.995 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:26.996 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-16T09:30:26.996 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-16T09:30:26.996 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.2 2024-09-16T09:30:27.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:26.773919001Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:27.320 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:27 smithi003 systemd[1]: Stopping Ceph osd.2 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:27.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:27 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[123605]: 2024-09-16T09:30:27.318+0000 7f4722998640 -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-16T09:30:27.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:27 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[123605]: 2024-09-16T09:30:27.318+0000 7f4722998640 -1 osd.2 155 *** Got signal Terminated *** 2024-09-16T09:30:27.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:27 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2[123605]: 2024-09-16T09:30:27.318+0000 7f4722998640 -1 osd.2 155 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:30:30.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:29.782349057Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:32.996 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:32 smithi003 podman[142611]: 2024-09-16 09:30:32.707836687 +0000 UTC m=+5.482284953 container died e91a3a6f54e79a020a144dd5e25d65ad7f0f2499f863a69af3348e7a30b4423c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-16T09:30:33.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:32.774039816Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:33.426 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:33 smithi003 podman[142611]: 2024-09-16 09:30:33.194583039 +0000 UTC m=+5.969031303 container cleanup e91a3a6f54e79a020a144dd5e25d65ad7f0f2499f863a69af3348e7a30b4423c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:30:33.426 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:33 smithi003 bash[142611]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2 2024-09-16T09:30:33.925 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:33 smithi003 podman[142626]: 2024-09-16 09:30:33.579193856 +0000 UTC m=+0.857353319 container remove e91a3a6f54e79a020a144dd5e25d65ad7f0f2499f863a69af3348e7a30b4423c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2) 2024-09-16T09:30:34.316 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:33 smithi003 podman[142715]: 2024-09-16 09:30:33.963363706 +0000 UTC m=+0.109795617 container create a14bc81418d0cb8197ee6bc8f407f962d97bd1beef50b0c46e7483d1d4386fb5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.build-date=20240731, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:30:34.317 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:33 smithi003 podman[142715]: 2024-09-16 09:30:33.869889109 +0000 UTC m=+0.016321030 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:30:34.317 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:34 smithi003 podman[142715]: 2024-09-16 09:30:34.315696455 +0000 UTC m=+0.462128372 container init a14bc81418d0cb8197ee6bc8f407f962d97bd1beef50b0c46e7483d1d4386fb5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, io.buildah.version=1.37.2, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-16T09:30:34.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:34 smithi003 podman[142715]: 2024-09-16 09:30:34.319565305 +0000 UTC m=+0.465997220 container start a14bc81418d0cb8197ee6bc8f407f962d97bd1beef50b0c46e7483d1d4386fb5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-16T09:30:34.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:34 smithi003 podman[142715]: 2024-09-16 09:30:34.398948313 +0000 UTC m=+0.545380233 container attach a14bc81418d0cb8197ee6bc8f407f962d97bd1beef50b0c46e7483d1d4386fb5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, 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, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD) 2024-09-16T09:30:34.676 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 16 09:30:34 smithi003 podman[142715]: 2024-09-16 09:30:34.514529519 +0000 UTC m=+0.660961445 container died a14bc81418d0cb8197ee6bc8f407f962d97bd1beef50b0c46e7483d1d4386fb5 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:30:35.142 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.2.service' 2024-09-16T09:30:35.183 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:35.183 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-16T09:30:35.183 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-16T09:30:35.184 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.3 2024-09-16T09:30:35.426 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:35 smithi003 systemd[1]: Stopping Ceph osd.3 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:35.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:30:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:30:35.252Z 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.3:8765/sd/prometheus/sd-config?service=alertmanager\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:30:35.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:30:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:30:35.255Z 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.3:8765/sd/prometheus/sd-config?service=nvmeof\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:30:35.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:30:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:30:35.255Z 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.3:8765/sd/prometheus/sd-config?service=smb\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:30:35.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:30:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:30:35.258Z 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.3:8765/sd/prometheus/sd-config?service=ceph-exporter\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:30:35.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:30:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:30:35.258Z 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.3:8765/sd/prometheus/sd-config?service=nfs\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:30:35.713 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:30:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:30:35.258Z 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.3:8765/sd/prometheus/sd-config?service=node-exporter\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:30:35.714 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:30:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:30:35.260Z 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.3:8765/sd/prometheus/sd-config?service=mgr-prometheus\": dial tcp 172.21.15.3:8765: connect: connection refused" 2024-09-16T09:30:35.926 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[129433]: 2024-09-16T09:30:35.547+0000 7f9c3bcb9640 -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-16T09:30:35.926 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[129433]: 2024-09-16T09:30:35.547+0000 7f9c3bcb9640 -1 osd.3 155 *** Got signal Terminated *** 2024-09-16T09:30:35.926 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:35 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[129433]: 2024-09-16T09:30:35.547+0000 7f9c3bcb9640 -1 osd.3 155 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:30:36.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:35.788265552Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:38.426 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:38 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[129433]: 2024-09-16T09:30:38.128+0000 7f9c342c6640 -1 osd.3 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:15.731268+0000 front 2024-09-16T09:30:15.731283+0000 (oldest deadline 2024-09-16T09:30:37.431365+0000) 2024-09-16T09:30:38.962 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:38.782488222Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:38.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:38.664+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:39.426 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:39 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[129433]: 2024-09-16T09:30:39.107+0000 7f9c342c6640 -1 osd.3 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:15.731268+0000 front 2024-09-16T09:30:15.731283+0000 (oldest deadline 2024-09-16T09:30:37.431365+0000) 2024-09-16T09:30:39.908 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:39.690+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:39.909 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:39.552+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:40.212 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:39 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:39.906+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:40.426 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:40 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3[129433]: 2024-09-16T09:30:40.139+0000 7f9c342c6640 -1 osd.3 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:15.731268+0000 front 2024-09-16T09:30:15.731283+0000 (oldest deadline 2024-09-16T09:30:37.431365+0000) 2024-09-16T09:30:40.897 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:40 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:40.696+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:40.897 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:40 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:40.537+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:41.176 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:40 smithi003 podman[142828]: 2024-09-16 09:30:40.900847016 +0000 UTC m=+5.494049081 container died 17ba76c47396c4a3e1646fe64bff61dba0568b8fe5b7cd42ccf68af70de62d2c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-16T09:30:41.212 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:40 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:40.894+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:41.676 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:41 smithi003 podman[142828]: 2024-09-16 09:30:41.455589903 +0000 UTC m=+6.048791968 container cleanup 17ba76c47396c4a3e1646fe64bff61dba0568b8fe5b7cd42ccf68af70de62d2c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-16T09:30:41.676 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:41 smithi003 bash[142828]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3 2024-09-16T09:30:41.943 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:41.663+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:41.943 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:41.546+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:41.944 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:41.776939664Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:42.075 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:41 smithi003 podman[142844]: 2024-09-16 09:30:41.715375121 +0000 UTC m=+0.810742010 container remove 17ba76c47396c4a3e1646fe64bff61dba0568b8fe5b7cd42ccf68af70de62d2c (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:30:42.212 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:41.941+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:42.403 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:42 smithi003 podman[142933]: 2024-09-16 09:30:42.07444641 +0000 UTC m=+0.106606723 container create 0f098e6224bc5e983dfa7c71901d52807114251aec4550134c77f266e3be8f37 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, 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, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:30:42.403 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:42 smithi003 podman[142933]: 2024-09-16 09:30:41.984094606 +0000 UTC m=+0.016254930 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:30:42.403 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:42 smithi003 podman[142933]: 2024-09-16 09:30:42.402244257 +0000 UTC m=+0.434404574 container init 0f098e6224bc5e983dfa7c71901d52807114251aec4550134c77f266e3be8f37 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:30:42.676 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:42 smithi003 podman[142933]: 2024-09-16 09:30:42.405755585 +0000 UTC m=+0.437915898 container start 0f098e6224bc5e983dfa7c71901d52807114251aec4550134c77f266e3be8f37 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, 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, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True) 2024-09-16T09:30:42.676 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:42 smithi003 podman[142933]: 2024-09-16 09:30:42.501990016 +0000 UTC m=+0.534150340 container attach 0f098e6224bc5e983dfa7c71901d52807114251aec4550134c77f266e3be8f37 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, 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-13-1248-8293d73, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2024-09-16T09:30:42.676 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:42 smithi003 podman[142933]: 2024-09-16 09:30:42.600395972 +0000 UTC m=+0.632556296 container died 0f098e6224bc5e983dfa7c71901d52807114251aec4550134c77f266e3be8f37 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2) 2024-09-16T09:30:42.962 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:42 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:42.596+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:42.963 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:42 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:42.790+0000 7fe11dd88640 -1 osd.4 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.077024+0000 front 2024-09-16T09:30:16.076841+0000 (oldest deadline 2024-09-16T09:30:41.976840+0000) 2024-09-16T09:30:42.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:42 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:42.643+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:43.139 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:43 smithi003 podman[142956]: 2024-09-16 09:30:43.121861788 +0000 UTC m=+0.515334788 container remove 0f098e6224bc5e983dfa7c71901d52807114251aec4550134c77f266e3be8f37 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-3-deactivate, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0) 2024-09-16T09:30:43.139 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:43 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.3.service: Deactivated successfully. 2024-09-16T09:30:43.139 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 16 09:30:43 smithi003 systemd[1]: Stopped Ceph osd.3 for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:30:43.142 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.3.service' 2024-09-16T09:30:43.185 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:43.185 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-16T09:30:43.186 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-16T09:30:43.186 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.4 2024-09-16T09:30:43.240 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:42 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:42.969+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:43.500 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:43 smithi177 systemd[1]: Stopping Ceph osd.4 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:43.836 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:43 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:43.630+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:43.837 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:43 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:43.628+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:43.837 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:43 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:43.495+0000 7fe121773640 -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-16T09:30:43.837 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:43 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:43.495+0000 7fe121773640 -1 osd.4 155 *** Got signal Terminated *** 2024-09-16T09:30:43.837 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:43 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:43.495+0000 7fe121773640 -1 osd.4 155 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:30:44.212 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:43 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:43.834+0000 7fe11dd88640 -1 osd.4 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.077024+0000 front 2024-09-16T09:30:16.076841+0000 (oldest deadline 2024-09-16T09:30:41.976840+0000) 2024-09-16T09:30:44.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:43 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:43.988+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:44.868 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:44.585+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:44.869 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:44.616+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:44.869 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:44.774610048Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:45.212 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:44.866+0000 7fe11dd88640 -1 osd.4 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.077024+0000 front 2024-09-16T09:30:16.076841+0000 (oldest deadline 2024-09-16T09:30:41.976840+0000) 2024-09-16T09:30:45.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:44.992+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:45.870 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:45 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:45.605+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:45.870 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:45 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:45.641+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:46.212 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:45 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:45.868+0000 7fe11dd88640 -1 osd.4 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.077024+0000 front 2024-09-16T09:30:16.076841+0000 (oldest deadline 2024-09-16T09:30:41.976840+0000) 2024-09-16T09:30:46.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:45 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:45.951+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:46.892 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:46 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:46.626+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:46.892 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:46 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:46.612+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:47.212 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:46 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:46.979+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:47.213 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:46 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:46.890+0000 7fe11dd88640 -1 osd.4 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.077024+0000 front 2024-09-16T09:30:16.076841+0000 (oldest deadline 2024-09-16T09:30:41.976840+0000) 2024-09-16T09:30:47.213 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:46 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:46.890+0000 7fe11dd88640 -1 osd.4 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:21.977263+0000 front 2024-09-16T09:30:21.977336+0000 (oldest deadline 2024-09-16T09:30:46.077296+0000) 2024-09-16T09:30:47.940 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:47.634+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:47.940 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:47.777389136Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:47.941 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:47.639+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:48.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:47.961+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:48.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:47.961+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.122025+0000 front 2024-09-16T09:30:23.122116+0000 (oldest deadline 2024-09-16T09:30:47.821959+0000) 2024-09-16T09:30:48.214 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:47.938+0000 7fe11dd88640 -1 osd.4 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.077024+0000 front 2024-09-16T09:30:16.076841+0000 (oldest deadline 2024-09-16T09:30:41.976840+0000) 2024-09-16T09:30:48.214 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:47 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4[92220]: 2024-09-16T09:30:47.938+0000 7fe11dd88640 -1 osd.4 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:21.977263+0000 front 2024-09-16T09:30:21.977336+0000 (oldest deadline 2024-09-16T09:30:46.077296+0000) 2024-09-16T09:30:48.669 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:48.616+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:48.670 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:48.616+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:48.937 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:48 smithi177 podman[113843]: 2024-09-16 09:30:48.845985126 +0000 UTC m=+5.456256768 container died 6aa57fc0e1fc385fa7f882f5bb97d506a49b552d02703fff7d0edbc8672bf210 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-16T09:30:48.938 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:48.667+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:48.938 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:48.667+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:49.204 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:48.935+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:49.205 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:48 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:48.935+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.122025+0000 front 2024-09-16T09:30:23.122116+0000 (oldest deadline 2024-09-16T09:30:47.821959+0000) 2024-09-16T09:30:49.456 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:49 smithi177 podman[113843]: 2024-09-16 09:30:49.2041801 +0000 UTC m=+5.814451742 container cleanup 6aa57fc0e1fc385fa7f882f5bb97d506a49b552d02703fff7d0edbc8672bf210 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240731, 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, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2) 2024-09-16T09:30:49.456 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:49 smithi177 bash[113843]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4 2024-09-16T09:30:49.712 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:49 smithi177 podman[113871]: 2024-09-16 09:30:49.455585495 +0000 UTC m=+0.608411366 container remove 6aa57fc0e1fc385fa7f882f5bb97d506a49b552d02703fff7d0edbc8672bf210 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-09-16T09:30:49.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:49.568+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:49.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:49.568+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:49.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:49.699+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:49.713 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:49.699+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:50.068 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:49.953+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:50.068 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:49 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:49.953+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.122025+0000 front 2024-09-16T09:30:23.122116+0000 (oldest deadline 2024-09-16T09:30:47.821959+0000) 2024-09-16T09:30:50.068 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:49 smithi177 podman[113961]: 2024-09-16 09:30:49.716617875 +0000 UTC m=+0.016147896 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:30:50.069 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:49 smithi177 podman[113961]: 2024-09-16 09:30:49.823368246 +0000 UTC m=+0.122898269 container create e6ff4750b9ad5b7a73c65186c652023903aafa5f926cbf6822a94fe83ecfc8e6 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:30:50.463 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:50 smithi177 podman[113961]: 2024-09-16 09:30:50.067532699 +0000 UTC m=+0.367062722 container init e6ff4750b9ad5b7a73c65186c652023903aafa5f926cbf6822a94fe83ecfc8e6 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73) 2024-09-16T09:30:50.463 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:50 smithi177 podman[113961]: 2024-09-16 09:30:50.071075182 +0000 UTC m=+0.370605203 container start e6ff4750b9ad5b7a73c65186c652023903aafa5f926cbf6822a94fe83ecfc8e6 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=) 2024-09-16T09:30:50.463 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:50 smithi177 podman[113961]: 2024-09-16 09:30:50.192947673 +0000 UTC m=+0.492477705 container attach e6ff4750b9ad5b7a73c65186c652023903aafa5f926cbf6822a94fe83ecfc8e6 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, ceph=True, 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-16T09:30:50.464 INFO:journalctl@ceph.osd.4.smithi177.stdout:Sep 16 09:30:50 smithi177 podman[113961]: 2024-09-16 09:30:50.261681404 +0000 UTC m=+0.561211433 container died e6ff4750b9ad5b7a73c65186c652023903aafa5f926cbf6822a94fe83ecfc8e6 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-4-deactivate, maintainer=Guillaume Abrioux , 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, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=) 2024-09-16T09:30:50.889 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:50.776175238Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:50.889 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:50.526+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:50.889 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:50.526+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:50.890 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:50.674+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:50.890 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:50.674+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:50.912 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.4.service' 2024-09-16T09:30:50.951 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:50.952 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-16T09:30:50.952 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-16T09:30:50.952 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.5 2024-09-16T09:30:51.212 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:50.997+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:51.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:50 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:50.997+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.122025+0000 front 2024-09-16T09:30:23.122116+0000 (oldest deadline 2024-09-16T09:30:47.821959+0000) 2024-09-16T09:30:51.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:51 smithi177 systemd[1]: Stopping Ceph osd.5 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:51.654 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:51.524+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:51.655 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:51.524+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:51.655 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:51.299+0000 7f466f7f2640 -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-16T09:30:51.655 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:51.299+0000 7f466f7f2640 -1 osd.5 155 *** Got signal Terminated *** 2024-09-16T09:30:51.655 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:51.299+0000 7f466f7f2640 -1 osd.5 155 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:30:51.962 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:51.653+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:51.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:51.653+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:52.462 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:51.969+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:52.463 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:51 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:51.969+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.122025+0000 front 2024-09-16T09:30:23.122116+0000 (oldest deadline 2024-09-16T09:30:47.821959+0000) 2024-09-16T09:30:52.945 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:52 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:52.520+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:52.946 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:52 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:52.520+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:52.946 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:52 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:52.656+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:52.946 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:52 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:52.656+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:53.212 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:52 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:52.943+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:53.213 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:52 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:52.943+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.122025+0000 front 2024-09-16T09:30:23.122116+0000 (oldest deadline 2024-09-16T09:30:47.821959+0000) 2024-09-16T09:30:53.963 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:53.777363151Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:53.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:53.529+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:53.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:53.529+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:53.964 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:53.700+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:53.964 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:53.700+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:53.964 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:53.700+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:30:54.462 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:53.986+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:54.463 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:53 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:53.986+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.122025+0000 front 2024-09-16T09:30:23.122116+0000 (oldest deadline 2024-09-16T09:30:47.821959+0000) 2024-09-16T09:30:54.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:54.493+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:54.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:54.493+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:54.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:54.741+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:54.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:54.741+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:54.964 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:54.741+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:30:55.462 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:54.982+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:55.463 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:54 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:54.982+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.122025+0000 front 2024-09-16T09:30:23.122116+0000 (oldest deadline 2024-09-16T09:30:47.821959+0000) 2024-09-16T09:30:55.962 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:55 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:55.751+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:55.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:55 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:55.751+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:55.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:55 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:55.751+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:30:55.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:55 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:55.510+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:55.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:55 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:55.510+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:55.963 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:55 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:55.510+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:29.476665+0000 front 2024-09-16T09:30:29.476653+0000 (oldest deadline 2024-09-16T09:30:54.776521+0000) 2024-09-16T09:30:56.463 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:56.018+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.720997+0000 front 2024-09-16T09:30:13.720973+0000 (oldest deadline 2024-09-16T09:30:39.621133+0000) 2024-09-16T09:30:56.463 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:56.018+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.122025+0000 front 2024-09-16T09:30:23.122116+0000 (oldest deadline 2024-09-16T09:30:47.821959+0000) 2024-09-16T09:30:56.463 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5[96522]: 2024-09-16T09:30:56.018+0000 7f4667dff640 -1 osd.5 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:31.923131+0000 front 2024-09-16T09:30:31.923101+0000 (oldest deadline 2024-09-16T09:30:55.423037+0000) 2024-09-16T09:30:56.780 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:56 smithi177 podman[114064]: 2024-09-16 09:30:56.735160011 +0000 UTC m=+5.565226568 container died 5d822cbc3cc73a669c5f1b6a035689ace2685da07d2a49de72efc7e0b401e70a (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2) 2024-09-16T09:30:56.780 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:56.488+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:56.781 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:56.488+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:56.781 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:56.488+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:29.476665+0000 front 2024-09-16T09:30:29.476653+0000 (oldest deadline 2024-09-16T09:30:54.776521+0000) 2024-09-16T09:30:57.092 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:56.779327511Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:30:57.092 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:56.789+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:57.092 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:56.789+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:57.092 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:56 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:56.789+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:30:57.381 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:57 smithi177 podman[114064]: 2024-09-16 09:30:57.091378308 +0000 UTC m=+5.921444864 container cleanup 5d822cbc3cc73a669c5f1b6a035689ace2685da07d2a49de72efc7e0b401e70a (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2) 2024-09-16T09:30:57.382 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:57 smithi177 bash[114064]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5 2024-09-16T09:30:57.712 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:57 smithi177 podman[114080]: 2024-09-16 09:30:57.381085843 +0000 UTC m=+0.645605150 container remove 5d822cbc3cc73a669c5f1b6a035689ace2685da07d2a49de72efc7e0b401e70a (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5, ceph=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:30:57.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:57.464+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:57.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:57.464+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:57.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:57.464+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:29.476665+0000 front 2024-09-16T09:30:29.476653+0000 (oldest deadline 2024-09-16T09:30:54.776521+0000) 2024-09-16T09:30:58.005 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:57.758+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:58.005 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:57.758+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:58.005 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:57 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:57.758+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:30:58.005 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:57 smithi177 podman[114166]: 2024-09-16 09:30:57.61475016 +0000 UTC m=+0.016177394 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:30:58.006 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:57 smithi177 podman[114166]: 2024-09-16 09:30:57.71818709 +0000 UTC m=+0.119614356 container create d8257536c343300af57aefacd67c1317e67456043d583d9eaa6032509c5c1f26 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_CLEAN=True, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS) 2024-09-16T09:30:58.006 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:57 smithi177 podman[114166]: 2024-09-16 09:30:57.929001689 +0000 UTC m=+0.330428915 container init d8257536c343300af57aefacd67c1317e67456043d583d9eaa6032509c5c1f26 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD) 2024-09-16T09:30:58.006 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:57 smithi177 podman[114166]: 2024-09-16 09:30:57.932153095 +0000 UTC m=+0.333580325 container start d8257536c343300af57aefacd67c1317e67456043d583d9eaa6032509c5c1f26 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:30:58.006 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:58 smithi177 podman[114166]: 2024-09-16 09:30:58.003846338 +0000 UTC m=+0.405273576 container attach d8257536c343300af57aefacd67c1317e67456043d583d9eaa6032509c5c1f26 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T09:30:58.417 INFO:journalctl@ceph.osd.5.smithi177.stdout:Sep 16 09:30:58 smithi177 podman[114166]: 2024-09-16 09:30:58.125114472 +0000 UTC m=+0.526541697 container died d8257536c343300af57aefacd67c1317e67456043d583d9eaa6032509c5c1f26 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-5-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-16T09:30:58.692 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:58.431+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:58.692 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:58.431+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:58.692 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:58.431+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:29.476665+0000 front 2024-09-16T09:30:29.476653+0000 (oldest deadline 2024-09-16T09:30:54.776521+0000) 2024-09-16T09:30:58.707 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.5.service' 2024-09-16T09:30:58.746 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:30:58.746 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-16T09:30:58.747 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-16T09:30:58.747 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.6 2024-09-16T09:30:58.962 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:58 smithi177 systemd[1]: Stopping Ceph osd.6 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:30:58.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:58.727+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:30:58.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:58.727+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:30:58.963 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:58 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:58.727+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:30:59.462 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:59.077+0000 7f3de95fb640 -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-16T09:30:59.463 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:59.077+0000 7f3de95fb640 -1 osd.6 155 *** Got signal Terminated *** 2024-09-16T09:30:59.463 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:59.077+0000 7f3de95fb640 -1 osd.6 155 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:30:59.747 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:59.472+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:30:59.747 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:59.473+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:30:59.748 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:30:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:30:59.473+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:29.476665+0000 front 2024-09-16T09:30:29.476653+0000 (oldest deadline 2024-09-16T09:30:54.776521+0000) 2024-09-16T09:31:00.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:30:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:30:59.78328051Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:00.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:59.746+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:00.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:59.746+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:00.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:30:59 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:30:59.746+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:00.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:00 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:00.441+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:31:00.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:00 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:00.441+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:31:00.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:00 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:00.441+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:29.476665+0000 front 2024-09-16T09:30:29.476653+0000 (oldest deadline 2024-09-16T09:30:54.776521+0000) 2024-09-16T09:31:01.067 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:00 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:00.763+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:01.067 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:00 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:00.763+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:01.067 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:00 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:00.763+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:01.712 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:01 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:01.428+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:31:01.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:01 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:01.428+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:31:01.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:01 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:01.428+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:29.476665+0000 front 2024-09-16T09:30:29.476653+0000 (oldest deadline 2024-09-16T09:30:54.776521+0000) 2024-09-16T09:31:02.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:01 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:01.783+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:02.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:01 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:01.783+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:02.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:01 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:01.783+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:02.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:02.435+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:31:02.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:02.435+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:31:02.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:02.435+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:29.476665+0000 front 2024-09-16T09:30:29.476653+0000 (oldest deadline 2024-09-16T09:30:54.776521+0000) 2024-09-16T09:31:02.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:02.435+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2024-09-16T09:30:38.177943+0000 front 2024-09-16T09:30:38.178008+0000 (oldest deadline 2024-09-16T09:31:02.277869+0000) 2024-09-16T09:31:03.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:02.788174728Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:03.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:02.735+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:03.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:02.735+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:03.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:02 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:02.735+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:03.712 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:03 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:03.410+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:16.075055+0000 front 2024-09-16T09:30:16.074916+0000 (oldest deadline 2024-09-16T09:30:37.774832+0000) 2024-09-16T09:31:03.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:03 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:03.410+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.675751+0000 front 2024-09-16T09:30:23.675795+0000 (oldest deadline 2024-09-16T09:30:47.775706+0000) 2024-09-16T09:31:03.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:03 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:03.410+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:29.476665+0000 front 2024-09-16T09:30:29.476653+0000 (oldest deadline 2024-09-16T09:30:54.776521+0000) 2024-09-16T09:31:03.713 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:03 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6[101139]: 2024-09-16T09:31:03.410+0000 7f3de5c10640 -1 osd.6 155 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2024-09-16T09:30:38.177943+0000 front 2024-09-16T09:30:38.178008+0000 (oldest deadline 2024-09-16T09:31:02.277869+0000) 2024-09-16T09:31:04.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:03 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:03.785+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:04.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:03 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:03.785+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:04.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:03 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:03.785+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:04.753 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:04 smithi177 podman[114269]: 2024-09-16 09:31:04.488808181 +0000 UTC m=+5.508702701 container died 871353453f69c6a752c23bf0652d36539f670b5b7822754468d598c27594b239 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:31:05.120 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:04 smithi177 podman[114269]: 2024-09-16 09:31:04.860254943 +0000 UTC m=+5.880149467 container cleanup 871353453f69c6a752c23bf0652d36539f670b5b7822754468d598c27594b239 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T09:31:05.121 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:04 smithi177 bash[114269]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6 2024-09-16T09:31:05.121 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:04.783+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:05.122 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:04.783+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:05.122 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:04.783+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:05.122 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:04 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:04.783+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2024-09-16T09:30:38.958134+0000 front 2024-09-16T09:30:38.958115+0000 (oldest deadline 2024-09-16T09:31:04.758453+0000) 2024-09-16T09:31:05.462 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:05 smithi177 podman[114287]: 2024-09-16 09:31:05.119706827 +0000 UTC m=+0.628692442 container remove 871353453f69c6a752c23bf0652d36539f670b5b7822754468d598c27594b239 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-16T09:31:05.757 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:05 smithi177 podman[114377]: 2024-09-16 09:31:05.378418397 +0000 UTC m=+0.016816494 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:31:05.758 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:05 smithi177 podman[114377]: 2024-09-16 09:31:05.478692274 +0000 UTC m=+0.117090361 container create 878170f7f988edd55d46a700fcaec95421e9529b1c7fc8aa04b90da71ddf277f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, 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.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , ceph=True) 2024-09-16T09:31:05.758 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:05 smithi177 podman[114377]: 2024-09-16 09:31:05.673220156 +0000 UTC m=+0.311618244 container init 878170f7f988edd55d46a700fcaec95421e9529b1c7fc8aa04b90da71ddf277f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, 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-13-1248-8293d73) 2024-09-16T09:31:05.758 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:05 smithi177 podman[114377]: 2024-09-16 09:31:05.676429009 +0000 UTC m=+0.314827098 container start 878170f7f988edd55d46a700fcaec95421e9529b1c7fc8aa04b90da71ddf277f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-16T09:31:05.758 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:05 smithi177 podman[114377]: 2024-09-16 09:31:05.756292427 +0000 UTC m=+0.394690515 container attach 878170f7f988edd55d46a700fcaec95421e9529b1c7fc8aa04b90da71ddf277f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, 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.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:31:06.177 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:05.782755562Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:06.177 INFO:journalctl@ceph.osd.6.smithi177.stdout:Sep 16 09:31:05 smithi177 podman[114377]: 2024-09-16 09:31:05.877656493 +0000 UTC m=+0.516054583 container died 878170f7f988edd55d46a700fcaec95421e9529b1c7fc8aa04b90da71ddf277f (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-6-deactivate, org.label-schema.vendor=CentOS, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-16T09:31:06.177 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:05.759+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:06.178 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:05.759+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:06.178 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:05.759+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:06.178 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:05 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:05.759+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2024-09-16T09:30:38.958134+0000 front 2024-09-16T09:30:38.958115+0000 (oldest deadline 2024-09-16T09:31:04.758453+0000) 2024-09-16T09:31:06.444 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.6.service' 2024-09-16T09:31:06.481 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:31:06.482 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-16T09:31:06.482 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-16T09:31:06.482 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.7 2024-09-16T09:31:06.712 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:06 smithi177 systemd[1]: Stopping Ceph osd.7 for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:31:07.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:06.761+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:07.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:06.761+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:07.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:06.761+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:07.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:06.761+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2024-09-16T09:30:38.958134+0000 front 2024-09-16T09:30:38.958115+0000 (oldest deadline 2024-09-16T09:31:04.758453+0000) 2024-09-16T09:31:07.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:06.812+0000 7fdddcecf640 -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-16T09:31:07.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:06.812+0000 7fdddcecf640 -1 osd.7 155 *** Got signal Terminated *** 2024-09-16T09:31:07.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:06 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:06.812+0000 7fdddcecf640 -1 osd.7 155 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T09:31:08.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:07.775+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:08.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:07.775+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:08.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:07.775+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:08.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:07 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:07.775+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2024-09-16T09:30:38.958134+0000 front 2024-09-16T09:30:38.958115+0000 (oldest deadline 2024-09-16T09:31:04.758453+0000) 2024-09-16T09:31:09.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:08.775963688Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:09.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:08.821+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:09.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:08.821+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:09.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:08.821+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:09.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:08 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:08.821+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2024-09-16T09:30:38.958134+0000 front 2024-09-16T09:30:38.958115+0000 (oldest deadline 2024-09-16T09:31:04.758453+0000) 2024-09-16T09:31:10.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:09.849+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:10.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:09.849+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:10.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:09.849+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:10.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:09 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:09.849+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2024-09-16T09:30:38.958134+0000 front 2024-09-16T09:30:38.958115+0000 (oldest deadline 2024-09-16T09:31:04.758453+0000) 2024-09-16T09:31:11.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:10 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:10.820+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2024-09-16T09:30:13.855016+0000 front 2024-09-16T09:30:13.855180+0000 (oldest deadline 2024-09-16T09:30:38.554984+0000) 2024-09-16T09:31:11.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:10 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:10.820+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2024-09-16T09:30:23.255836+0000 front 2024-09-16T09:30:23.256087+0000 (oldest deadline 2024-09-16T09:30:48.556010+0000) 2024-09-16T09:31:11.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:10 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:10.820+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2024-09-16T09:30:28.556373+0000 front 2024-09-16T09:30:28.556523+0000 (oldest deadline 2024-09-16T09:30:53.156775+0000) 2024-09-16T09:31:11.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:10 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:10.820+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2024-09-16T09:30:38.958134+0000 front 2024-09-16T09:30:38.958115+0000 (oldest deadline 2024-09-16T09:31:04.758453+0000) 2024-09-16T09:31:11.213 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:10 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7[105434]: 2024-09-16T09:31:10.820+0000 7fddd94e4640 -1 osd.7 155 heartbeat_check: no reply from 172.21.15.177:6804 osd.4 since back 2024-09-16T09:30:48.259194+0000 front 2024-09-16T09:30:48.259132+0000 (oldest deadline 2024-09-16T09:31:09.959104+0000) 2024-09-16T09:31:12.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:11 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:11.784508295Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:12.598 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:12 smithi177 podman[114479]: 2024-09-16 09:31:12.325440381 +0000 UTC m=+5.629594269 container died aa158e1396162d14a50fb488c049ad76d4b7113bfdf1c101d8b055a10f1044eb (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7, ceph=True, GIT_BRANCH=HEAD, 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, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731) 2024-09-16T09:31:12.956 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:12 smithi177 podman[114479]: 2024-09-16 09:31:12.762247955 +0000 UTC m=+6.066401885 container cleanup aa158e1396162d14a50fb488c049ad76d4b7113bfdf1c101d8b055a10f1044eb (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-16T09:31:12.956 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:12 smithi177 bash[114479]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7 2024-09-16T09:31:13.212 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:12 smithi177 podman[114493]: 2024-09-16 09:31:12.955191092 +0000 UTC m=+0.630935257 container remove aa158e1396162d14a50fb488c049ad76d4b7113bfdf1c101d8b055a10f1044eb (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2) 2024-09-16T09:31:13.659 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:13 smithi177 podman[114583]: 2024-09-16 09:31:13.261955651 +0000 UTC m=+0.015879349 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T09:31:13.660 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:13 smithi177 podman[114583]: 2024-09-16 09:31:13.364110757 +0000 UTC m=+0.118034457 container create 781dc69b777f885b83182846751fa513db5f9300213f051359dbe32cc10f1fa3 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-16T09:31:13.660 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:13 smithi177 podman[114583]: 2024-09-16 09:31:13.583177652 +0000 UTC m=+0.337101357 container init 781dc69b777f885b83182846751fa513db5f9300213f051359dbe32cc10f1fa3 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-16T09:31:13.660 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:13 smithi177 podman[114583]: 2024-09-16 09:31:13.586519113 +0000 UTC m=+0.340442807 container start 781dc69b777f885b83182846751fa513db5f9300213f051359dbe32cc10f1fa3 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T09:31:13.660 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:13 smithi177 podman[114583]: 2024-09-16 09:31:13.658088893 +0000 UTC m=+0.412012595 container attach 781dc69b777f885b83182846751fa513db5f9300213f051359dbe32cc10f1fa3 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-16T09:31:13.962 INFO:journalctl@ceph.osd.7.smithi177.stdout:Sep 16 09:31:13 smithi177 podman[114583]: 2024-09-16 09:31:13.774728037 +0000 UTC m=+0.528651731 container died 781dc69b777f885b83182846751fa513db5f9300213f051359dbe32cc10f1fa3 (image=quay.ceph.io/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-osd-7-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-16T09:31:14.431 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@osd.7.service' 2024-09-16T09:31:14.472 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:31:14.472 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-16T09:31:14.472 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-16T09:31:14.472 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a 2024-09-16T09:31:14.712 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 systemd[1]: Stopping Ceph prometheus.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:31:15.083 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:14.782932107Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:15.083 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.815Z caller=main.go:964 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-16T09:31:15.083 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.815Z caller=main.go:988 level=info msg="Stopping scrape discovery manager..." 2024-09-16T09:31:15.083 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.815Z caller=main.go:1002 level=info msg="Stopping notify discovery manager..." 2024-09-16T09:31:15.084 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.815Z caller=main.go:984 level=info msg="Scrape discovery manager stopped" 2024-09-16T09:31:15.084 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.815Z caller=manager.go:177 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-16T09:31:15.084 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.815Z caller=main.go:998 level=info msg="Notify discovery manager stopped" 2024-09-16T09:31:15.084 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.815Z caller=manager.go:187 level=info component="rule manager" msg="Rule manager stopped" 2024-09-16T09:31:15.084 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.815Z caller=main.go:1039 level=info msg="Stopping scrape manager..." 2024-09-16T09:31:15.084 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.816Z caller=main.go:1031 level=info msg="Scrape manager stopped" 2024-09-16T09:31:15.084 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.818Z caller=notifier.go:618 level=info component=notifier msg="Stopping notification manager..." 2024-09-16T09:31:15.084 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.818Z caller=main.go:1261 level=info msg="Notifier manager stopped" 2024-09-16T09:31:15.085 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a[79139]: ts=2024-09-16T09:31:14.818Z caller=main.go:1273 level=info msg="See you next time!" 2024-09-16T09:31:15.085 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:14 smithi177 podman[114686]: 2024-09-16 09:31:14.826089616 +0000 UTC m=+0.137695126 container died 1dc86d8163ee07244441691ac95312f4e9e9ba335ed8693517b0be4c50eafc41 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:31:15.425 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:15 smithi177 podman[114686]: 2024-09-16 09:31:15.265437517 +0000 UTC m=+0.577043025 container cleanup 1dc86d8163ee07244441691ac95312f4e9e9ba335ed8693517b0be4c50eafc41 (image=quay.io/prometheus/prometheus:v2.51.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-16T09:31:15.426 INFO:journalctl@ceph.prometheus.a.smithi177.stdout:Sep 16 09:31:15 smithi177 bash[114686]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-prometheus-a 2024-09-16T09:31:15.637 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1ff68320-7409-11ef-bceb-c7b262605968@prometheus.a.service' 2024-09-16T09:31:15.671 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T09:31:15.671 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-16T09:31:15.672 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1ff68320-7409-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T09:31:15.885 INFO:teuthology.orchestra.run.smithi003.stdout:Deleting cluster with fsid: 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:31:17.624 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:31:17 smithi003 systemd[1]: Stopping Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:31:17.898 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:31:17 smithi003 ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a[97307]: ts=2024-09-16T09:31:17.622Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-16T09:31:17.899 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:31:17 smithi003 podman[143368]: 2024-09-16 09:31:17.663580151 +0000 UTC m=+0.136981027 container died 70bf01782547c3be939ada5c4aff6ed85578907c9b5d9a1c5357a715606faf06 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:31:18.176 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:31:18 smithi003 podman[143368]: 2024-09-16 09:31:18.089520352 +0000 UTC m=+0.562921279 container cleanup 70bf01782547c3be939ada5c4aff6ed85578907c9b5d9a1c5357a715606faf06 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:31:18.176 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:31:18 smithi003 bash[143368]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a 2024-09-16T09:31:18.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=cleanup t=2024-09-16T09:31:17.713560304Z level=info msg="Completed cleanup jobs" duration=2.78136ms 2024-09-16T09:31:18.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:17.779552283Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:18.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=grafana.update.checker t=2024-09-16T09:31:17.863527988Z level=info msg="Update check succeeded" duration=60.307521ms 2024-09-16T09:31:18.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:17 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=plugins.update.checker t=2024-09-16T09:31:17.865102514Z level=info msg="Update check succeeded" duration=60.546957ms 2024-09-16T09:31:18.676 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:31:18 smithi003 podman[143382]: 2024-09-16 09:31:18.299044017 +0000 UTC m=+0.630422795 container remove 70bf01782547c3be939ada5c4aff6ed85578907c9b5d9a1c5357a715606faf06 (image=quay.io/prometheus/alertmanager:v0.27.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-16T09:31:18.676 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:31:18 smithi003 podman[143382]: 2024-09-16 09:31:18.49133303 +0000 UTC m=+0.822711808 volume remove 40a6b3824b05b745999cee8eb1bed1c38b9a41b0dcfc678651fd3ce78c518f44 2024-09-16T09:31:19.176 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:31:18 smithi003 systemd[1]: Stopping Ceph node-exporter.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:31:19.176 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:31:18 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-16T09:31:19.177 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:31:18 smithi003 systemd[1]: Stopped Ceph alertmanager.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:31:19.177 INFO:journalctl@ceph.alertmanager.a.smithi003.stdout:Sep 16 09:31:18 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@alertmanager.a.service: Consumed 1.353s CPU time. 2024-09-16T09:31:19.569 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:31:19 smithi003 podman[143494]: 2024-09-16 09:31:19.246948388 +0000 UTC m=+0.122885562 container died 9eafff84fdf719c19ca4140b6b2450a140884059ead1e3a8801d16d84e76e39c (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:31:19.570 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:31:19 smithi003 podman[143494]: 2024-09-16 09:31:19.569030734 +0000 UTC m=+0.444967897 container cleanup 9eafff84fdf719c19ca4140b6b2450a140884059ead1e3a8801d16d84e76e39c (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:31:19.925 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:31:19 smithi003 bash[143494]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a 2024-09-16T09:31:19.926 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:31:19 smithi003 podman[143509]: 2024-09-16 09:31:19.736963279 +0000 UTC m=+0.493489674 container remove 9eafff84fdf719c19ca4140b6b2450a140884059ead1e3a8801d16d84e76e39c (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-16T09:31:19.926 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:31:19 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-16T09:31:20.425 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:31:19 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-16T09:31:20.426 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:31:19 smithi003 systemd[1]: Stopped Ceph node-exporter.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:31:20.426 INFO:journalctl@ceph.node-exporter.a.smithi003.stdout:Sep 16 09:31:19 smithi003 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.a.service: Consumed 3.005s CPU time. 2024-09-16T09:31:21.213 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:20 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:20.776647584Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:24.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:23 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:23.781597818Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:27.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:26 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:26.777752739Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:30.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:29 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:29.782763644Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:33.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:32 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:32.782711449Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:36.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:35 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:35.779103968Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:39.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:38 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:38.785477872Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:42.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:41 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:41.77349285Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:44.488 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1ff68320-7409-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T09:31:44.692 INFO:teuthology.orchestra.run.smithi177.stdout:Deleting cluster with fsid: 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:31:45.163 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:44 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=provisioning.dashboard type=file name="Ceph Dashboard" t=2024-09-16T09:31:44.773286624Z level=error msg="failed to save dashboard" file=/etc/grafana/provisioning/dashboards/ceph-cluster.json error="could not resolve dashboards:uid:edtb0oxdq: Dashboard not found" 2024-09-16T09:31:46.212 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:46 smithi177 systemd[1]: Stopping Ceph grafana.a for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:31:46.712 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:46 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=server t=2024-09-16T09:31:46.400775581Z level=info msg="Shutdown started" reason="System signal: terminated" 2024-09-16T09:31:46.713 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:46 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=tracing t=2024-09-16T09:31:46.401166235Z level=info msg="Closing tracing" 2024-09-16T09:31:46.713 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:46 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=ticker t=2024-09-16T09:31:46.40118128Z level=info msg=stopped last_tick=2024-09-16T09:31:40Z 2024-09-16T09:31:46.713 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:46 smithi177 ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a[83791]: logger=grafana-apiserver t=2024-09-16T09:31:46.40120256Z level=info msg="StorageObjectCountTracker pruner is exiting" 2024-09-16T09:31:46.713 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:46 smithi177 podman[115153]: 2024-09-16 09:31:46.411074589 +0000 UTC m=+0.156801340 container died 90624a3b5514ce5a28850cd4c1b8fac4a884ec04ea4f71f492afd5e0b194b620 (image=quay.io/ceph/grafana:10.4.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:31:47.052 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:46 smithi177 podman[115153]: 2024-09-16 09:31:46.800487052 +0000 UTC m=+0.546213857 container cleanup 90624a3b5514ce5a28850cd4c1b8fac4a884ec04ea4f71f492afd5e0b194b620 (image=quay.io/ceph/grafana:10.4.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:31:47.053 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:46 smithi177 bash[115153]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a 2024-09-16T09:31:47.389 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:47 smithi177 podman[115165]: 2024-09-16 09:31:47.051648866 +0000 UTC m=+0.641331199 container remove 90624a3b5514ce5a28850cd4c1b8fac4a884ec04ea4f71f492afd5e0b194b620 (image=quay.io/ceph/grafana:10.4.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-grafana-a, maintainer=Grafana Labs ) 2024-09-16T09:31:47.390 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:47 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@grafana.a.service: Deactivated successfully. 2024-09-16T09:31:47.390 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:47 smithi177 systemd[1]: Stopped Ceph grafana.a for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:31:47.390 INFO:journalctl@ceph.grafana.a.smithi177.stdout:Sep 16 09:31:47 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@grafana.a.service: Consumed 8.453s CPU time. 2024-09-16T09:31:47.641 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:31:47 smithi177 systemd[1]: Stopping Ceph node-exporter.b for 1ff68320-7409-11ef-bceb-c7b262605968... 2024-09-16T09:31:47.938 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:31:47 smithi177 podman[115280]: 2024-09-16 09:31:47.640174288 +0000 UTC m=+0.113245321 container died 64c6dc6019d52f6631f61f13c54df741b8b9d9cca9239cd20ddc9b67aa1378c6 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:31:47.938 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:31:47 smithi177 podman[115280]: 2024-09-16 09:31:47.937556176 +0000 UTC m=+0.410627203 container cleanup 64c6dc6019d52f6631f61f13c54df741b8b9d9cca9239cd20ddc9b67aa1378c6 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:31:48.212 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:31:47 smithi177 bash[115280]: ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b 2024-09-16T09:31:48.212 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:31:48 smithi177 podman[115294]: 2024-09-16 09:31:48.180432441 +0000 UTC m=+0.544198522 container remove 64c6dc6019d52f6631f61f13c54df741b8b9d9cca9239cd20ddc9b67aa1378c6 (image=quay.io/prometheus/node-exporter:v1.7.0, name=ceph-1ff68320-7409-11ef-bceb-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-16T09:31:48.213 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:31:48 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-16T09:31:48.496 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:31:48 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-16T09:31:48.497 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:31:48 smithi177 systemd[1]: Stopped Ceph node-exporter.b for 1ff68320-7409-11ef-bceb-c7b262605968. 2024-09-16T09:31:48.497 INFO:journalctl@ceph.node-exporter.b.smithi177.stdout:Sep 16 09:31:48 smithi177 systemd[1]: ceph-1ff68320-7409-11ef-bceb-c7b262605968@node-exporter.b.service: Consumed 2.776s CPU time. 2024-09-16T09:32:00.212 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:32:00.247 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T09:32:00.274 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-16T09:32:00.277 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906994/remote/smithi003/crash 2024-09-16T09:32:00.278 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/crash -- . 2024-09-16T09:32:00.333 INFO:teuthology.orchestra.run.smithi003.stderr:tar: /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T09:32:00.333 INFO:teuthology.orchestra.run.smithi003.stderr:tar: Error is not recoverable: exiting now 2024-09-16T09:32:00.334 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906994/remote/smithi177/crash 2024-09-16T09:32:00.335 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/crash -- . 2024-09-16T09:32:00.396 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/lib/ceph/1ff68320-7409-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T09:32:00.396 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2024-09-16T09:32:00.397 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-16T09:32:00.397 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | egrep -v CEPHADM_AGENT_DOWN | head -n 1 2024-09-16T09:32:00.427 INFO:tasks.cephadm:Compressing logs... 2024-09-16T09:32:00.427 DEBUG:teuthology.orchestra.run.smithi003:> 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-16T09:32:00.469 DEBUG:teuthology.orchestra.run.smithi177:> 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-16T09:32:00.492 INFO:teuthology.orchestra.run.smithi003.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-16T09:32:00.492 INFO:teuthology.orchestra.run.smithi003.stderr:: No such file or directory 2024-09-16T09:32:00.493 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/tcmu-runner.log 2024-09-16T09:32:00.494 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-16T09:32:00.494 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.0.log: /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/tcmu-runner.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T09:32:00.494 INFO:teuthology.orchestra.run.smithi003.stderr: 63.1% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/tcmu-runner.log.gz 2024-09-16T09:32:00.494 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T09:32:00.496 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-16T09:32:00.496 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T09:32:00.496 INFO:teuthology.orchestra.run.smithi177.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.7.log 2024-09-16T09:32:00.497 INFO:teuthology.orchestra.run.smithi177.stderr:: No such file or directory 2024-09-16T09:32:00.497 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T09:32:00.497 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.4.log 2024-09-16T09:32:00.497 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-client.rgw.foo.smithi177.nlbbvr.log 2024-09-16T09:32:00.497 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T09:32:00.497 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T09:32:00.499 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-16T09:32:00.499 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.cephadm.log: /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mon.a.log: 92.2% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T09:32:00.499 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-16T09:32:00.500 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-client.rgw.foo.smithi177.nlbbvr.log: /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.6.log 2024-09-16T09:32:00.500 INFO:teuthology.orchestra.run.smithi177.stderr: 77.5% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-client.rgw.foo.smithi177.nlbbvr.log.gz 2024-09-16T09:32:00.500 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.5.log 2024-09-16T09:32:00.500 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.log 2024-09-16T09:32:00.500 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mgr.x.log 2024-09-16T09:32:00.500 INFO:teuthology.orchestra.run.smithi177.stderr: 86.2% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T09:32:00.502 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.log: 89.1% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T09:32:00.502 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-16T09:32:00.502 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T09:32:00.502 INFO:teuthology.orchestra.run.smithi177.stderr: 91.0% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T09:32:00.504 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mgr.y.log 2024-09-16T09:32:00.507 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.2.log: 94.4% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T09:32:00.508 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.log 2024-09-16T09:32:00.516 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-client.rgw.foo.smithi003.ahaqoh.log 2024-09-16T09:32:00.518 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.log: 91.1% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T09:32:00.519 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 91.1% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T09:32:00.536 INFO:teuthology.orchestra.run.smithi003.stderr: 94.0% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T09:32:00.538 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.3.log 2024-09-16T09:32:00.538 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-client.rgw.foo.smithi003.ahaqoh.log: 77.5% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-client.rgw.foo.smithi003.ahaqoh.log.gz 2024-09-16T09:32:00.538 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T09:32:00.546 INFO:teuthology.orchestra.run.smithi177.stderr: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T09:32:00.564 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.3.log: /var/log/ceph/cephadm.log: 92.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T09:32:00.591 INFO:teuthology.orchestra.run.smithi177.stderr: 90.0% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mgr.x.log.gz 2024-09-16T09:32:00.963 INFO:teuthology.orchestra.run.smithi003.stderr: 89.8% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mgr.y.log.gz 2024-09-16T09:32:01.063 INFO:teuthology.orchestra.run.smithi177.stderr: 92.3% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-16T09:32:01.147 INFO:teuthology.orchestra.run.smithi003.stderr: 92.4% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-16T09:32:02.046 INFO:teuthology.orchestra.run.smithi003.stderr: 93.1% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-16T09:32:02.131 INFO:teuthology.orchestra.run.smithi177.stderr: 93.2% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.6.log.gz 2024-09-16T09:32:02.293 INFO:teuthology.orchestra.run.smithi003.stderr: 91.0% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-16T09:32:02.299 INFO:teuthology.orchestra.run.smithi177.stderr: 93.7% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.7.log.gz 2024-09-16T09:32:02.354 INFO:teuthology.orchestra.run.smithi177.stderr: 93.3% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.5.log.gz 2024-09-16T09:32:02.389 INFO:teuthology.orchestra.run.smithi003.stderr: 93.5% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-16T09:32:02.662 INFO:teuthology.orchestra.run.smithi177.stderr: 93.5% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.4.log.gz 2024-09-16T09:32:02.664 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-09-16T09:32:02.664 INFO:teuthology.orchestra.run.smithi177.stderr:real 0m2.181s 2024-09-16T09:32:02.665 INFO:teuthology.orchestra.run.smithi177.stderr:user 0m7.871s 2024-09-16T09:32:02.665 INFO:teuthology.orchestra.run.smithi177.stderr:sys 0m0.324s 2024-09-16T09:32:02.813 INFO:teuthology.orchestra.run.smithi003.stderr: 93.5% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-16T09:32:03.239 INFO:teuthology.orchestra.run.smithi003.stderr: 93.4% -- replaced with /var/log/ceph/1ff68320-7409-11ef-bceb-c7b262605968/ceph-osd.3.log.gz 2024-09-16T09:32:03.241 INFO:teuthology.orchestra.run.smithi003.stderr: 2024-09-16T09:32:03.241 INFO:teuthology.orchestra.run.smithi003.stderr:real 0m2.759s 2024-09-16T09:32:03.241 INFO:teuthology.orchestra.run.smithi003.stderr:user 0m11.038s 2024-09-16T09:32:03.242 INFO:teuthology.orchestra.run.smithi003.stderr:sys 0m0.364s 2024-09-16T09:32:03.242 INFO:tasks.cephadm:Archiving logs... 2024-09-16T09:32:03.242 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906994/remote/smithi003/log 2024-09-16T09:32:03.243 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T09:32:04.649 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906994/remote/smithi177/log 2024-09-16T09:32:04.650 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T09:32:05.807 INFO:tasks.cephadm:Removing cluster... 2024-09-16T09:32:05.807 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1ff68320-7409-11ef-bceb-c7b262605968 --force 2024-09-16T09:32:06.019 INFO:teuthology.orchestra.run.smithi003.stdout:Deleting cluster with fsid: 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:32:06.152 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1ff68320-7409-11ef-bceb-c7b262605968 --force 2024-09-16T09:32:06.354 INFO:teuthology.orchestra.run.smithi177.stdout:Deleting cluster with fsid: 1ff68320-7409-11ef-bceb-c7b262605968 2024-09-16T09:32:06.483 INFO:tasks.cephadm:Removing cephadm ... 2024-09-16T09:32:06.483 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T09:32:06.500 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T09:32:06.515 INFO:tasks.cephadm:Teardown complete 2024-09-16T09:32:06.516 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-16T09:32:06.526 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-16T09:32:06.526 DEBUG:teuthology.orchestra.run.smithi003:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T09:32:06.542 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T09:32:06.555 INFO:teuthology.orchestra.run.smithi003.stderr:bash: line 1: ntpq: command not found 2024-09-16T09:32:06.559 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T09:32:06.559 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2024-09-16T09:32:06.560 INFO:teuthology.orchestra.run.smithi003.stdout:^* hv01.front.sepia.ceph.com 3 6 377 55 -175us[ -156us] +/- 47ms 2024-09-16T09:32:06.560 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 56 +533us[ +552us] +/- 64ms 2024-09-16T09:32:06.560 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv03.front.sepia.ceph.com 3 7 377 55 -305us[ -305us] +/- 86ms 2024-09-16T09:32:06.560 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:32:06.569 INFO:teuthology.orchestra.run.smithi177.stderr:bash: line 1: ntpq: command not found 2024-09-16T09:32:06.574 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T09:32:06.574 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-09-16T09:32:06.574 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv01.front.sepia.ceph.com 3 6 377 58 -196us[ -191us] +/- 47ms 2024-09-16T09:32:06.574 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 57 +511us[ +511us] +/- 64ms 2024-09-16T09:32:06.574 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 55 -335us[ -335us] +/- 86ms 2024-09-16T09:32:06.574 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T09:32:06.575 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-16T09:32:06.586 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-16T09:32:06.586 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-16T09:32:06.595 DEBUG:teuthology.orchestra.run.smithi003:> 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-16T09:32:06.683 DEBUG:teuthology.orchestra.run.smithi177:> 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-16T09:32:06.755 DEBUG:teuthology.orchestra.run.smithi003:> 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-16T09:32:06.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:32:06.786 DEBUG:teuthology.orchestra.run.smithi177:> 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-16T09:32:06.814 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:32:06.815 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-16T09:32:06.824 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-16T09:32:06.832 INFO:teuthology.task.internal:Duration was 2553.571518 seconds 2024-09-16T09:32:06.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-16T09:32:06.841 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-16T09:32:06.841 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T09:32:06.844 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T09:32:06.881 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T09:32:06.894 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T09:32:07.249 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-16T09:32:07.249 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi003.front.sepia.ceph.com 2024-09-16T09:32:07.249 DEBUG:teuthology.orchestra.run.smithi003:> 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-16T09:32:07.280 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2024-09-16T09:32:07.280 DEBUG:teuthology.orchestra.run.smithi177:> 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-16T09:32:07.318 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-16T09:32:07.318 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T09:32:07.322 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T09:32:07.385 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-16T09:32:07.386 DEBUG:teuthology.orchestra.run.smithi003:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T09:32:07.390 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T09:32:07.835 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-16T09:32:07.845 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-16T09:32:07.845 DEBUG:teuthology.orchestra.run.smithi003:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T09:32:07.872 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T09:32:07.897 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-16T09:32:07.906 DEBUG:teuthology.orchestra.run.smithi003:> 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-16T09:32:07.914 DEBUG:teuthology.orchestra.run.smithi177:> 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-16T09:32:07.936 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = core 2024-09-16T09:32:07.960 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2024-09-16T09:32:07.983 DEBUG:teuthology.orchestra.run.smithi003:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T09:32:08.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:32:08.017 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T09:32:08.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T09:32:08.038 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-16T09:32:08.048 INFO:teuthology.task.internal:Transferring archived files... 2024-09-16T09:32:08.049 DEBUG:teuthology.misc:Transferring archived files from smithi003:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906994/remote/smithi003 2024-09-16T09:32:08.049 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T09:32:08.103 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906994/remote/smithi177 2024-09-16T09:32:08.103 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T09:32:08.143 INFO:teuthology.task.internal:Removing archive directory... 2024-09-16T09:32:08.144 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T09:32:08.146 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T09:32:08.192 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-16T09:32:08.205 INFO:teuthology.task.internal:Not uploading archives. 2024-09-16T09:32:08.205 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-16T09:32:08.214 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-16T09:32:08.214 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T09:32:08.216 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T09:32:08.229 INFO:teuthology.orchestra.run.smithi003.stdout: 265922 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 09:32 /home/ubuntu/cephtest 2024-09-16T09:32:08.246 INFO:teuthology.orchestra.run.smithi177.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 09:32 /home/ubuntu/cephtest 2024-09-16T09:32:08.248 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-16T09:32:08.257 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-16T09:32:08.281 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: 2553.5715181827545 failure_reason: 'Command failed on smithi003 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 1ff68320-7409-11ef-bceb-c7b262605968 -e sha1=8293d73f8690540e843a81caec373f9cc29cf705 -- bash -c \''ceph versions | jq -e \''"\''"\''.rgw | length == 1\''"\''"\''\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ce88ffff30fa4a56bc425cda9b848527 status: fail success: false 2024-09-16T09:32:08.282 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T09:32:08.370 INFO:teuthology.run:FAIL